-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[charts/argo-cd] Update to 1.3, some chart cleanup #165
Conversation
Tested and working, added a sample configuration for additional repositories and an OIDC configuration to the values.yaml |
Testted with:
|
One thing... Release Version in README.md still 1.0.4 :-) |
This bumps the version of ArgoCD to 1.3 and the chart version to 1.1 due to a CRD change. Restored conditional CRDs to correct #27. Additionally, some value defaults were added so Helm strict linting could pass.
This adds some examples to the values.yaml on how to use the new Helm repo chart types. Add helmignore to help with development.
Removed this as we all keep forgetting it, might look into a more dynamic way to do this. |
👍 Confirming it's working |
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.
Please fix conflicts obvs.
* [charts/argo-cd] Update to 1.3, some chart cleanup * Bumps the version of ArgoCD to 1.3 and the chart version to 1.2 due to a CRD change. Restored conditional CRDs to correct argoproj#27. Additionally, some value defaults were added so Helm strict linting could pass. * This adds some examples to the values.yaml on how to use the new Helm repo chart types. Add helmignore to help with development.
This bumps the version of ArgoCD to 1.3 and the chart version to 1.1 due
to a CRD change. Restored conditional CRDs to correct #27. Additionally,
some value defaults were added so Helm strict linting could pass.
Checklist:
Chart.yaml
following Semantic Versioning.Changes are automatically published when merged to
master
. They are not published on branches.