[bitnami/redmine] Release 21.0.3 (#13796)

* [bitnami/redmine] Release 21.0.3 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-12-01 22:29:22 +01:00
committed by GitHub
parent a327cfaa92
commit acb9842277
3 changed files with 32 additions and 32 deletions

View File

@@ -1,7 +1,7 @@
annotations:
category: ProjectManagement
apiVersion: v2
appVersion: 5.0.3
appVersion: 5.0.4
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: 21.0.2
version: 21.0.3

View File

@@ -89,33 +89,33 @@ helm install my-release my-repo/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.3-debian-11-r20` |
| `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.4-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
@@ -347,7 +347,7 @@ helm install my-release my-repo/redmine --set databaseType=postgresql
| `certificates.customCA` | Defines a list of secrets to import into the container trust store | `[]` |
| `certificates.image.registry` | Redmine image registry | `docker.io` |
| `certificates.image.repository` | Redmine image repository | `bitnami/bitnami-shell` |
| `certificates.image.tag` | Redmine image tag (immutable tags are recommended) | `11-debian-11-r56` |
| `certificates.image.tag` | Redmine image tag (immutable tags are recommended) | `11-debian-11-r57` |
| `certificates.image.digest` | Redmine image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
| `certificates.image.pullPolicy` | Redmine image pull policy | `IfNotPresent` |
| `certificates.image.pullSecrets` | Redmine image pull secrets | `[]` |

View File

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