From dbd27dbfd488c9ae362de332ab3072375fb8d541 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Thu, 17 Aug 2023 14:03:47 +0200 Subject: [PATCH] [bitnami/pinniped] Release 1.2.10 (#18491) * [bitnami/pinniped] Release 1.2.10 updating components versions Signed-off-by: Bitnami Containers * Update README.md with readme-generator-for-helm Signed-off-by: Bitnami Containers --------- Signed-off-by: Bitnami Containers --- bitnami/pinniped/Chart.yaml | 4 ++-- bitnami/pinniped/README.md | 32 ++++++++++++++++---------------- bitnami/pinniped/values.yaml | 2 +- 3 files changed, 19 insertions(+), 19 deletions(-) diff --git a/bitnami/pinniped/Chart.yaml b/bitnami/pinniped/Chart.yaml index 8fc8989595..73fe67f961 100644 --- a/bitnami/pinniped/Chart.yaml +++ b/bitnami/pinniped/Chart.yaml @@ -6,7 +6,7 @@ annotations: licenses: Apache-2.0 images: | - name: pinniped - image: docker.io/bitnami/pinniped:0.25.0-scratch-r0 + image: docker.io/bitnami/pinniped:0.25.0-debian-11-r7 apiVersion: v2 appVersion: 0.25.0 dependencies: @@ -27,4 +27,4 @@ maintainers: name: pinniped sources: - https://github.com/bitnami/charts/tree/main/bitnami/pinniped -version: 1.2.9 +version: 1.2.10 diff --git a/bitnami/pinniped/README.md b/bitnami/pinniped/README.md index abb3f8495e..bac376be09 100644 --- a/bitnami/pinniped/README.md +++ b/bitnami/pinniped/README.md @@ -65,22 +65,22 @@ The command removes all the Kubernetes components associated with the chart and ### Common parameters -| Name | Description | Value | -| ------------------- | -------------------------------------------------------------------------------------------------------- | ------------------- | -| `kubeVersion` | Override Kubernetes version | `""` | -| `nameOverride` | String to partially override common.names.name | `""` | -| `fullnameOverride` | String to fully override common.names.fullname | `""` | -| `namespaceOverride` | String to fully override common.names.namespace | `""` | -| `commonLabels` | Labels to add to all deployed objects | `{}` | -| `commonAnnotations` | Annotations to add to all deployed objects | `{}` | -| `clusterDomain` | Kubernetes cluster domain name | `cluster.local` | -| `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.25.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 | `[]` | +| Name | Description | Value | +| ------------------- | -------------------------------------------------------------------------------------------------------- | --------------------- | +| `kubeVersion` | Override Kubernetes version | `""` | +| `nameOverride` | String to partially override common.names.name | `""` | +| `fullnameOverride` | String to fully override common.names.fullname | `""` | +| `namespaceOverride` | String to fully override common.names.namespace | `""` | +| `commonLabels` | Labels to add to all deployed objects | `{}` | +| `commonAnnotations` | Annotations to add to all deployed objects | `{}` | +| `clusterDomain` | Kubernetes cluster domain name | `cluster.local` | +| `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.25.0-debian-11-r7` | +| `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 | `[]` | ### Concierge Parameters diff --git a/bitnami/pinniped/values.yaml b/bitnami/pinniped/values.yaml index c5bfb01547..8c354991ba 100644 --- a/bitnami/pinniped/values.yaml +++ b/bitnami/pinniped/values.yaml @@ -60,7 +60,7 @@ extraDeploy: [] image: registry: docker.io repository: bitnami/pinniped - tag: 0.25.0-scratch-r0 + tag: 0.25.0-debian-11-r7 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'