[bitnami/sealed-secrets] Release 1.4.1 (#16664)

* [bitnami/sealed-secrets] Release 1.4.1 updating components versions

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

* Update README.md with readme-generator-for-helm

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

---------

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2023-05-16 04:36:40 +01:00
committed by GitHub
parent 41ec369092
commit 05442dcdef
4 changed files with 7 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.2.5
digest: sha256:318f438acfeaced11d9060877d615caf1985417d2865810defaa886d3496f8d3
generated: "2023-05-09T14:13:29.461832922Z"
version: 2.3.0
digest: sha256:11bbe86be64062d37b725f4dbc909aba3585b4976624ee9d27522366d3f956ea
generated: "2023-05-16T01:53:51.377522667Z"

View File

@@ -2,7 +2,7 @@ annotations:
category: DeveloperTools
licenses: Apache-2.0
apiVersion: v2
appVersion: 0.20.5
appVersion: 0.21.0
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
@@ -22,4 +22,4 @@ maintainers:
name: sealed-secrets
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/sealed-secrets
version: 1.4.0
version: 1.4.1

View File

@@ -6,8 +6,6 @@ Sealed Secrets are "one-way" encrypted K8s Secrets that can be created by anyone
[Overview of Sealed Secrets](https://github.com/bitnami-labs/sealed-secrets)
Looking to use Sealed Secrets in production? Try [VMware Application Catalog](https://bitnami.com/enterprise), the enterprise edition of Bitnami Application Catalog.
## TL;DR
```console
@@ -78,7 +76,7 @@ The command removes all the Kubernetes components associated with the chart and
| --------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------ | ------------------------ |
| `image.registry` | Sealed Secrets image registry | `docker.io` |
| `image.repository` | Sealed Secrets image repository | `bitnami/sealed-secrets` |
| `image.tag` | Sealed Secrets image tag (immutable tags are recommended) | `0.20.5-scratch-r1` |
| `image.tag` | Sealed Secrets image tag (immutable tags are recommended) | `0.21.0-scratch-r0` |
| `image.digest` | Sealed Secrets image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
| `image.pullPolicy` | Sealed Secrets image pull policy | `IfNotPresent` |
| `image.pullSecrets` | Sealed Secrets image pull secrets | `[]` |

View File

@@ -61,7 +61,7 @@ extraDeploy: []
image:
registry: docker.io
repository: bitnami/sealed-secrets
tag: 0.20.5-scratch-r1
tag: 0.21.0-scratch-r0
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'