File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,6 @@ helm.sh/chart: {{ include "kminion.chart" . }}
3939{ {- if .Chart.AppVersion } }
4040app.kubernetes.io/version: { { .Chart.AppVersion | quote } }
4141{ {- end } }
42- app.kubernetes.io/managed-by: { { .Release.Service } }
4342{ {- if .Values.customLabels} }
4443{ { toYaml .Values.customLabels } }
4544{ {- end} }
Original file line number Diff line number Diff line change @@ -3,6 +3,9 @@ kind: ConfigMap
33metadata :
44 name : {{include "kminion.fullname" .}}
55 namespace : {{ .Release.Namespace | quote }}
6+ annotations :
7+ strategy.spinnaker.io/versioned : " false"
8+ strategy.spinnaker.io/replace : " true"
69 labels :
710 {{- include "kminion.labels" . | nindent 4}}
811data :
Original file line number Diff line number Diff line change 55replicaCount : 1
66
77image :
8- repository : quay .io/cloudhut /kminion
8+ repository : ghcr .io/adobe /kminion
99 pullPolicy : IfNotPresent
1010 # Overrides the image tag whose default is the chart appVersion.
1111 tag : " "
@@ -31,8 +31,8 @@ podSecurityContext:
3131
3232# # See `kubectl explain poddisruptionbudget.spec` for more
3333# # ref: https://kubernetes.io/docs/tasks/run-application/configure-pdb/
34- podDisruptionBudget :
35- maxUnavailable : 1
34+ podDisruptionBudget : {}
35+ # maxUnavailable: 1
3636 # minAvailable: 1
3737
3838securityContext : {}
You can’t perform that action at this time.
0 commit comments