mirror of
https://github.com/bitnami/charts.git
synced 2026-02-19 11:37:23 +08:00
[bitnami/redmine] Release 21.0.1 (#13298)
* [bitnami/redmine] Release 21.0.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:
@@ -7,6 +7,6 @@ dependencies:
|
||||
version: 11.3.3
|
||||
- name: common
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 2.0.4
|
||||
digest: sha256:7834bf3137fde9913c9426408e5ac527388720d0ad6cce82b9676b1066689250
|
||||
generated: "2022-10-28T10:04:38.504106136+02:00"
|
||||
version: 2.1.1
|
||||
digest: sha256:9edd47767c8918c49b6043ea42f5d31e482777f04e7a312cf4712fd1f70fb852
|
||||
generated: "2022-10-30T17:58:55.380680506Z"
|
||||
|
||||
@@ -36,4 +36,4 @@ name: redmine
|
||||
sources:
|
||||
- https://github.com/bitnami/containers/tree/main/bitnami/redmine
|
||||
- https://www.redmine.org/
|
||||
version: 21.0.0
|
||||
version: 21.0.1
|
||||
|
||||
@@ -7,7 +7,7 @@ Redmine is an open source management application. It includes a tracking issue s
|
||||
[Overview of Redmine](http://www.redmine.org/)
|
||||
|
||||
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.
|
||||
|
||||
|
||||
## TL;DR
|
||||
|
||||
```bash
|
||||
@@ -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-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 | `""` |
|
||||
| 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-r10` |
|
||||
| `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-r37` |
|
||||
| `certificates.image.tag` | Redmine image tag (immutable tags are recommended) | `11-debian-11-r47` |
|
||||
| `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 | `[]` |
|
||||
@@ -597,4 +597,4 @@ Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
limitations under the License.
|
||||
@@ -73,7 +73,7 @@ diagnosticMode:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/redmine
|
||||
tag: 5.0.3-debian-11-r0
|
||||
tag: 5.0.3-debian-11-r10
|
||||
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-r37
|
||||
tag: 11-debian-11-r47
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
|
||||
Reference in New Issue
Block a user