Skip to content

Commit 72b4014

Browse files
authored
Merge pull request #20 from openbao/bao-2-0-2
update chart README
2 parents 7a7a5b3 + 5f31aca commit 72b4014

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

charts/openbao/README.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Kubernetes: `>= 1.27.0-0`
2929
| csi.agent.image.pullPolicy | string | `"IfNotPresent"` | image pull policy to use for agent image. if tag is "latest", set to "Always" |
3030
| csi.agent.image.registry | string | `"quay.io"` | image registry to use for agent image |
3131
| csi.agent.image.repository | string | `"openbao/openbao"` | image repo to use for agent image |
32-
| csi.agent.image.tag | string | `"2.0.0-alpha20240329"` | image tag to use for agent image |
32+
| csi.agent.image.tag | string | `"2.0.2"` | image tag to use for agent image |
3333
| csi.agent.logFormat | string | `"standard"` | |
3434
| csi.agent.logLevel | string | `"info"` | |
3535
| csi.agent.resources | object | `{}` | |
@@ -48,7 +48,7 @@ Kubernetes: `>= 1.27.0-0`
4848
| csi.image.pullPolicy | string | `"IfNotPresent"` | image pull policy to use for csi image. if tag is "latest", set to "Always" |
4949
| csi.image.registry | string | `"docker.io"` | image registry to use for csi image |
5050
| csi.image.repository | string | `"hashicorp/vault-csi-provider"` | image repo to use for csi image |
51-
| csi.image.tag | string | `"1.4.1"` | image tag to use for csi image |
51+
| csi.image.tag | string | `"1.4.0"` | image tag to use for csi image |
5252
| csi.livenessProbe.failureThreshold | int | `2` | |
5353
| csi.livenessProbe.initialDelaySeconds | int | `5` | |
5454
| csi.livenessProbe.periodSeconds | int | `5` | |
@@ -87,11 +87,11 @@ Kubernetes: `>= 1.27.0-0`
8787
| injector.agentDefaults.template | string | `"map"` | |
8888
| injector.agentDefaults.templateConfig.exitOnRetryFailure | bool | `true` | |
8989
| injector.agentDefaults.templateConfig.staticSecretRenderInterval | string | `""` | |
90-
| injector.agentImage | object | `{"pullPolicy":"IfNotPresent","registry":"quay.io","repository":"openbao/openbao","tag":"2.0.0-alpha20240329"}` | agentImage sets the repo and tag of the OpenBao image to use for the OpenBao Agent containers. This should be set to the official OpenBao image. OpenBao 1.3.1+ is required. |
90+
| injector.agentImage | object | `{"pullPolicy":"IfNotPresent","registry":"quay.io","repository":"openbao/openbao","tag":"2.0.2"}` | agentImage sets the repo and tag of the OpenBao image to use for the OpenBao Agent containers. This should be set to the official OpenBao image. OpenBao 1.3.1+ is required. |
9191
| injector.agentImage.pullPolicy | string | `"IfNotPresent"` | image pull policy to use for agent image. if tag is "latest", set to "Always" |
9292
| injector.agentImage.registry | string | `"quay.io"` | image registry to use for agent image |
9393
| injector.agentImage.repository | string | `"openbao/openbao"` | image repo to use for agent image |
94-
| injector.agentImage.tag | string | `"2.0.0-alpha20240329"` | image tag to use for agent image |
94+
| injector.agentImage.tag | string | `"2.0.2"` | image tag to use for agent image |
9595
| injector.annotations | object | `{}` | |
9696
| injector.authPath | string | `"auth/kubernetes"` | |
9797
| injector.certs.caBundle | string | `""` | |
@@ -107,7 +107,7 @@ Kubernetes: `>= 1.27.0-0`
107107
| injector.image.pullPolicy | string | `"IfNotPresent"` | image pull policy to use for k8s image. if tag is "latest", set to "Always" |
108108
| injector.image.registry | string | `"docker.io"` | image registry to use for k8s image |
109109
| injector.image.repository | string | `"hashicorp/vault-k8s"` | image repo to use for k8s image |
110-
| injector.image.tag | string | `"1.3.1"` | image tag to use for k8s image |
110+
| injector.image.tag | string | `"1.4.2"` | image tag to use for k8s image |
111111
| injector.leaderElector | object | `{"enabled":true}` | If multiple replicas are specified, by default a leader will be determined so that only one injector attempts to create TLS certificates. |
112112
| injector.livenessProbe.failureThreshold | int | `2` | When a probe fails, Kubernetes will try failureThreshold times before giving up |
113113
| injector.livenessProbe.initialDelaySeconds | int | `5` | Number of seconds after the container has started before probe initiates |
@@ -194,7 +194,7 @@ Kubernetes: `>= 1.27.0-0`
194194
| server.image.pullPolicy | string | `"IfNotPresent"` | image pull policy to use for server image. if tag is "latest", set to "Always" |
195195
| server.image.registry | string | `"quay.io"` | image registry to use for server image |
196196
| server.image.repository | string | `"openbao/openbao"` | image repo to use for server image |
197-
| server.image.tag | string | `"2.0.0-alpha20240329"` | image tag to use for server image |
197+
| server.image.tag | string | `"2.0.2"` | image tag to use for server image |
198198
| server.ingress.activeService | bool | `true` | |
199199
| server.ingress.annotations | object | `{}` | |
200200
| server.ingress.enabled | bool | `false` | |
@@ -292,5 +292,3 @@ Kubernetes: `>= 1.27.0-0`
292292
| ui.serviceType | string | `"ClusterIP"` | |
293293
| ui.targetPort | int | `8200` | |
294294

295-
----------------------------------------------
296-
Autogenerated from chart metadata using [helm-docs v1.13.1](https://github.com/norwoodj/helm-docs/releases/v1.13.1)

0 commit comments

Comments
 (0)