-
Notifications
You must be signed in to change notification settings - Fork 16.8k
[stable/spinnaker] Fix chart not being upgradable #13978
Conversation
…mplates.metadata.labels Signed-off-by: Shoichi Kaji <skaji@cpan.org>
Signed-off-by: Shoichi Kaji <skaji@cpan.org>
Hi @skaji. Thanks for your PR. I'm waiting for a helm member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/assign @dwardu89 |
@@ -143,7 +143,9 @@ spec: | |||
- metadata: | |||
name: halyard-home | |||
labels: | |||
{{ include "spinnaker.standard-labels" . | indent 8 }} | |||
app: {{ include "spinnaker.fullname" . | quote }} |
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.
Would it be better to place these values in a helper, then reference it to be something as follows?
{{ include "spinnaker.standard-labels-base" . | indent 8 }}
I know it is another layer of abstraction, but we can use the base labels for other parts of the chart where necessary.
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.
Signed-off-by: Shoichi Kaji <skaji@cpan.org>
/lgtm |
Signed-off-by: Shoichi Kaji <skaji@cpan.org>
Signed-off-by: Shoichi Kaji <skaji@cpan.org>
@dwardu89 I've merged master branch, and bumped version again. |
/ok-to-test |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dwardu89, paulczar, skaji The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
* [stable/spinnaker] don't include mutable values in spec.volumeClaimTemplates.metadata.labels Signed-off-by: Shoichi Kaji <skaji@cpan.org> * [stable/spinnaker] update to 1.10.0 Signed-off-by: Shoichi Kaji <skaji@cpan.org> * [stable/spinnaker] define spinnaker.standard-labels-base Signed-off-by: Shoichi Kaji <skaji@cpan.org> * [stable/spinnaker] update to 1.12.0 Signed-off-by: Shoichi Kaji <skaji@cpan.org> Signed-off-by: Andrii Nasinnyk <anasinnyk@macpaw.com>
* [stable/spinnaker] don't include mutable values in spec.volumeClaimTemplates.metadata.labels Signed-off-by: Shoichi Kaji <skaji@cpan.org> * [stable/spinnaker] update to 1.10.0 Signed-off-by: Shoichi Kaji <skaji@cpan.org> * [stable/spinnaker] define spinnaker.standard-labels-base Signed-off-by: Shoichi Kaji <skaji@cpan.org> * [stable/spinnaker] update to 1.12.0 Signed-off-by: Shoichi Kaji <skaji@cpan.org>
What this PR does / why we need it:
Fix chart not being upgradable;
don't include mutable values in spec.volumeClaimTemplates.metadata.labels
Which issue this PR fixes
Special notes for your reviewer:
See #7803 for explanation.
Checklist
[stable/chart]