update used OpenBao Version to 2.0.1

Signed-off-by: Jan Martens <jan@martens.eu.org>
This commit is contained in:
Jan Martens 2024-09-03 22:05:21 +02:00 committed by Jan Martens
parent 540d8c5309
commit 5d545983bf
No known key found for this signature in database
3 changed files with 21 additions and 11 deletions

View file

@ -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

View file

@ -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"

View file

@ -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