From fcde31e937e8cb5effa2256fe805311afe5d1361 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Sat, 30 Sep 2023 17:27:49 +0200 Subject: [PATCH] [bitnami/redmine] Release 24.0.1 (#19664) * [bitnami/redmine] Release 24.0.1 updating components versions Signed-off-by: Bitnami Containers * Update README.md with readme-generator-for-helm Signed-off-by: Bitnami Containers --------- Signed-off-by: Bitnami Containers --- bitnami/redmine/Chart.lock | 6 ++-- bitnami/redmine/Chart.yaml | 8 ++--- bitnami/redmine/README.md | 58 ++++++++++++++++++------------------- bitnami/redmine/values.yaml | 4 +-- 4 files changed, 38 insertions(+), 38 deletions(-) diff --git a/bitnami/redmine/Chart.lock b/bitnami/redmine/Chart.lock index b69469ef67..9475ccdd21 100644 --- a/bitnami/redmine/Chart.lock +++ b/bitnami/redmine/Chart.lock @@ -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" diff --git a/bitnami/redmine/Chart.yaml b/bitnami/redmine/Chart.yaml index c93096b03c..760ac639e0 100644 --- a/bitnami/redmine/Chart.yaml +++ b/bitnami/redmine/Chart.yaml @@ -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 diff --git a/bitnami/redmine/README.md b/bitnami/redmine/README.md index e804459c1d..918f420777 100644 --- a/bitnami/redmine/README.md +++ b/bitnami/redmine/README.md @@ -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. \ No newline at end of file diff --git a/bitnami/redmine/values.yaml b/bitnami/redmine/values.yaml index 1bd8e95f8b..5a1f3d3dd8 100644 --- a/bitnami/redmine/values.yaml +++ b/bitnami/redmine/values.yaml @@ -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'