diff --git a/charts/bitwarden-crd-operator/Chart.yaml b/charts/bitwarden-crd-operator/Chart.yaml index 0100424..bc2cdca 100644 --- a/charts/bitwarden-crd-operator/Chart.yaml +++ b/charts/bitwarden-crd-operator/Chart.yaml @@ -4,7 +4,7 @@ description: Deploy the Bitwarden CRD Operator type: application -version: "v0.7.6" +version: "v0.8.0" appVersion: "0.6.5" @@ -95,6 +95,8 @@ annotations: artifacthub.io/operator: "true" artifacthub.io/containsSecurityUpdates: "false" artifacthub.io/changes: | + - kind: changed + description: "Take care to sync with bitwarden before getting a secret, added BW_SYNC_INTERVAL and BW_FORCE_SYNC envs to control sync." - kind: changed description: "Updated alpine to 3.18.3" - kind: changed diff --git a/charts/bitwarden-crd-operator/values.yaml b/charts/bitwarden-crd-operator/values.yaml index 03d08b3..c976310 100644 --- a/charts/bitwarden-crd-operator/values.yaml +++ b/charts/bitwarden-crd-operator/values.yaml @@ -18,7 +18,7 @@ fullnameOverride: "" # - name: BW_FORCE_SYNC # value: "false" # - name: BW_SYNC_INTERVAL -# value: "60" +# value: "900" # - name: BW_HOST # value: "define_it" # - name: BW_CLIENTID