mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-07-07 02:33:41 +02:00
Enhance the SCM-Manager helm chart to use to force redeployments for Charts which have not changed clusterwise
This commit is contained in:
@@ -44,6 +44,10 @@ spec:
|
||||
labels:
|
||||
app: {{ include "scm-manager.name" . }}
|
||||
release: {{ .Release.Name }}
|
||||
{{- if .Values.forceRedeploy }}
|
||||
annotations:
|
||||
timestamp: {{ now | quote }}
|
||||
{{- end }}
|
||||
spec:
|
||||
{{- if .Values.image.pullSecret }}
|
||||
imagePullSecrets:
|
||||
|
||||
@@ -180,3 +180,6 @@ extraVolumeMounts: |
|
||||
extraArgs: []
|
||||
# - "-Dscm.initialPassword=admin"
|
||||
# - "-Dscm.initialUser=admin"
|
||||
|
||||
# forceRedeploy - Forces a redeployment in the cluster on every change even if the chart has not changed significantly
|
||||
forceRedeploy: false
|
||||
|
||||
Reference in New Issue
Block a user