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(argo-workflows): Add ability to set .Values.namespaceOverride #2564

Merged
merged 4 commits into from
Mar 3, 2024

Conversation

yu-croco
Copy link
Collaborator

@yu-croco yu-croco commented Mar 1, 2024

Resolves #2534 .

Related to #2562

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>
Signed-off-by: yu-croco <yu.croco@gmail.com>
@@ -189,3 +189,11 @@ Return the appropriate apiVersion for GKE resources
{{- print "cloud.google.com/v1beta1" -}}
{{- end -}}
{{- end -}}

{{/*
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@yu-croco yu-croco changed the title feat(argo-workflows): Support namespaceOverride feat(argo-workflows): Add ability to set .Values.namespaceOverride Mar 1, 2024
version: 0.40.12
version: 0.40.13
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

better to bump minor version ...? 🤔

Copy link
Member

Choose a reason for hiding this comment

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

It shouldn't be a breaking change, so I think you're ok.

@yu-croco yu-croco marked this pull request as ready for review March 1, 2024 09:57
@jmeridth jmeridth merged commit 1af4bf5 into argoproj:main Mar 3, 2024
6 checks passed
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.

Add namespaceOverride
3 participants