Skip to content
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

Update argo-cd to reflect new 1.2.0 deployment (#101) #102

Merged
merged 3 commits into from
Sep 6, 2019
Merged

Update argo-cd to reflect new 1.2.0 deployment (#101) #102

merged 3 commits into from
Sep 6, 2019

Conversation

seanson
Copy link
Contributor

@seanson seanson commented Sep 6, 2019

Fixes #101

This updates the chart to the new deployment requirements of the 1.2.0
release. This involves the following changes:

  • UI init sidecar removed as no longer required for server
  • Application-controller metrics service moved to it's own yaml
  • Server metrics service created
  • CRDs updated
  • ConfigMap app.kubernetes.io/part-of locked to argocd as it is static
  • Chart version and application version bump

Also contains a small fix to help with #99

This updates the chart to the new deployment requirements of the 1.2.0
release. This involves the following changes:

- UI init sidecar removed as no longer required for server
- Application-controller metrics service moved to it's own yaml
- Server metrics service created
- CRDs updated
- ConfigMap `app.kubernetes.io/part-of` locked to argocd as it is static
- Chart version and application version bump
This addresses an issue where repeatedly applying the same Helm chart
will cause the existing data in the secret argocd-secret. This helps with
issue (#99) but will still impact data if any of the three webhook
configs are provided.
@CLAassistant
Copy link

CLAassistant commented Sep 6, 2019

CLA assistant check
All committers have signed the CLA.

This commit adds a README.md with some basic docs pulled from the
values.yaml. It also contains a small quality of life improvement for
making the argocd-secret optional so operators can manage their secrets
externally.
@alexec
Copy link
Contributor

alexec commented Sep 6, 2019

Good stuff. @seanson - we're looking for a maintainer for these charts. Could you be interested?

@alexec alexec merged commit 108fb73 into argoproj:master Sep 6, 2019
@seanson
Copy link
Contributor Author

seanson commented Sep 7, 2019

Good stuff. @seanson - we're looking for a maintainer for these charts. Could you be interested?

@alexec - Sure thing, I'd be glad to help

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update ArgoCD chart to support 1.2.0
3 participants