From eec101c8e73667162c524ad959519d5bd07bb059 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Thu, 23 Feb 2023 02:11:55 +0100 Subject: [PATCH] [bitnami/gitea] Release 0.1.12 (#15113) * [bitnami/gitea] Release 0.1.12 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.yaml | 4 ++-- bitnami/gitea/README.md | 4 ++-- bitnami/gitea/values.yaml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bitnami/gitea/Chart.yaml b/bitnami/gitea/Chart.yaml index c38255c82e..1ef0abb3e6 100644 --- a/bitnami/gitea/Chart.yaml +++ b/bitnami/gitea/Chart.yaml @@ -2,7 +2,7 @@ annotations: category: Analytics licenses: Apache-2.0 apiVersion: v2 -appVersion: 1.18.4 +appVersion: 1.18.5 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.11 +version: 0.1.12 diff --git a/bitnami/gitea/README.md b/bitnami/gitea/README.md index 45da60a166..a492e0013d 100644 --- a/bitnami/gitea/README.md +++ b/bitnami/gitea/README.md @@ -81,7 +81,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.18.4-debian-11-r0` | +| `image.tag` | Gitea Image tag | `1.18.5-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 | `[]` | @@ -234,7 +234,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-r86` | +| `volumePermissions.image.tag` | Init container volume-permissions image tag | `11-debian-11-r87` | | `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 9b6eb72683..9e25f88a69 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.18.4-debian-11-r0 + tag: 1.18.5-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-r86 + tag: 11-debian-11-r87 digest: "" pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets.