Skip to content

Commit

Permalink
fix(helm): avoiding overwriting secrets upon helm upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
prometherion committed Mar 31, 2022
1 parent fdc1b3f commit 0bfca6b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion charts/capsule/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ sources:

# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 0.1.6
version: 0.1.7

# This is the version number of the application being deployed.
# This version number should be incremented each time you make changes to the application.
Expand Down
1 change: 0 additions & 1 deletion charts/capsule/templates/ca.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,3 @@ metadata:
{{- toYaml . | nindent 4 }}
{{- end }}
name: {{ include "capsule.secretCaName" . }}
data:
1 change: 0 additions & 1 deletion charts/capsule/templates/certs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,3 @@ metadata:
{{- toYaml . | nindent 4 }}
{{- end }}
name: {{ include "capsule.secretTlsName" . }}
data:

0 comments on commit 0bfca6b

Please sign in to comment.