[bitnami/gitea] Release 0.3.1 (#16685)

* [bitnami/gitea] Release 0.3.1 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-05-16 22:43:33 +01:00
committed by GitHub
parent 1ad1c2c4b6
commit ec2453f649
4 changed files with 9 additions and 11 deletions
+4 -4
View File
@@ -1,9 +1,9 @@
dependencies:
- name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
version: 12.4.2
version: 12.5.2
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.2.5
digest: sha256:406baefb1b79c574db169555b651b683405878a16f9ea6e8646be31dd8fe64d6
generated: "2023-05-03T22:24:30.675487585Z"
version: 2.3.0
digest: sha256:c977e3866bf6f96419160561142714a8706b0572116d238386b2459bcf5f0914
generated: "2023-05-16T18:41:34.462650018Z"
+1 -1
View File
@@ -29,4 +29,4 @@ maintainers:
name: gitea
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/gitea
version: 0.3.0
version: 0.3.1
+2 -4
View File
@@ -8,8 +8,6 @@ Gitea is a lightweight code hosting solution. Written in Go, features low resour
Trademarks: This software listing is packaged by Bitnami. The respective trademarks mentioned in the offering are owned by the respective companies, and use of them does not imply any affiliation or endorsement.
Looking to use Gitea in production? Try [VMware Application Catalog](https://bitnami.com/enterprise), the enterprise edition of Bitnami Application Catalog.
## TL;DR
```console
@@ -81,7 +79,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.3-debian-11-r1` |
| `image.tag` | Gitea Image tag | `1.19.3-debian-11-r5` |
| `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 +232,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-r113` |
| `volumePermissions.image.tag` | Init container volume-permissions image tag | `11-debian-11-r116` |
| `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 | `[]` |
+2 -2
View File
@@ -59,7 +59,7 @@ extraDeploy: []
image:
registry: docker.io
repository: bitnami/gitea
tag: 1.19.3-debian-11-r1
tag: 1.19.3-debian-11-r5
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-r113
tag: 11-debian-11-r116
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.