From edb7c6326fa46ae8ae52631736b93c2fdba9da49 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Fri, 8 Mar 2024 17:17:47 +0100 Subject: [PATCH] [bitnami/airflow] Release 17.2.1 updating components versions (#24297) Signed-off-by: Bitnami Containers --- bitnami/airflow/Chart.lock | 10 +++++----- bitnami/airflow/Chart.yaml | 10 +++++----- bitnami/airflow/README.md | 2 +- bitnami/airflow/values.yaml | 8 ++++---- 4 files changed, 15 insertions(+), 15 deletions(-) diff --git a/bitnami/airflow/Chart.lock b/bitnami/airflow/Chart.lock index 0b13fb1714..b8cb9a53d1 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: 18.17.1 + version: 18.18.1 - name: postgresql repository: oci://registry-1.docker.io/bitnamicharts - version: 14.2.4 + version: 14.3.1 - name: common repository: oci://registry-1.docker.io/bitnamicharts - version: 2.18.0 -digest: sha256:f72194e2692d6530057c1a04ec1f0cbb0521e764b9d9b400622ca94fe5697841 -generated: "2024-03-05T13:16:06.432059575+01:00" + version: 2.19.0 +digest: sha256:a8a993eb233e14fd1a7d83ea4a5f366367849c7c2c43aaa28c4f3e6b40ac6f21 +generated: "2024-03-08T15:54:32.492797636Z" diff --git a/bitnami/airflow/Chart.yaml b/bitnami/airflow/Chart.yaml index cc89b0934e..4e6056a0c3 100644 --- a/bitnami/airflow/Chart.yaml +++ b/bitnami/airflow/Chart.yaml @@ -6,13 +6,13 @@ annotations: licenses: Apache-2.0 images: | - name: airflow - image: docker.io/bitnami/airflow:2.8.2-debian-12-r0 + image: docker.io/bitnami/airflow:2.8.2-debian-12-r4 - name: airflow-exporter - image: docker.io/bitnami/airflow-exporter:0.20220314.0-debian-12-r24 + image: docker.io/bitnami/airflow-exporter:0.20220314.0-debian-12-r27 - name: airflow-scheduler - image: docker.io/bitnami/airflow-scheduler:2.8.2-debian-12-r0 + image: docker.io/bitnami/airflow-scheduler:2.8.2-debian-12-r3 - name: airflow-worker - image: docker.io/bitnami/airflow-worker:2.8.2-debian-12-r0 + image: docker.io/bitnami/airflow-worker:2.8.2-debian-12-r4 - name: git image: docker.io/bitnami/git:2.44.0-debian-12-r0 - name: os-shell @@ -47,4 +47,4 @@ maintainers: name: airflow sources: - https://github.com/bitnami/charts/tree/main/bitnami/airflow -version: 17.2.0 +version: 17.2.1 diff --git a/bitnami/airflow/README.md b/bitnami/airflow/README.md index d8a0ed8154..38b2ac3016 100644 --- a/bitnami/airflow/README.md +++ b/bitnami/airflow/README.md @@ -964,4 +964,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/airflow/values.yaml b/bitnami/airflow/values.yaml index c3f2eba689..59ae40d200 100644 --- a/bitnami/airflow/values.yaml +++ b/bitnami/airflow/values.yaml @@ -193,7 +193,7 @@ web: image: registry: docker.io repository: bitnami/airflow - tag: 2.8.2-debian-12-r3 + tag: 2.8.2-debian-12-r4 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' @@ -538,7 +538,7 @@ scheduler: image: registry: docker.io repository: bitnami/airflow-scheduler - tag: 2.8.2-debian-12-r2 + tag: 2.8.2-debian-12-r3 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' @@ -859,7 +859,7 @@ worker: image: registry: docker.io repository: bitnami/airflow-worker - tag: 2.8.2-debian-12-r3 + tag: 2.8.2-debian-12-r4 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' @@ -1600,7 +1600,7 @@ metrics: image: registry: docker.io repository: bitnami/airflow-exporter - tag: 0.20220314.0-debian-12-r24 + tag: 0.20220314.0-debian-12-r27 digest: "" pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets.