diff --git a/charts/volsync-target/Chart.yaml b/charts/volsync-target/Chart.yaml index 2063e4e..cee2ec0 100644 --- a/charts/volsync-target/Chart.yaml +++ b/charts/volsync-target/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: volsync-target -version: 0.4.0 +version: 0.5.0 description: Volsync Replication set to target specific PVC with preconfigured settings keywords: - volsync-target diff --git a/charts/volsync-target/README.md b/charts/volsync-target/README.md index 32e5967..be6fbfb 100644 --- a/charts/volsync-target/README.md +++ b/charts/volsync-target/README.md @@ -1,6 +1,6 @@ # volsync-target -![Version: 0.4.0](https://img.shields.io/badge/Version-0.4.0-informational?style=flat-square) ![AppVersion: 0.14.0](https://img.shields.io/badge/AppVersion-0.14.0-informational?style=flat-square) +![Version: 0.5.0](https://img.shields.io/badge/Version-0.5.0-informational?style=flat-square) ![AppVersion: 0.14.0](https://img.shields.io/badge/AppVersion-0.14.0-informational?style=flat-square) Volsync Replication set to target specific PVC with preconfigured settings diff --git a/charts/volsync-target/templates/replication-source.yaml b/charts/volsync-target/templates/replication-source.yaml index 4c8e247..29baee8 100644 --- a/charts/volsync-target/templates/replication-source.yaml +++ b/charts/volsync-target/templates/replication-source.yaml @@ -23,10 +23,10 @@ spec: {{- toYaml . | nindent 6 }} {{- end }} {{- if .Values.moverSecurityContext }} - moverSecurityContext: - {{- with .Values.moverSecurityContext }} - {{- toYaml . | nindent 8 }} - {{- end }} + moverSecurityContext: + {{- with .Values.moverSecurityContext }} + {{- toYaml . | nindent 6 }} + {{- end }} {{- end }} copyMethod: {{ .Values.local.restic.copyMethod }} storageClassName: {{ .Values.local.restic.storageClassName }} @@ -59,10 +59,10 @@ spec: {{- toYaml . | nindent 6 }} {{- end }} {{- if .Values.moverSecurityContext }} - moverSecurityContext: - {{- with .Values.moverSecurityContext }} - {{- toYaml . | nindent 8 }} - {{- end }} + moverSecurityContext: + {{- with .Values.moverSecurityContext }} + {{- toYaml . | nindent 6 }} + {{- end }} {{- end }} copyMethod: {{ .Values.remote.restic.copyMethod }} storageClassName: {{ .Values.remote.restic.storageClassName }} @@ -95,10 +95,10 @@ spec: {{- toYaml . | nindent 6 }} {{- end }} {{- if .Values.moverSecurityContext }} - moverSecurityContext: - {{- with .Values.moverSecurityContext }} - {{- toYaml . | nindent 8 }} - {{- end }} + moverSecurityContext: + {{- with .Values.moverSecurityContext }} + {{- toYaml . | nindent 6 }} + {{- end }} {{- end }} copyMethod: {{ .Values.external.restic.copyMethod }} storageClassName: {{ .Values.external.restic.storageClassName }}