[bitnami/sealed-secrets] Release 1.2.7 (#15015)

* [bitnami/sealed-secrets] Release 1.2.7 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-02-17 19:57:24 +01:00
committed by GitHub
parent d3550bb875
commit 7f84e2e7c8
4 changed files with 7 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
version: 2.2.2
digest: sha256:49ca75cf23ba5eb7df4becef52580f98c8bd8194eb80368b9d7b875f6eefa8e5
generated: "2022-12-15T12:36:05.759817127Z"
version: 2.2.3
digest: sha256:2c7165542fc01b9e98b577cd8b1095d0ed8267d34b97b6e581a1176bfb8e4dcb
generated: "2023-02-17T18:27:24.273900373Z"

View File

@@ -2,7 +2,7 @@ annotations:
category: DeveloperTools
licenses: Apache-2.0
apiVersion: v2
appVersion: 0.19.4
appVersion: 0.19.5
dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
@@ -23,4 +23,4 @@ name: sealed-secrets
sources:
- https://github.com/bitnami/containers/tree/main/bitnami/sealed-secrets
- https://github.com/bitnami-labs/sealed-secrets
version: 1.2.6
version: 1.2.7

View File

@@ -61,7 +61,6 @@ The command removes all the Kubernetes components associated with the chart and
| `global.imagePullSecrets` | Global Docker registry secret names as an array | `[]` |
| `global.storageClass` | Global StorageClass for Persistent Volume(s) | `""` |
### Common parameters
| Name | Description | Value |
@@ -75,14 +74,13 @@ The command removes all the Kubernetes components associated with the chart and
| `clusterDomain` | Kubernetes cluster domain name | `cluster.local` |
| `extraDeploy` | Array of extra objects to deploy with the release | `[]` |
### Sealed Secrets Parameters
| Name | Description | Value |
| --------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------ | ------------------------ |
| `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.19.4-scratch-r3` |
| `image.tag` | Sealed Secrets image tag (immutable tags are recommended) | `0.19.5-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 | `[]` |
@@ -149,7 +147,6 @@ The command removes all the Kubernetes components associated with the chart and
| `sidecars` | Add additional sidecar containers to the Sealed Secret pod(s) | `{}` |
| `initContainers` | Add additional init containers to the Sealed Secret pod(s) | `{}` |
### Traffic Exposure Parameters
| Name | Description | Value |
@@ -181,7 +178,6 @@ The command removes all the Kubernetes components associated with the chart and
| `ingress.secrets` | Custom TLS certificates as secrets | `[]` |
| `ingress.extraRules` | Additional rules to be covered with this ingress record | `[]` |
### Other Parameters
| Name | Description | Value |
@@ -198,7 +194,6 @@ The command removes all the Kubernetes components associated with the chart and
| `networkPolicy.enabled` | Specifies whether a NetworkPolicy should be created | `false` |
| `networkPolicy.allowExternal` | Don't require client label for connections | `true` |
### Metrics parameters
| Name | Description | Value |

View File

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