[bitnami/redmine] Release 20.3.5 (#12788)

* [bitnami/redmine] Release 20.3.5 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
2022-10-03 01:30:38 +02:00
committed by GitHub
parent 5cd2d15e97
commit 7edec0dfec
4 changed files with 33 additions and 33 deletions

View File

@@ -1,12 +1,12 @@
dependencies:
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 11.9.1
version: 11.9.5
- name: mariadb
repository: https://charts.bitnami.com/bitnami
version: 11.3.1
- name: common
repository: https://charts.bitnami.com/bitnami
version: 2.0.3
digest: sha256:894f4ce445bfc952bd2ca1855c8fb9db862822bd3f7b43b044efaf7e75de0c11
generated: "2022-09-21T13:56:04.98187475Z"
digest: sha256:d5ac6c1e27c930532ac08168ad763c46dcb443777fd453b5d1e23cd5b5fa1c94
generated: "2022-10-02T22:20:44.176108396Z"

View File

@@ -1,7 +1,7 @@
annotations:
category: ProjectManagement
apiVersion: v2
appVersion: 5.0.2
appVersion: 5.0.3
dependencies:
- condition: postgresql.enabled
name: postgresql
@@ -36,4 +36,4 @@ name: redmine
sources:
- https://github.com/bitnami/containers/tree/main/bitnami/redmine
- https://www.redmine.org/
version: 20.3.4
version: 20.3.5

View File

@@ -89,33 +89,33 @@ helm install my-release bitnami/redmine --set databaseType=postgresql
### Redmine Configuration parameters
| Name | Description | Value |
| ----------------------- | ------------------------------------------------------------------------------------------------------- | --------------------- |
| `image.registry` | Redmine image registry | `docker.io` |
| `image.repository` | Redmine image repository | `bitnami/redmine` |
| `image.tag` | Redmine image tag (immutable tags are recommended) | `5.0.2-debian-11-r32` |
| `image.digest` | Redmine image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
| `image.pullPolicy` | Redmine image pull policy | `IfNotPresent` |
| `image.pullSecrets` | Redmine image pull secrets | `[]` |
| `image.debug` | Enable image debug mode | `false` |
| `redmineUsername` | Redmine username | `user` |
| `redminePassword` | Redmine user password | `""` |
| `redmineEmail` | Redmine user email | `user@example.com` |
| `redmineLanguage` | Redmine default data language | `en` |
| `allowEmptyPassword` | Allow the container to be started with blank passwords | `false` |
| `smtpHost` | SMTP server host | `""` |
| `smtpPort` | SMTP server port | `""` |
| `smtpUser` | SMTP username | `""` |
| `smtpPassword` | SMTP user password | `""` |
| `smtpProtocol` | SMTP protocol | `""` |
| `existingSecret` | Name of existing secret containing Redmine credentials | `""` |
| `smtpExistingSecret` | The name of an existing secret with SMTP credentials | `""` |
| `customPostInitScripts` | Custom post-init.d user scripts | `{}` |
| `command` | Override default container command (useful when using custom images) | `[]` |
| `args` | Override default container args (useful when using custom images) | `[]` |
| `extraEnvVars` | Array with extra environment variables to add to the Redmine container | `[]` |
| `extraEnvVarsCM` | Name of existing ConfigMap containing extra env vars | `""` |
| `extraEnvVarsSecret` | Name of existing Secret containing extra env vars | `""` |
| Name | Description | Value |
| ----------------------- | ------------------------------------------------------------------------------------------------------- | -------------------- |
| `image.registry` | Redmine image registry | `docker.io` |
| `image.repository` | Redmine image repository | `bitnami/redmine` |
| `image.tag` | Redmine image tag (immutable tags are recommended) | `5.0.3-debian-11-r0` |
| `image.digest` | Redmine image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
| `image.pullPolicy` | Redmine image pull policy | `IfNotPresent` |
| `image.pullSecrets` | Redmine image pull secrets | `[]` |
| `image.debug` | Enable image debug mode | `false` |
| `redmineUsername` | Redmine username | `user` |
| `redminePassword` | Redmine user password | `""` |
| `redmineEmail` | Redmine user email | `user@example.com` |
| `redmineLanguage` | Redmine default data language | `en` |
| `allowEmptyPassword` | Allow the container to be started with blank passwords | `false` |
| `smtpHost` | SMTP server host | `""` |
| `smtpPort` | SMTP server port | `""` |
| `smtpUser` | SMTP username | `""` |
| `smtpPassword` | SMTP user password | `""` |
| `smtpProtocol` | SMTP protocol | `""` |
| `existingSecret` | Name of existing secret containing Redmine credentials | `""` |
| `smtpExistingSecret` | The name of an existing secret with SMTP credentials | `""` |
| `customPostInitScripts` | Custom post-init.d user scripts | `{}` |
| `command` | Override default container command (useful when using custom images) | `[]` |
| `args` | Override default container args (useful when using custom images) | `[]` |
| `extraEnvVars` | Array with extra environment variables to add to the Redmine container | `[]` |
| `extraEnvVarsCM` | Name of existing ConfigMap containing extra env vars | `""` |
| `extraEnvVarsSecret` | Name of existing Secret containing extra env vars | `""` |
### Redmine deployment parameters

View File

@@ -73,7 +73,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/redmine
tag: 5.0.2-debian-11-r32
tag: 5.0.3-debian-11-r0
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'