diff --git a/bitnami/pinniped/Chart.lock b/bitnami/pinniped/Chart.lock index d0bdc6891..423c67d76 100644 --- a/bitnami/pinniped/Chart.lock +++ b/bitnami/pinniped/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: common repository: https://charts.bitnami.com/bitnami - version: 2.2.1 -digest: sha256:6c67cfa9945bf608209d4e2ca8f17079fca4770907c7902d984187ab5b21811e -generated: "2022-11-30T10:53:05.717454911Z" + version: 2.2.2 +digest: sha256:49ca75cf23ba5eb7df4becef52580f98c8bd8194eb80368b9d7b875f6eefa8e5 +generated: "2022-12-21T15:54:10.611331109Z" diff --git a/bitnami/pinniped/Chart.yaml b/bitnami/pinniped/Chart.yaml index 241c1992c..9925c4c79 100644 --- a/bitnami/pinniped/Chart.yaml +++ b/bitnami/pinniped/Chart.yaml @@ -1,7 +1,7 @@ annotations: category: Infrastructure apiVersion: v2 -appVersion: 0.20.0 +appVersion: 0.21.0 dependencies: - name: common repository: https://charts.bitnami.com/bitnami @@ -22,4 +22,4 @@ name: pinniped sources: - https://github.com/bitnami/containers/tree/main/bitnami/pinniped - https://github.com/vmware-tanzu/pinniped/ -version: 0.4.6 \ No newline at end of file +version: 0.4.7 \ No newline at end of file diff --git a/bitnami/pinniped/README.md b/bitnami/pinniped/README.md index 7f199fa5b..7017302bd 100644 --- a/bitnami/pinniped/README.md +++ b/bitnami/pinniped/README.md @@ -77,7 +77,7 @@ The command removes all the Kubernetes components associated with the chart and | `extraDeploy` | Array of extra objects to deploy with the release | `[]` | | `image.registry` | Pinniped image registry | `docker.io` | | `image.repository` | Pinniped image repository | `bitnami/pinniped` | -| `image.tag` | Pinniped image tag (immutable tags are recommended) | `0.20.0-scratch-r8` | +| `image.tag` | Pinniped image tag (immutable tags are recommended) | `0.21.0-scratch-r0` | | `image.digest` | Pinniped image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | | `image.pullPolicy` | Pinniped image pull policy | `IfNotPresent` | | `image.pullSecrets` | Pinniped image pull secrets | `[]` | diff --git a/bitnami/pinniped/values.yaml b/bitnami/pinniped/values.yaml index ed50ed4c7..4e9a90a7a 100644 --- a/bitnami/pinniped/values.yaml +++ b/bitnami/pinniped/values.yaml @@ -57,7 +57,7 @@ extraDeploy: [] image: registry: docker.io repository: bitnami/pinniped - tag: 0.20.0-scratch-r8 + tag: 0.21.0-scratch-r0 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'