Skip to content

Commit

Permalink
Fix chart templating (#1344)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljguarino authored Aug 24, 2024
1 parent 6f240e0 commit 925e7e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion plural/helm/plural/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: plural
description: A helm chart for installing plural
appVersion: 0.11.8
version: 0.10.96
version: 0.10.97
dependencies:
- name: hydra
version: 0.26.5
Expand Down
1 change: 1 addition & 0 deletions plural/helm/plural/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ spec:
labels:
app.kubernetes.io/name: plural-www
app.kubernetes.io/instance: {{ .Release.Name }}
annotations:
checksum/config: {{ include (print $.Template.BasePath "/secrets.yaml") . | sha256sum }}
spec:
{{- with .Values.imagePullSecrets }}
Expand Down

0 comments on commit 925e7e1

Please sign in to comment.