From 31cba57a1a7f9140469bca6c8e35d080b7b0dbe2 Mon Sep 17 00:00:00 2001 From: Matthias Ludwig Date: Wed, 27 Sep 2023 11:15:19 +0200 Subject: [PATCH] chore: bump version to v0.8.0; add artifacthub changelog --- charts/bitwarden-crd-operator/Chart.yaml | 4 +++- charts/bitwarden-crd-operator/values.yaml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) 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