Skip to content

Commit 78f3c2a

Browse files
committed
[INTERNAL] - Helm changes for Spinnaker deployment
1 parent 6ef6524 commit 78f3c2a

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: ""
@@ -34,8 +34,8 @@ podSecurityContext:
3434

3535
## See `kubectl explain poddisruptionbudget.spec` for more
3636
## ref: https://kubernetes.io/docs/tasks/run-application/configure-pdb/
37-
podDisruptionBudget:
38-
maxUnavailable: 1
37+
podDisruptionBudget: {}
38+
# maxUnavailable: 1
3939
# minAvailable: 1
4040

4141
securityContext: {}

0 commit comments

Comments
 (0)