Skip to content

Commit

Permalink
Merge pull request #482 from frezes/fix/upgradeHook
Browse files Browse the repository at this point in the history
hotfix
  • Loading branch information
frezes authored Mar 1, 2024
2 parents dc166fe + 1e69e01 commit 6c10fe3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/whizard/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ maintainers:
email: [email protected]
- name: junot
email: [email protected]
version: 0.10.9
version: 0.10.10
appVersion: "latest"
4 changes: 4 additions & 0 deletions charts/whizard/templates/controller-manager/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,23 @@ spec:
app: {{ include "whizard.manager.fullname" . }}
spec:
serviceAccountName: {{ include "whizard.manager.serviceAccountName" . }}
{{- if .Values.controllerManager.config.create }}
volumes:
- name: whizard-config
configMap:
name: {{ include "whizard.fullname" . }}-config
defaultMode: 420
{{- end }}
containers:
- name: manager
command:
- /manager
image: "{{ .Values.global.imageRegistry | default .Values.controllerManager.image.registry }}/{{ .Values.controllerManager.image.repository }}:{{ .Values.controllerManager.image.tag | default .Chart.AppVersion }}"
{{- if .Values.controllerManager.config.create }}
volumeMounts:
- mountPath: /etc/whizard/
name: whizard-config
{{- end }}
livenessProbe:
httpGet:
path: /healthz
Expand Down

0 comments on commit 6c10fe3

Please sign in to comment.