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

feat(argocd-image-updater): Support extra K8s manifests #2429

Merged
merged 2 commits into from
Jan 18, 2024

Conversation

yu-croco
Copy link
Collaborator

@yu-croco yu-croco commented Jan 18, 2024

Resolves #2428 .

Checklist:

  • I have bumped the chart version according to versioning
  • I have updated the documentation according to documentation
  • I have updated the chart changelog with all the changes that come with this pull request according to changelog.
  • Any new values are backwards compatible and/or have sensible default.
  • I have signed off all my commits as required by DCO.
  • My build is green (troubleshooting builds).

Signed-off-by: yu-croco <yu.croco@gmail.com>
@@ -0,0 +1,8 @@
{{ range .Values.extraObjects }}
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same as argo-cd's one. 🙋

Signed-off-by: yu-croco <yu.croco@gmail.com>
# Do not deploy the CRDs as they are already present from the previous test
installCRDs: false

extraObjects:
Copy link
Collaborator Author

@yu-croco yu-croco Jan 18, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I adopted from argo-cd's one. ✏️

@yu-croco yu-croco marked this pull request as ready for review January 18, 2024 02:05
Copy link
Member

@jmeridth jmeridth left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@mkilchhofer mkilchhofer merged commit e37093f into argoproj:main Jan 18, 2024
12 checks passed
pdrastil added a commit to pdrastil/argo-helm that referenced this pull request Jan 18, 2024
* main:
  feat(argocd-image-updater): Support extra K8s manifests (argoproj#2429)
  docs(argo-workflows): fix wrong `artifactRepository` identations on values.yaml (argoproj#2426)
  docs(argo-cd): Fix policy.csv block (argoproj#2423)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Adding extraDeploy/extraManifest object to argocd-image-updater helm chart
3 participants