From 203fef11f90752bbf13cabd6e3a47339b97471d5 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Mon, 26 Sep 2022 18:28:19 +0200 Subject: [PATCH] [bitnami/drupal] Release 12.5.1 (#12685) * [bitnami/drupal] Release 12.5.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/drupal/Chart.yaml | 2 +- bitnami/drupal/README.md | 6 +++--- bitnami/drupal/values.yaml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bitnami/drupal/Chart.yaml b/bitnami/drupal/Chart.yaml index ee93b0d4ab..bb6633e1a6 100644 --- a/bitnami/drupal/Chart.yaml +++ b/bitnami/drupal/Chart.yaml @@ -31,4 +31,4 @@ name: drupal sources: - https://github.com/bitnami/containers/tree/main/bitnami/drupal - https://www.drupal.org/ -version: 12.5.0 \ No newline at end of file +version: 12.5.1 \ No newline at end of file diff --git a/bitnami/drupal/README.md b/bitnami/drupal/README.md index 21ba74874a..c8b0fe0703 100644 --- a/bitnami/drupal/README.md +++ b/bitnami/drupal/README.md @@ -82,7 +82,7 @@ The command removes all the Kubernetes components associated with the chart and | --------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- | -------------------- | | `image.registry` | Drupal image registry | `docker.io` | | `image.repository` | Drupal Image name | `bitnami/drupal` | -| `image.tag` | Drupal Image tag | `9.4.6-debian-11-r1` | +| `image.tag` | Drupal Image tag | `9.4.6-debian-11-r3` | | `image.digest` | Drupal image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | | `image.pullPolicy` | Drupal image pull policy | `IfNotPresent` | | `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` | @@ -247,7 +247,7 @@ The command removes all the Kubernetes components associated with the chart and | `metrics.enabled` | Start a exporter side-car | `false` | | `metrics.image.registry` | Apache exporter image registry | `docker.io` | | `metrics.image.repository` | Apache exporter image repository | `bitnami/apache-exporter` | -| `metrics.image.tag` | Apache exporter image tag | `0.11.0-debian-11-r42` | +| `metrics.image.tag` | Apache exporter image tag | `0.11.0-debian-11-r44` | | `metrics.image.digest` | Apache exporter image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | | `metrics.image.pullPolicy` | Image pull policy | `IfNotPresent` | | `metrics.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` | @@ -548,4 +548,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/drupal/values.yaml b/bitnami/drupal/values.yaml index 018e600f23..cd3ae4397b 100644 --- a/bitnami/drupal/values.yaml +++ b/bitnami/drupal/values.yaml @@ -56,7 +56,7 @@ extraDeploy: [] image: registry: docker.io repository: bitnami/drupal - tag: 9.4.6-debian-11-r1 + tag: 9.4.6-debian-11-r3 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' @@ -684,7 +684,7 @@ metrics: image: registry: docker.io repository: bitnami/apache-exporter - tag: 0.11.0-debian-11-r42 + tag: 0.11.0-debian-11-r44 digest: "" pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets.