Skip to content

Commit dbd27db

Browse files
author
Bitnami Bot
authored
[bitnami/pinniped] Release 1.2.10 (#18491)
* [bitnami/pinniped] Release 1.2.10 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 58838e2 commit dbd27db

File tree

3 files changed

+19
-19
lines changed

3 files changed

+19
-19
lines changed

bitnami/pinniped/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ annotations:
66
licenses: Apache-2.0
77
images: |
88
- name: pinniped
9-
image: docker.io/bitnami/pinniped:0.25.0-scratch-r0
9+
image: docker.io/bitnami/pinniped:0.25.0-debian-11-r7
1010
apiVersion: v2
1111
appVersion: 0.25.0
1212
dependencies:
@@ -27,4 +27,4 @@ maintainers:
2727
name: pinniped
2828
sources:
2929
- https://github.com/bitnami/charts/tree/main/bitnami/pinniped
30-
version: 1.2.9
30+
version: 1.2.10

bitnami/pinniped/README.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -65,22 +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.25.0-scratch-r0` |
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 | `[]` |
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.25.0-debian-11-r7` |
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 | `[]` |
8484

8585
### Concierge Parameters
8686

bitnami/pinniped/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ extraDeploy: []
6060
image:
6161
registry: docker.io
6262
repository: bitnami/pinniped
63-
tag: 0.25.0-scratch-r0
63+
tag: 0.25.0-debian-11-r7
6464
digest: ""
6565
## Specify a imagePullPolicy
6666
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'

0 commit comments

Comments
 (0)