diff --git a/bitnami/pinniped/Chart.yaml b/bitnami/pinniped/Chart.yaml index 8442b5220a..98ef9a4add 100644 --- a/bitnami/pinniped/Chart.yaml +++ b/bitnami/pinniped/Chart.yaml @@ -24,4 +24,4 @@ maintainers: name: pinniped sources: - https://github.com/bitnami/charts/tree/main/bitnami/pinniped -version: 1.2.4 +version: 1.2.5 diff --git a/bitnami/pinniped/README.md b/bitnami/pinniped/README.md index f76ffa4228..e089b55bb6 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.24.0-scratch-r3` | +| `image.tag` | Pinniped image tag (immutable tags are recommended) | `0.24.0-scratch-r4` | | `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 a234139d88..d0570441ca 100644 --- a/bitnami/pinniped/values.yaml +++ b/bitnami/pinniped/values.yaml @@ -60,7 +60,7 @@ extraDeploy: [] image: registry: docker.io repository: bitnami/pinniped - tag: 0.24.0-scratch-r3 + tag: 0.24.0-scratch-r4 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'