File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ annotations:
22 category : Infrastructure
33 licenses : Apache-2.0
44apiVersion : v2
5- appVersion : 0.21 .0
5+ appVersion : 0.22 .0
66dependencies :
77 - name : common
88 repository : https://charts.bitnami.com/bitnami
@@ -22,4 +22,4 @@ name: pinniped
2222sources :
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
Original file line number Diff line number Diff 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 | ` [] ` |
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ extraDeploy: []
5757image :
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'
You can’t perform that action at this time.
0 commit comments