[bitnami/redmine] Release 24.0.1 (#19664)

* [bitnami/redmine] Release 24.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:
Bitnami Bot
2023-09-30 17:27:49 +02:00
committed by GitHub
parent 907d9a9099
commit fcde31e937
4 changed files with 38 additions and 38 deletions

View File

@@ -7,6 +7,6 @@ dependencies:
version: 13.1.3
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.12.1
digest: sha256:67e5a2af730888a80c8028a4389cba75b10dd32c8bd126fe1aa71839b70c46a9
generated: "2023-09-29T10:41:55.100852+02:00"
version: 2.13.0
digest: sha256:6a093df04ba2b7e04ad81ba2546fd029b8fd73923de423ec5e6d9d4018db5f18
generated: "2023-09-30T15:11:33.564365129Z"

View File

@@ -6,11 +6,11 @@ annotations:
licenses: Apache-2.0
images: |
- name: os-shell
image: docker.io/bitnami/os-shell:11-debian-11-r77
image: docker.io/bitnami/os-shell:11-debian-11-r83
- name: redmine
image: docker.io/bitnami/redmine:5.0.5-debian-11-r104
image: docker.io/bitnami/redmine:5.0.6-debian-11-r0
apiVersion: v2
appVersion: 5.0.5
appVersion: 5.0.6
dependencies:
- condition: postgresql.enabled
name: postgresql
@@ -43,4 +43,4 @@ maintainers:
name: redmine
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/redmine
version: 24.0.0
version: 24.0.1

View File

@@ -88,33 +88,33 @@ helm install my-release oci://registry-1.docker.io/bitnamicharts/redmine --set d
### 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.5-debian-11-r104` |
| `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.6-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
@@ -338,7 +338,7 @@ helm install my-release oci://registry-1.docker.io/bitnamicharts/redmine --set d
| `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/os-shell` |
| `certificates.image.tag` | Redmine image tag (immutable tags are recommended) | `11-debian-11-r77` |
| `certificates.image.tag` | Redmine image tag (immutable tags are recommended) | `11-debian-11-r83` |
| `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 | `[]` |
@@ -590,4 +590,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.

View File

@@ -76,7 +76,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/redmine
tag: 5.0.5-debian-11-r104
tag: 5.0.6-debian-11-r0
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -945,7 +945,7 @@ certificates:
image:
registry: docker.io
repository: bitnami/os-shell
tag: 11-debian-11-r77
tag: 11-debian-11-r83
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'