update used OpenBao Version to 2.0.1
Signed-off-by: Jan Martens <jan@martens.eu.org>
This commit is contained in:
parent
540d8c5309
commit
5d545983bf
3 changed files with 21 additions and 11 deletions
|
@ -3,13 +3,23 @@
|
||||||
|
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: openbao
|
name: openbao
|
||||||
version: 0.4.0
|
version: 0.5.0
|
||||||
appVersion: v2.0.0-alpha20240329
|
appVersion: v2.0.1
|
||||||
kubeVersion: ">= 1.27.0-0"
|
kubeVersion: ">= 1.27.0-0"
|
||||||
description: Official OpenBao Chart
|
description: Official OpenBao Chart
|
||||||
home: https://github.com/openbao/openbao-helm
|
home: https://github.com/openbao/openbao-helm
|
||||||
icon: https://github.com/openbao/artwork/blob/main/color/openbao-color.svg
|
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:
|
sources:
|
||||||
- https://github.com/openbao/openbao-helm
|
- https://github.com/openbao/openbao-helm
|
||||||
annotations:
|
annotations:
|
||||||
|
|
|
@ -14,13 +14,13 @@ injector:
|
||||||
agentImage:
|
agentImage:
|
||||||
registry: "quay.io"
|
registry: "quay.io"
|
||||||
repository: "openbao/openbao"
|
repository: "openbao/openbao"
|
||||||
tag: "v2.0.0-alpha20240329-ubi"
|
tag: "v2.0.1-ubi"
|
||||||
|
|
||||||
server:
|
server:
|
||||||
image:
|
image:
|
||||||
registry: "quay.io"
|
registry: "quay.io"
|
||||||
repository: "openbao/openbao"
|
repository: "openbao/openbao"
|
||||||
tag: "v2.0.0-alpha20240329-ubi"
|
tag: "v2.0.1-ubi"
|
||||||
|
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
path: "/v1/sys/health?uninitcode=204"
|
path: "/v1/sys/health?uninitcode=204"
|
||||||
|
|
|
@ -84,7 +84,7 @@ injector:
|
||||||
# -- image repo to use for agent image
|
# -- image repo to use for agent image
|
||||||
repository: "openbao/openbao"
|
repository: "openbao/openbao"
|
||||||
# -- image tag to use for agent image
|
# -- 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"
|
# -- image pull policy to use for agent image. if tag is "latest", set to "Always"
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
|
@ -379,7 +379,7 @@ server:
|
||||||
# -- image repo to use for server image
|
# -- image repo to use for server image
|
||||||
repository: "openbao/openbao"
|
repository: "openbao/openbao"
|
||||||
# -- image tag to use for server image
|
# -- 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"
|
# -- image pull policy to use for server image. if tag is "latest", set to "Always"
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
|
@ -1183,7 +1183,7 @@ csi:
|
||||||
# -- image repo to use for agent image
|
# -- image repo to use for agent image
|
||||||
repository: "openbao/openbao"
|
repository: "openbao/openbao"
|
||||||
# -- image tag to use for agent image
|
# -- 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"
|
# -- image pull policy to use for agent image. if tag is "latest", set to "Always"
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue