From 585423f596349918162d31f9acbda57a75013ff2 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Fri, 17 Feb 2023 19:34:51 +0100 Subject: [PATCH] [bitnami/pinniped] Release 1.0.6 (#15004) * [bitnami/pinniped] Release 1.0.6 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.lock | 6 +++--- bitnami/pinniped/Chart.yaml | 2 +- bitnami/pinniped/README.md | 4 ++-- bitnami/pinniped/values.yaml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/bitnami/pinniped/Chart.lock b/bitnami/pinniped/Chart.lock index 423c67d768..64e4b46d85 100644 --- a/bitnami/pinniped/Chart.lock +++ b/bitnami/pinniped/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: common repository: https://charts.bitnami.com/bitnami - version: 2.2.2 -digest: sha256:49ca75cf23ba5eb7df4becef52580f98c8bd8194eb80368b9d7b875f6eefa8e5 -generated: "2022-12-21T15:54:10.611331109Z" + version: 2.2.3 +digest: sha256:2c7165542fc01b9e98b577cd8b1095d0ed8267d34b97b6e581a1176bfb8e4dcb +generated: "2023-02-17T17:49:01.461985769Z" diff --git a/bitnami/pinniped/Chart.yaml b/bitnami/pinniped/Chart.yaml index daf916ddbd..21ad0a3038 100644 --- a/bitnami/pinniped/Chart.yaml +++ b/bitnami/pinniped/Chart.yaml @@ -22,4 +22,4 @@ name: pinniped sources: - https://github.com/bitnami/containers/tree/main/bitnami/pinniped - https://github.com/vmware-tanzu/pinniped/ -version: 1.0.5 +version: 1.0.6 diff --git a/bitnami/pinniped/README.md b/bitnami/pinniped/README.md index 7c24837117..3ef8ce95d5 100644 --- a/bitnami/pinniped/README.md +++ b/bitnami/pinniped/README.md @@ -77,7 +77,7 @@ The command removes all the Kubernetes components associated with the chart and | `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.22.0-scratch-r0` | +| `image.tag` | Pinniped image tag (immutable tags are recommended) | `0.22.0-scratch-r1` | | `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 | `[]` | @@ -396,4 +396,4 @@ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and -limitations under the License. +limitations under the License. \ No newline at end of file diff --git a/bitnami/pinniped/values.yaml b/bitnami/pinniped/values.yaml index 6395342ec4..4e3d367082 100644 --- a/bitnami/pinniped/values.yaml +++ b/bitnami/pinniped/values.yaml @@ -57,7 +57,7 @@ extraDeploy: [] image: registry: docker.io repository: bitnami/pinniped - tag: 0.22.0-scratch-r0 + tag: 0.22.0-scratch-r1 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'