diff --git a/charts/rclone-bucket/Chart.yaml b/charts/rclone-bucket/Chart.yaml index f16702b..0f63dad 100644 --- a/charts/rclone-bucket/Chart.yaml +++ b/charts/rclone-bucket/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: rclone-bucket -version: 0.4.0 +version: 0.4.1 description: Rclone CronJob to replicate buckets keywords: - rclone-bucket diff --git a/charts/rclone-bucket/README.md b/charts/rclone-bucket/README.md index 9476dbd..0256f97 100644 --- a/charts/rclone-bucket/README.md +++ b/charts/rclone-bucket/README.md @@ -1,6 +1,6 @@ # rclone-bucket -![Version: 0.4.0](https://img.shields.io/badge/Version-0.4.0-informational?style=flat-square) ![AppVersion: v1.73.5](https://img.shields.io/badge/AppVersion-v1.73.5-informational?style=flat-square) +![Version: 0.4.1](https://img.shields.io/badge/Version-0.4.1-informational?style=flat-square) ![AppVersion: v1.73.5](https://img.shields.io/badge/AppVersion-v1.73.5-informational?style=flat-square) Rclone CronJob to replicate buckets diff --git a/charts/rclone-bucket/templates/external-secret.yaml b/charts/rclone-bucket/templates/external-secret.yaml index 8423988..2c50a50 100644 --- a/charts/rclone-bucket/templates/external-secret.yaml +++ b/charts/rclone-bucket/templates/external-secret.yaml @@ -57,11 +57,11 @@ spec: - secretKey: {{ include "secret.envSecretKey" . }} remoteRef: key: {{ .Values.secret.externalSecret.destination.credentials.path }} - property: {{ .Values.secret.externalSecret.destination.credentials.keyIdProperty }} + property: {{ .Values.secret.externalSecret.destination.credentials.secretKeyProperty }} - secretKey: {{ include "secret.envRegion" . }} remoteRef: key: {{ .Values.secret.externalSecret.destination.credentials.path }} - property: {{ .Values.secret.externalSecret.destination.credentials.keyIdProperty }} + property: {{ .Values.secret.externalSecret.destination.credentials.regionProperty }} - secretKey: {{ include "secret.envDestEndpoint" . }} remoteRef: key: {{ .Values.secret.externalSecret.destination.config.path }}