You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| 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. |
91
91
| injector.agentImage.pullPolicy | string |`"IfNotPresent"`| image pull policy to use for agent image. if tag is "latest", set to "Always" |
92
92
| injector.agentImage.registry | string |`"quay.io"`| image registry to use for agent image |
93
93
| 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 |
| injector.image.pullPolicy | string |`"IfNotPresent"`| image pull policy to use for k8s image. if tag is "latest", set to "Always" |
108
108
| injector.image.registry | string |`"docker.io"`| image registry to use for k8s image |
109
109
| 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 |
111
111
| 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. |
112
112
| injector.livenessProbe.failureThreshold | int |`2`| When a probe fails, Kubernetes will try failureThreshold times before giving up |
113
113
| 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`
194
194
| server.image.pullPolicy | string |`"IfNotPresent"`| image pull policy to use for server image. if tag is "latest", set to "Always" |
195
195
| server.image.registry | string |`"quay.io"`| image registry to use for server image |
196
196
| 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 |
198
198
| server.ingress.activeService | bool |`true`||
199
199
| server.ingress.annotations | object |`{}`||
200
200
| server.ingress.enabled | bool |`false`||
@@ -292,5 +292,3 @@ Kubernetes: `>= 1.27.0-0`
292
292
| ui.serviceType | string |`"ClusterIP"`||
293
293
| ui.targetPort | int |`8200`||
294
294
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