diff --git a/bitnami/sealed-secrets/Chart.lock b/bitnami/sealed-secrets/Chart.lock index 7e4852f0ca..ac75d54bca 100644 --- a/bitnami/sealed-secrets/Chart.lock +++ b/bitnami/sealed-secrets/Chart.lock @@ -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" diff --git a/bitnami/sealed-secrets/Chart.yaml b/bitnami/sealed-secrets/Chart.yaml index 3ff0d7178f..4ba8e8e0a5 100644 --- a/bitnami/sealed-secrets/Chart.yaml +++ b/bitnami/sealed-secrets/Chart.yaml @@ -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 diff --git a/bitnami/sealed-secrets/README.md b/bitnami/sealed-secrets/README.md index a99aee15ed..22128ba19e 100644 --- a/bitnami/sealed-secrets/README.md +++ b/bitnami/sealed-secrets/README.md @@ -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 | diff --git a/bitnami/sealed-secrets/values.yaml b/bitnami/sealed-secrets/values.yaml index 0d7cc19c1f..5617c79c4a 100644 --- a/bitnami/sealed-secrets/values.yaml +++ b/bitnami/sealed-secrets/values.yaml @@ -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'