Skip to content

Commit ac70487

Browse files
committed
[INTERNAL] - Helm changes for Spinnaker deployment
1 parent 250e9fb commit ac70487

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

charts/kminion/templates/_helpers.tpl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ helm.sh/chart: {{ include "kminion.chart" . }}
3939
{{- if .Chart.AppVersion }}
4040
app.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}}

charts/kminion/templates/configmap.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ kind: ConfigMap
33
metadata:
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}}
811
data:

charts/kminion/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
replicaCount: 1
66

77
image:
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

3838
securityContext: {}

0 commit comments

Comments
 (0)