Skip to content

Commit

Permalink
[INTERNAL] - Helm changes for Spinnaker deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
amuraru committed Dec 22, 2021
1 parent 250e9fb commit ac70487
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
1 change: 0 additions & 1 deletion charts/kminion/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ helm.sh/chart: {{ include "kminion.chart" . }}
{{- if .Chart.AppVersion }}
app.kubernetes.io/version: {{ .Chart.AppVersion | quote }}
{{- end }}
app.kubernetes.io/managed-by: {{ .Release.Service }}
{{- if .Values.customLabels}}
{{ toYaml .Values.customLabels }}
{{- end}}
Expand Down
3 changes: 3 additions & 0 deletions charts/kminion/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ kind: ConfigMap
metadata:
name: {{include "kminion.fullname" .}}
namespace: {{ .Release.Namespace | quote }}
annotations:
strategy.spinnaker.io/versioned: "false"
strategy.spinnaker.io/replace: "true"
labels:
{{- include "kminion.labels" . | nindent 4}}
data:
Expand Down
6 changes: 3 additions & 3 deletions charts/kminion/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
replicaCount: 1

image:
repository: quay.io/cloudhut/kminion
repository: ghcr.io/adobe/kminion
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: ""
Expand All @@ -31,8 +31,8 @@ podSecurityContext:

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

securityContext: {}
Expand Down

0 comments on commit ac70487

Please sign in to comment.