From 6477cdc90d656722cf1a5729421705c7436831fd Mon Sep 17 00:00:00 2001 From: Jan Martens Date: Mon, 7 Oct 2024 11:03:52 +0200 Subject: [PATCH] update chart README To display the up to date values --- charts/openbao/README.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/charts/openbao/README.md b/charts/openbao/README.md index 7aac1763..70bc13c9 100644 --- a/charts/openbao/README.md +++ b/charts/openbao/README.md @@ -29,7 +29,7 @@ Kubernetes: `>= 1.27.0-0` | csi.agent.image.pullPolicy | string | `"IfNotPresent"` | image pull policy to use for agent image. if tag is "latest", set to "Always" | | csi.agent.image.registry | string | `"quay.io"` | image registry to use for agent image | | csi.agent.image.repository | string | `"openbao/openbao"` | image repo to use for agent image | -| csi.agent.image.tag | string | `"2.0.0-alpha20240329"` | image tag to use for agent image | +| csi.agent.image.tag | string | `"2.0.2"` | image tag to use for agent image | | csi.agent.logFormat | string | `"standard"` | | | csi.agent.logLevel | string | `"info"` | | | csi.agent.resources | object | `{}` | | @@ -48,7 +48,7 @@ Kubernetes: `>= 1.27.0-0` | csi.image.pullPolicy | string | `"IfNotPresent"` | image pull policy to use for csi image. if tag is "latest", set to "Always" | | csi.image.registry | string | `"docker.io"` | image registry to use for csi image | | csi.image.repository | string | `"hashicorp/vault-csi-provider"` | image repo to use for csi image | -| csi.image.tag | string | `"1.4.1"` | image tag to use for csi image | +| csi.image.tag | string | `"1.4.0"` | image tag to use for csi image | | csi.livenessProbe.failureThreshold | int | `2` | | | csi.livenessProbe.initialDelaySeconds | int | `5` | | | csi.livenessProbe.periodSeconds | int | `5` | | @@ -87,11 +87,11 @@ Kubernetes: `>= 1.27.0-0` | injector.agentDefaults.template | string | `"map"` | | | injector.agentDefaults.templateConfig.exitOnRetryFailure | bool | `true` | | | injector.agentDefaults.templateConfig.staticSecretRenderInterval | string | `""` | | -| 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. | +| 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. | | injector.agentImage.pullPolicy | string | `"IfNotPresent"` | image pull policy to use for agent image. if tag is "latest", set to "Always" | | injector.agentImage.registry | string | `"quay.io"` | image registry to use for agent image | | injector.agentImage.repository | string | `"openbao/openbao"` | image repo to use for agent image | -| injector.agentImage.tag | string | `"2.0.0-alpha20240329"` | image tag to use for agent image | +| injector.agentImage.tag | string | `"2.0.2"` | image tag to use for agent image | | injector.annotations | object | `{}` | | | injector.authPath | string | `"auth/kubernetes"` | | | injector.certs.caBundle | string | `""` | | @@ -107,7 +107,7 @@ Kubernetes: `>= 1.27.0-0` | injector.image.pullPolicy | string | `"IfNotPresent"` | image pull policy to use for k8s image. if tag is "latest", set to "Always" | | injector.image.registry | string | `"docker.io"` | image registry to use for k8s image | | injector.image.repository | string | `"hashicorp/vault-k8s"` | image repo to use for k8s image | -| injector.image.tag | string | `"1.3.1"` | image tag to use for k8s image | +| injector.image.tag | string | `"1.4.2"` | image tag to use for k8s image | | 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. | | injector.livenessProbe.failureThreshold | int | `2` | When a probe fails, Kubernetes will try failureThreshold times before giving up | | 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` | server.image.pullPolicy | string | `"IfNotPresent"` | image pull policy to use for server image. if tag is "latest", set to "Always" | | server.image.registry | string | `"quay.io"` | image registry to use for server image | | server.image.repository | string | `"openbao/openbao"` | image repo to use for server image | -| server.image.tag | string | `"2.0.0-alpha20240329"` | image tag to use for server image | +| server.image.tag | string | `"2.0.2"` | image tag to use for server image | | server.ingress.activeService | bool | `true` | | | server.ingress.annotations | object | `{}` | | | server.ingress.enabled | bool | `false` | | @@ -292,5 +292,3 @@ Kubernetes: `>= 1.27.0-0` | ui.serviceType | string | `"ClusterIP"` | | | ui.targetPort | int | `8200` | | ----------------------------------------------- -Autogenerated from chart metadata using [helm-docs v1.13.1](https://github.com/norwoodj/helm-docs/releases/v1.13.1)