[stable/sealed-secrets] update version to 0.12.4 (#23076)

Signed-off-by: Christian Groschupp <christian@groschupp.org>
This commit is contained in:
Christian Groschupp
2020-07-06 01:46:51 -07:00
committed by GitHub
parent 450cca78c6
commit fbbd60f4d6
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
name: sealed-secrets
description: A Helm chart for Sealed Secrets
version: 1.10.2
appVersion: 0.12.1
version: 1.10.3
appVersion: 0.12.4
kubeVersion: ">=1.9.0-0"
home: https://github.com/bitnami-labs/sealed-secrets
apiVersion: v1
+1 -1
View File
@@ -52,7 +52,7 @@ Read about kubeseal usage on [sealed-secrets docs](https://github.com/bitnami-la
| **serviceAccount.create** | Whether to create a service account or not | `true` |
| **serviceAccount.name** | The name of the service account to create or use | `"sealed-secrets-controller"` |
| **secretName** | The name of the TLS secret containing the key used to encrypt secrets | `"sealed-secrets-key"` |
| **image.tag** | The `Sealed Secrets` image tag | `v0.12.1` |
| **image.tag** | The `Sealed Secrets` image tag | `v0.12.4` |
| **image.pullPolicy** | The image pull policy for the deployment | `IfNotPresent` |
| **image.repository** | The repository to get the controller image from | `quay.io/bitnami/sealed-secrets-controller` |
| **resources** | CPU/Memory resource requests/limits | `{}` |
+1 -1
View File
@@ -1,6 +1,6 @@
image:
repository: quay.io/bitnami/sealed-secrets-controller
tag: v0.12.1
tag: v0.12.4
pullPolicy: IfNotPresent
resources: {}