-
Notifications
You must be signed in to change notification settings - Fork 763
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 09 21 #167
base: main
Are you sure you want to change the base?
Update 09 21 #167
Conversation
Signed-off-by: Carlos Santana <[email protected]>
Signed-off-by: Carlos Santana <[email protected]>
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.
Do you have a tool to check on all new versions ?
I had issue with local path not found in the path, seems you rollbacked some of them
@@ -31,8 +31,8 @@ spec: | |||
releaseName: '{{values.addonChart}}' | |||
ignoreMissingValueFiles: true | |||
valueFiles: | |||
- $values/{{metadata.annotations.addons_repo_basepath}}environments/{{metadata.labels.environment}}/addons/{{values.addonChart}}/resources/values.yaml | |||
- $values/{{metadata.annotations.addons_repo_basepath}}clusters/{{name}}/addons/{{values.addonChart}}/resources/values.yaml | |||
- ../../../../environments/{{metadata.labels.environment}}/addons/{{values.addonChart}}/resources/values.yaml |
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.
Why you bring back local path ?
@@ -32,8 +32,8 @@ spec: | |||
releaseName: '{{values.addonChart}}-aws' | |||
ignoreMissingValueFiles: true | |||
valueFiles: | |||
- $values/{{metadata.annotations.addons_repo_basepath}}environments/{{metadata.labels.environment}}/addons/{{values.addonChart}}/resources/values.yaml | |||
- $values/{{metadata.annotations.addons_repo_basepath}}clusters/{{name}}/addons/{{values.addonChart}}/resources/values.yaml | |||
- ../../../../environments/{{metadata.labels.environment}}/addons/{{values.addonChart}}/resources/values.yaml |
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.
Same ?
@@ -67,8 +67,8 @@ spec: | |||
helm: | |||
ignoreMissingValueFiles: true | |||
valueFiles: | |||
- $values/{{metadata.annotations.addons_repo_basepath}}environments/{{metadata.labels.environment}}/addons/{{values.addonChart}}/resources/values.yaml | |||
- $values/{{metadata.annotations.addons_repo_basepath}}clusters/{{name}}/addons/{{values.addonChart}}/resources/values.yaml | |||
- ../../../../environments/{{metadata.labels.environment}}/addons/{{values.addonChart}}/resources/values.yaml |
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.
Same
@@ -31,8 +31,8 @@ spec: | |||
releaseName: '{{values.addonChart}}' | |||
ignoreMissingValueFiles: true | |||
valueFiles: | |||
- $values/{{metadata.annotations.addons_repo_basepath}}environments/{{metadata.labels.environment}}/addons/{{values.addonChart}}/resources/values.yaml | |||
- $values/{{metadata.annotations.addons_repo_basepath}}clusters/{{name}}/addons/{{values.addonChart}}/resources/values.yaml | |||
- ../../../../environments/{{metadata.labels.environment}}/addons/{{values.addonChart}}/resources/values.yaml |
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.
Same
Description of changes:
update to gitops-bridge addons
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.