File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ description: A Helm chart to configure Advanced Cluster Manager for OpenShift.
33keywords :
44- pattern
55name : acm
6- version : 0.1.11
6+ version : 0.1.12
Original file line number Diff line number Diff line change 11# acm
22
3- ![ Version: 0.1.11 ] ( https://img.shields.io/badge/Version-0.1.11 -informational?style=flat-square )
3+ ![ Version: 0.1.12 ] ( https://img.shields.io/badge/Version-0.1.12 -informational?style=flat-square )
44
55A Helm chart to configure Advanced Cluster Manager for OpenShift.
66
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Default always defined valueFiles to be included when pushing the cluster wide a
2020- '$patternref /values-{{ ` {{ (lookup "config.openshift.io/v1" "Infrastructure" "" "cluster").spec.platformSpec.type }}` }}-{{ .name }}.yaml '
2121# We cannot use $ .Values.global.clusterVersion because that gets resolved to the
2222# hub's cluster version, whereas we want to include the spoke cluster version
23- - '$patternref /values-{{ ` {{ printf "%d .%d " ((semver (index (lookup "config.openshift.io/v1" "ClusterVersion" "" "version").status.history 0).version).Major) ((semver (index (lookup "config.openshift.io/v1" "ClusterVersion" "" "version").status.history 0).version).Minor) }}` }}.yaml '
23+ - '$patternref /values-{{ ` {{ printf "%d .%d " ((semver (index (lookup "config.openshift.io/v1" "ClusterVersion" "" "version").status.history 0).version).Major) ((semver (index (lookup "config.openshift.io/v1" "ClusterVersion" "" "version").status.history 0).version).Minor) }}` }}-{{ .name }} .yaml '
2424{{- end }} {{- /* acm.app.policies.multisourcevaluefiles */ }}
2525
2626{{- define " acm.app.policies.helmparameters" -}}
You can’t perform that action at this time.
0 commit comments