Skip to content

Commit 21dbd37

Browse files
author
Bitnami Bot
authored
[bitnami/pinniped] Release 1.0.2 (#14462)
* [bitnami/pinniped] Release 1.0.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>
1 parent 8410bf9 commit 21dbd37

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

bitnami/pinniped/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ annotations:
22
category: Infrastructure
33
licenses: Apache-2.0
44
apiVersion: v2
5-
appVersion: 0.21.0
5+
appVersion: 0.22.0
66
dependencies:
77
- name: common
88
repository: https://charts.bitnami.com/bitnami
@@ -22,4 +22,4 @@ name: pinniped
2222
sources:
2323
- https://github.com/bitnami/containers/tree/main/bitnami/pinniped
2424
- https://github.com/vmware-tanzu/pinniped/
25-
version: 1.0.1
25+
version: 1.0.2

bitnami/pinniped/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ The command removes all the Kubernetes components associated with the chart and
7777
| `extraDeploy` | Array of extra objects to deploy with the release | `[]` |
7878
| `image.registry` | Pinniped image registry | `docker.io` |
7979
| `image.repository` | Pinniped image repository | `bitnami/pinniped` |
80-
| `image.tag` | Pinniped image tag (immutable tags are recommended) | `0.21.0-scratch-r0` |
80+
| `image.tag` | Pinniped image tag (immutable tags are recommended) | `0.22.0-scratch-r0` |
8181
| `image.digest` | Pinniped image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
8282
| `image.pullPolicy` | Pinniped image pull policy | `IfNotPresent` |
8383
| `image.pullSecrets` | Pinniped image pull secrets | `[]` |

bitnami/pinniped/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ extraDeploy: []
5757
image:
5858
registry: docker.io
5959
repository: bitnami/pinniped
60-
tag: 0.21.0-scratch-r0
60+
tag: 0.22.0-scratch-r0
6161
digest: ""
6262
## Specify a imagePullPolicy
6363
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'

0 commit comments

Comments
 (0)