Skip to content

Commit

Permalink
fix(obc): Use root scope for values (#1487)
Browse files Browse the repository at this point in the history
  • Loading branch information
gracedo authored Feb 23, 2024
1 parent d2436e7 commit 7d5035d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions stable/object-bucket-claim/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ description: A Helm chart for ObjectBucketClaim to be consumed by other applicat
home: https://github.com/mesosphere/charts
keywords:
- kommander
version: 0.1.10
appVersion: "0.1.10"
version: 0.1.11
appVersion: "0.1.11"
maintainers:
- name: cwyl02
- name: takirala
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ spec:
{{- end }}
containers:
- name: kubectl
image: "{{ .Values.kubectlImage }}"
image: "{{ $.Values.kubectlImage }}"
command:
- sh
- -c
Expand Down

0 comments on commit 7d5035d

Please sign in to comment.