[bitnami/gitea] Release 0.1.19 (#16039)

* [bitnami/gitea] Release 0.1.19 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>
This commit is contained in:
Bitnami Bot
2023-04-13 07:04:44 +02:00
committed by GitHub
parent 65faddf3f5
commit bef8495d4f
4 changed files with 9 additions and 9 deletions

View File

@@ -1,9 +1,9 @@
dependencies:
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 12.2.6
version: 12.2.7
- name: common
repository: https://charts.bitnami.com/bitnami
version: 2.2.4
digest: sha256:e1cd82af39d3be100b57f1e8d9e10b8cf4751a4956eafb1f9a396b4170ca0f63
generated: "2023-03-29T14:13:17.022860921Z"
digest: sha256:aeb8038e211446eb78f1ba2201df69cfa757e67b93009a5304eae5a055f71063
generated: "2023-04-13T04:30:11.345229135Z"

View File

@@ -2,7 +2,7 @@ annotations:
category: Analytics
licenses: Apache-2.0
apiVersion: v2
appVersion: 1.19.0
appVersion: 1.19.1
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.18
version: 0.1.19

View File

@@ -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.19.0-debian-11-r2` |
| `image.tag` | Gitea Image tag | `1.19.1-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-r102` |
| `volumePermissions.image.tag` | Init container volume-permissions image tag | `11-debian-11-r105` |
| `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 | `[]` |

View File

@@ -59,7 +59,7 @@ extraDeploy: []
image:
registry: docker.io
repository: bitnami/gitea
tag: 1.19.0-debian-11-r2
tag: 1.19.1-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-r102
tag: 11-debian-11-r105
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.