Skip to content

Commit

Permalink
Merge pull request #30 from replicatedhq/ricardomaraschini/sc-94680/a…
Browse files Browse the repository at this point in the history
…-particular-embedded-cluster-binary-should

feat: allow for setting specific app version label
  • Loading branch information
ricardomaraschini authored Dec 19, 2023
2 parents 722ef9a + 049b4bc commit f5ede45
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion templates/kotsadm-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@ data:
minio-enabled-snapshots: "false"
registry-is-read-only: "false"
skip-preflights: {{ .Values.automation.skipPreflights | quote }}

{{- if .Values.automation.appVersionLabel }}
app-version-label: {{ .Values.automation.appVersionLabel | quote }}
{{- end }}
1 change: 1 addition & 0 deletions values.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ automation:
slug: ""
data: ""
skipPreflights: false
appVersionLabel: ""
config:
values: ""

Expand Down

0 comments on commit f5ede45

Please sign in to comment.