diff --git a/charts/capsule/Chart.yaml b/charts/capsule/Chart.yaml index 46a1fa7c..c62616bf 100644 --- a/charts/capsule/Chart.yaml +++ b/charts/capsule/Chart.yaml @@ -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. diff --git a/charts/capsule/templates/ca.yaml b/charts/capsule/templates/ca.yaml index 898da946..9479740a 100644 --- a/charts/capsule/templates/ca.yaml +++ b/charts/capsule/templates/ca.yaml @@ -8,4 +8,3 @@ metadata: {{- toYaml . | nindent 4 }} {{- end }} name: {{ include "capsule.secretCaName" . }} -data: diff --git a/charts/capsule/templates/certs.yaml b/charts/capsule/templates/certs.yaml index 2b8a9113..97baa368 100644 --- a/charts/capsule/templates/certs.yaml +++ b/charts/capsule/templates/certs.yaml @@ -8,4 +8,3 @@ metadata: {{- toYaml . | nindent 4 }} {{- end }} name: {{ include "capsule.secretTlsName" . }} -data: