[bitnami/pinniped] Release 1.2.2 (#17121)

* [bitnami/pinniped] Release 1.2.2 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-06-14 16:10:44 +02:00
committed by GitHub
parent d4b8ca1db7
commit 7f429932d9
3 changed files with 4 additions and 4 deletions

View File

@@ -2,7 +2,7 @@ annotations:
category: Infrastructure
licenses: Apache-2.0
apiVersion: v2
appVersion: 0.23.0
appVersion: 0.24.0
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
@@ -21,4 +21,4 @@ maintainers:
name: pinniped
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/pinniped
version: 1.2.1
version: 1.2.2

View File

@@ -75,7 +75,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.23.0-scratch-r4` |
| `image.tag` | Pinniped image tag (immutable tags are recommended) | `0.24.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 | `[]` |

View File

@@ -57,7 +57,7 @@ extraDeploy: []
image:
registry: docker.io
repository: bitnami/pinniped
tag: 0.23.0-scratch-r4
tag: 0.24.0-scratch-r0
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'