From 1e92a496bfecd923624ecf481e7e6cc0857e52f4 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Thu, 22 Dec 2022 03:28:37 +0100 Subject: [PATCH] [bitnami/gitea] Release 0.1.2 (#14066) * [bitnami/gitea] Release 0.1.2 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/gitea/Chart.lock | 8 ++++---- bitnami/gitea/Chart.yaml | 4 ++-- bitnami/gitea/README.md | 4 ++-- bitnami/gitea/values.yaml | 4 ++-- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/bitnami/gitea/Chart.lock b/bitnami/gitea/Chart.lock index 1fe5c7033..d60d69cb8 100644 --- a/bitnami/gitea/Chart.lock +++ b/bitnami/gitea/Chart.lock @@ -1,9 +1,9 @@ dependencies: - name: postgresql repository: https://charts.bitnami.com/bitnami - version: 12.1.2 + version: 12.1.6 - name: common repository: https://charts.bitnami.com/bitnami - version: 2.2.1 -digest: sha256:f480c521a39b467035fca8707a62cca597710c3a30274a02a79a616bf1762482 -generated: "2022-11-28T13:35:42.881550718Z" + version: 2.2.2 +digest: sha256:f48cad39d43e57b0fc0e3da24e908f2c6f65645f10f4c1ef8ee992a70d966667 +generated: "2022-12-22T01:46:30.982412325Z" diff --git a/bitnami/gitea/Chart.yaml b/bitnami/gitea/Chart.yaml index cc3c5b17f..9bd93f7ab 100644 --- a/bitnami/gitea/Chart.yaml +++ b/bitnami/gitea/Chart.yaml @@ -1,7 +1,7 @@ annotations: category: Analytics apiVersion: v2 -appVersion: 1.17.3 +appVersion: 1.17.4 dependencies: - condition: postgresql.enabled name: postgresql @@ -30,4 +30,4 @@ name: gitea sources: - https://github.com/bitnami/containers/tree/main/bitnami/gitea - https://gitea.io/ -version: 0.1.1 +version: 0.1.2 diff --git a/bitnami/gitea/README.md b/bitnami/gitea/README.md index d00fca4a0..1a9f041ac 100644 --- a/bitnami/gitea/README.md +++ b/bitnami/gitea/README.md @@ -82,7 +82,7 @@ The command removes all the Kubernetes components associated with the chart and | --------------------------------------- | --------------------------------------------------------------------------------------------------------------------- | --------------------- | | `image.registry` | Gitea image registry | `docker.io` | | `image.repository` | Gitea Image name | `bitnami/gitea` | -| `image.tag` | Gitea Image tag | `1.17.3-debian-11-r3` | +| `image.tag` | Gitea Image tag | `1.17.4-debian-11-r0` | | `image.digest` | Gitea image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | | `image.pullPolicy` | Gitea image pull policy | `IfNotPresent` | | `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` | @@ -239,7 +239,7 @@ The command removes all the Kubernetes components associated with the chart and | `volumePermissions.enabled` | Enable init container that changes volume permissions in the data directory (for cases where the default k8s `runAsUser` and `fsUser` values do not work) | `false` | | `volumePermissions.image.registry` | Init container volume-permissions image registry | `docker.io` | | `volumePermissions.image.repository` | Init container volume-permissions image name | `bitnami/bitnami-shell` | -| `volumePermissions.image.tag` | Init container volume-permissions image tag | `11-debian-11-r56` | +| `volumePermissions.image.tag` | Init container volume-permissions image tag | `11-debian-11-r64` | | `volumePermissions.image.digest` | Init container volume-permissions image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | | `volumePermissions.image.pullPolicy` | Init container volume-permissions image pull policy | `IfNotPresent` | | `volumePermissions.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` | diff --git a/bitnami/gitea/values.yaml b/bitnami/gitea/values.yaml index 8248c35d5..25814f6ba 100644 --- a/bitnami/gitea/values.yaml +++ b/bitnami/gitea/values.yaml @@ -59,7 +59,7 @@ extraDeploy: [] image: registry: docker.io repository: bitnami/gitea - tag: 1.17.3-debian-11-r3 + tag: 1.17.4-debian-11-r0 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' @@ -635,7 +635,7 @@ volumePermissions: image: registry: docker.io repository: bitnami/bitnami-shell - tag: 11-debian-11-r56 + tag: 11-debian-11-r64 digest: "" pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets.