-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: cleanup workflows #245
Conversation
jamiezieziula
commented
Sep 27, 2023
- Remove updatecli from managing workflows
- update codeowners
- remove stale issues workflow
helm: | ||
kind: githubRelease | ||
spec: | ||
owner: helm | ||
repository: helm | ||
token: '{{ requiredEnv "GITHUB_TOKEN" }}' | ||
versionFilter: | ||
kind: semver | ||
pattern: "x.x.x" | ||
transformers: | ||
- trimprefix: "v" | ||
kind: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
these were managing the version of helm/kind to specify in the lint/test workflows. Since we were always updating to latest, removing this and just allowing the default version to apply.
with: | ||
version: v3.9.2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is the only thing im concerned about - should we just default to the latest (stable) helm version here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes I think latest helm3 version
# │ │ │ │ │ | ||
# │ │ │ │ │ | ||
# │ │ │ │ │ | ||
- cron: 0 15 1 * * # The first of each month at 10am EST |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yaml doesn't get mad at unquoted here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nope! we use this pattern in other repos already
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm