From 5d545983bfa94192eadf5085b58b028c7cc087e1 Mon Sep 17 00:00:00 2001 From: Jan Martens Date: Tue, 3 Sep 2024 22:05:21 +0200 Subject: [PATCH] update used OpenBao Version to 2.0.1 Signed-off-by: Jan Martens --- charts/openbao/Chart.yaml | 22 ++++++++++++++++------ charts/openbao/values.openshift.yaml | 4 ++-- charts/openbao/values.yaml | 6 +++--- 3 files changed, 21 insertions(+), 11 deletions(-) diff --git a/charts/openbao/Chart.yaml b/charts/openbao/Chart.yaml index febe394..ef23943 100644 --- a/charts/openbao/Chart.yaml +++ b/charts/openbao/Chart.yaml @@ -3,19 +3,29 @@ apiVersion: v2 name: openbao -version: 0.4.0 -appVersion: v2.0.0-alpha20240329 +version: 0.5.0 +appVersion: v2.0.1 kubeVersion: ">= 1.27.0-0" description: Official OpenBao Chart home: https://github.com/openbao/openbao-helm icon: https://github.com/openbao/artwork/blob/main/color/openbao-color.svg -keywords: ["vault", "openbao", "security", "encryption", "secrets", "management", "automation", "infrastructure"] +keywords: + [ + "vault", + "openbao", + "security", + "encryption", + "secrets", + "management", + "automation", + "infrastructure", + ] sources: - https://github.com/openbao/openbao-helm annotations: charts.openshift.io/name: Openbao maintainers: -- name: OpenBao - email: openbao-security@lists.lfedge.org - url: https://openbao.org + - name: OpenBao + email: openbao-security@lists.lfedge.org + url: https://openbao.org diff --git a/charts/openbao/values.openshift.yaml b/charts/openbao/values.openshift.yaml index 2d0e84b..b63f548 100644 --- a/charts/openbao/values.openshift.yaml +++ b/charts/openbao/values.openshift.yaml @@ -14,13 +14,13 @@ injector: agentImage: registry: "quay.io" repository: "openbao/openbao" - tag: "v2.0.0-alpha20240329-ubi" + tag: "v2.0.1-ubi" server: image: registry: "quay.io" repository: "openbao/openbao" - tag: "v2.0.0-alpha20240329-ubi" + tag: "v2.0.1-ubi" readinessProbe: path: "/v1/sys/health?uninitcode=204" diff --git a/charts/openbao/values.yaml b/charts/openbao/values.yaml index 4d433d5..99b6eb6 100644 --- a/charts/openbao/values.yaml +++ b/charts/openbao/values.yaml @@ -84,7 +84,7 @@ injector: # -- image repo to use for agent image repository: "openbao/openbao" # -- image tag to use for agent image - tag: "2.0.0-alpha20240329" + tag: "2.0.1" # -- image pull policy to use for agent image. if tag is "latest", set to "Always" pullPolicy: IfNotPresent @@ -379,7 +379,7 @@ server: # -- image repo to use for server image repository: "openbao/openbao" # -- image tag to use for server image - tag: "2.0.0-alpha20240329" + tag: "2.0.1" # -- image pull policy to use for server image. if tag is "latest", set to "Always" pullPolicy: IfNotPresent @@ -1183,7 +1183,7 @@ csi: # -- image repo to use for agent image repository: "openbao/openbao" # -- image tag to use for agent image - tag: "2.0.0-alpha20240329" + tag: "2.0.1" # -- image pull policy to use for agent image. if tag is "latest", set to "Always" pullPolicy: IfNotPresent