Skip to content

Commit 1784352

Browse files
Carlos Rodríguez HernándezBitnami Containers
andauthored
[bitnami/pinniped] Add support for image digest apart from tag (#11944)
* [bitnami/pinniped] Add support for image digest apart from tag Signed-off-by: Carlos Rodriguez Hernandez <carlosrh@vmware.com> * Update README.md with readme-generator-for-helm Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Carlos Rodriguez Hernandez <carlosrh@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Co-authored-by: Bitnami Containers <bitnami-bot@vmware.com>
1 parent 05b0c06 commit 1784352

File tree

4 files changed

+23
-20
lines changed

4 files changed

+23
-20
lines changed

bitnami/pinniped/Chart.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dependencies:
22
- name: common
33
repository: https://charts.bitnami.com/bitnami
4-
version: 1.16.1
5-
digest: sha256:bcc717c6a14262fac51e6434020ee5dd6148b864fe6cff6266c1d481df4a0c91
6-
generated: "2022-07-16T15:40:10.238781773Z"
4+
version: 2.0.0
5+
digest: sha256:c66468d294c878acfb7cc6c082bc08d7105d139098bd42f88e6fe26903506c8f
6+
generated: "2022-08-20T11:00:40.775579321Z"

bitnami/pinniped/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dependencies:
77
repository: https://charts.bitnami.com/bitnami
88
tags:
99
- bitnami-common
10-
version: 1.x.x
10+
version: 2.x.x
1111
description: Pinniped is an identity service provider for Kubernetes. Provides a consistent, unified login experience across all your clusters, allowing enteprise IDP protocols.
1212
engine: gotpl
1313
home: https://pinniped.dev/
@@ -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: 0.1.8
25+
version: 0.2.0

bitnami/pinniped/README.md

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -65,21 +65,22 @@ The command removes all the Kubernetes components associated with the chart and
6565

6666
### Common parameters
6767

68-
| Name | Description | Value |
69-
| ------------------- | --------------------------------------------------- | ------------------- |
70-
| `kubeVersion` | Override Kubernetes version | `""` |
71-
| `nameOverride` | String to partially override common.names.name | `""` |
72-
| `fullnameOverride` | String to fully override common.names.fullname | `""` |
73-
| `namespaceOverride` | String to fully override common.names.namespace | `""` |
74-
| `commonLabels` | Labels to add to all deployed objects | `{}` |
75-
| `commonAnnotations` | Annotations to add to all deployed objects | `{}` |
76-
| `clusterDomain` | Kubernetes cluster domain name | `cluster.local` |
77-
| `extraDeploy` | Array of extra objects to deploy with the release | `[]` |
78-
| `image.registry` | Pinniped image registry | `docker.io` |
79-
| `image.repository` | Pinniped image repository | `bitnami/pinniped` |
80-
| `image.tag` | Pinniped image tag (immutable tags are recommended) | `0.18.0-scratch-r8` |
81-
| `image.pullPolicy` | Pinniped image pull policy | `IfNotPresent` |
82-
| `image.pullSecrets` | Pinniped image pull secrets | `[]` |
68+
| Name | Description | Value |
69+
| ------------------- | -------------------------------------------------------------------------------------------------------- | ------------------- |
70+
| `kubeVersion` | Override Kubernetes version | `""` |
71+
| `nameOverride` | String to partially override common.names.name | `""` |
72+
| `fullnameOverride` | String to fully override common.names.fullname | `""` |
73+
| `namespaceOverride` | String to fully override common.names.namespace | `""` |
74+
| `commonLabels` | Labels to add to all deployed objects | `{}` |
75+
| `commonAnnotations` | Annotations to add to all deployed objects | `{}` |
76+
| `clusterDomain` | Kubernetes cluster domain name | `cluster.local` |
77+
| `extraDeploy` | Array of extra objects to deploy with the release | `[]` |
78+
| `image.registry` | Pinniped image registry | `docker.io` |
79+
| `image.repository` | Pinniped image repository | `bitnami/pinniped` |
80+
| `image.tag` | Pinniped image tag (immutable tags are recommended) | `0.18.0-scratch-r8` |
81+
| `image.digest` | Pinniped image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
82+
| `image.pullPolicy` | Pinniped image pull policy | `IfNotPresent` |
83+
| `image.pullSecrets` | Pinniped image pull secrets | `[]` |
8384

8485

8586
### Concierge Parameters

bitnami/pinniped/values.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,15 @@ extraDeploy: []
5050
## @param image.registry Pinniped image registry
5151
## @param image.repository Pinniped image repository
5252
## @param image.tag Pinniped image tag (immutable tags are recommended)
53+
## @param image.digest Pinniped image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag
5354
## @param image.pullPolicy Pinniped image pull policy
5455
## @param image.pullSecrets Pinniped image pull secrets
5556
##
5657
image:
5758
registry: docker.io
5859
repository: bitnami/pinniped
5960
tag: 0.18.0-scratch-r8
61+
digest: ""
6062
## Specify a imagePullPolicy
6163
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
6264
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images

0 commit comments

Comments
 (0)