-
Notifications
You must be signed in to change notification settings - Fork 190
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
Fix servicemonitor #248
Fix servicemonitor #248
Conversation
description: A Helm chart for Atlantis https://www.runatlantis.io | ||
name: atlantis | ||
version: 4.9.2 | ||
version: 4.9.3 | ||
keywords: |
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.
The app version should bump the minor version to keep it consistent with previous helm chart releases. We should do this in a separate pr
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.
sure, will remove it
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.
Let's just bump the minor version since the changes youre doing are still present, no?
Ref https://github.com/runatlantis/helm-charts/pull/221/files
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.
I'm not sure if this will break existing functionality so I will wait for others to review this PR
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.
I updated the patch version, not sure if the changes in the values.yaml file require an update of the minor version.
charts/atlantis/values.yaml
Outdated
servicemonitor: | ||
enabled: false | ||
interval: "30s" |
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.
Could you add these to the readme as well?
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.
done
a8e9c51
to
b09c9a9
Compare
@nitrocode the PR is ready for review |
@ndegory Please rebase in the meantime, I approved the tests and linters to run. |
Signed-off-by: Nicolas Degory <[email protected]>
Signed-off-by: Nicolas Degory <[email protected]>
Signed-off-by: Nicolas Degory <[email protected]>
b09c9a9
to
d0a8cca
Compare
@GenPage I rebased the PR and bumped the chart version. |
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.
Thank you, we appreciate the additional tweaks to CI and defaulting the image tag.
what
why
tests
I have tested my changes by modifying the servicemonitor from a previous version of the Atlantis chart
checked the servicemonitor rendered by this PR by running helm template, with different options set in
servicemonitor.auth
checked the image tag change:
references