diff --git a/charts/vc-authn-oidc/Chart.yaml b/charts/vc-authn-oidc/Chart.yaml index 01f1549a..b5d8464d 100644 --- a/charts/vc-authn-oidc/Chart.yaml +++ b/charts/vc-authn-oidc/Chart.yaml @@ -6,7 +6,7 @@ type: application # 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. # Versions are expected to follow Semantic Versioning (https://semver.org/) -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. Versions are not expected to diff --git a/charts/vc-authn-oidc/templates/agent/tails_pvc.yaml b/charts/vc-authn-oidc/templates/agent/tails_pvc.yaml index b7cfca5b..99cbec1c 100644 --- a/charts/vc-authn-oidc/templates/agent/tails_pvc.yaml +++ b/charts/vc-authn-oidc/templates/agent/tails_pvc.yaml @@ -15,5 +15,5 @@ spec: resources: requests: storage: {{ .Values.acapy.persistence.size | quote }} - {{- include "common.storage.class" (dict "persistence" .Values.acapy.persistence "global" .Values.global) | nindent 8 }} + {{- include "common.storage.class" (dict "persistence" .Values.acapy.persistence "global" .Values.global) | nindent 2 }} {{- end}}