From 4e0eeee0c2efaf58de9059102560f255fcbb0f11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20J=2E=20Salmer=C3=B3n-Garc=C3=ADa?= Date: Tue, 21 May 2024 16:15:10 +0200 Subject: [PATCH] [bitnami/apache] feat: :sparkles: :lock: Add warning when original images are replaced (#26179) * [bitnami/airflow] feat: :sparkles: :lock: Add warning when original images are replaced Signed-off-by: Javier Salmeron Garcia * [bitnami/apache] feat: :sparkles: :lock: Add warning when original images are replaced Signed-off-by: Javier Salmeron Garcia --------- Signed-off-by: Javier Salmeron Garcia --- bitnami/airflow/Chart.lock | 10 +++++----- bitnami/airflow/Chart.yaml | 2 +- bitnami/airflow/templates/NOTES.txt | 1 + bitnami/apache/Chart.lock | 6 +++--- bitnami/apache/Chart.yaml | 2 +- bitnami/apache/templates/NOTES.txt | 1 + 6 files changed, 12 insertions(+), 10 deletions(-) diff --git a/bitnami/airflow/Chart.lock b/bitnami/airflow/Chart.lock index a3e23a90af..0df1b99b30 100644 --- a/bitnami/airflow/Chart.lock +++ b/bitnami/airflow/Chart.lock @@ -1,12 +1,12 @@ dependencies: - name: redis repository: oci://registry-1.docker.io/bitnamicharts - version: 19.3.2 + version: 19.3.4 - name: postgresql repository: oci://registry-1.docker.io/bitnamicharts - version: 15.3.2 + version: 15.3.5 - name: common repository: oci://registry-1.docker.io/bitnamicharts - version: 2.19.2 -digest: sha256:141d5a1d20c29e9489a7681a919419731608135a9fc5af912c304ff1a7bed64f -generated: "2024-05-17T13:20:55.345544+02:00" + version: 2.19.3 +digest: sha256:633b7efcc7d7cfc2a74f8072a0857b604a8acd3a65837e8ac1d791ac8e2b68b4 +generated: "2024-05-21T13:05:44.799030153+02:00" diff --git a/bitnami/airflow/Chart.yaml b/bitnami/airflow/Chart.yaml index eca3e4ad3b..46c946c5b6 100644 --- a/bitnami/airflow/Chart.yaml +++ b/bitnami/airflow/Chart.yaml @@ -47,4 +47,4 @@ maintainers: name: airflow sources: - https://github.com/bitnami/charts/tree/main/bitnami/airflow -version: 18.1.1 +version: 18.2.0 diff --git a/bitnami/airflow/templates/NOTES.txt b/bitnami/airflow/templates/NOTES.txt index 25d9327eca..5fa031d64a 100644 --- a/bitnami/airflow/templates/NOTES.txt +++ b/bitnami/airflow/templates/NOTES.txt @@ -125,3 +125,4 @@ To connect to Airflow from outside the cluster, perform the following steps: {{ include "airflow.validateValues" . }} {{ include "airflow.checkRollingTags" . }} {{- include "common.warnings.resources" (dict "sections" (list "git.clone" "git.sync" "metrics" "scheduler" "web" "worker") "context" $) }} +{{- include "common.warnings.modifiedImages" (dict "images" (list .Values.dags.image .Values.web.image .Values.scheduler.image .Values.worker.image .Values.git.image .Values.metrics.image) "context" $) }} \ No newline at end of file diff --git a/bitnami/apache/Chart.lock b/bitnami/apache/Chart.lock index c15084ecda..4772f63e95 100644 --- a/bitnami/apache/Chart.lock +++ b/bitnami/apache/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: common repository: oci://registry-1.docker.io/bitnamicharts - version: 2.19.2 -digest: sha256:e670e1075bfafffe040fae1158f1fa1f592585f394b48704ba137d2d083b1571 -generated: "2024-05-13T19:47:36.677660849Z" + version: 2.19.3 +digest: sha256:de997835d9ce9a9deefc2d70d8c62b11aa1d1a76ece9e86a83736ab9f930bf4d +generated: "2024-05-21T13:23:34.746069169+02:00" diff --git a/bitnami/apache/Chart.yaml b/bitnami/apache/Chart.yaml index 75c4a9126c..6bde1b8415 100644 --- a/bitnami/apache/Chart.yaml +++ b/bitnami/apache/Chart.yaml @@ -35,4 +35,4 @@ maintainers: name: apache sources: - https://github.com/bitnami/charts/tree/main/bitnami/apache -version: 11.0.6 +version: 11.1.0 diff --git a/bitnami/apache/templates/NOTES.txt b/bitnami/apache/templates/NOTES.txt index 099de9eef0..9e59d91e4f 100644 --- a/bitnami/apache/templates/NOTES.txt +++ b/bitnami/apache/templates/NOTES.txt @@ -44,3 +44,4 @@ WARNING: Rolling tag detected ({{ .Values.image.repository }}:{{ .Values.image.t {{ include "apache.validateValues" . }} {{- include "common.warnings.resources" (dict "sections" (list "cloneHtdocsFromGit" "metrics" "") "context" $) }} +{{- include "common.warnings.modifiedImages" (dict "images" (list .Values.image .Values.git .Values.cloneHtdocsFromGit .Values.metrics.image) "context" $) }} \ No newline at end of file