From ed5775c0edaaa96300b23f5766a59679b2bf509f Mon Sep 17 00:00:00 2001 From: "Markin, Sergiy (sm515x)" Date: Tue, 20 Sep 2022 19:54:37 -0500 Subject: [PATCH] [shipyard] Postgres upgrade to 14.5 This PS upgrades shipyard postgres to 14.5 Change-Id: I1524cca569015aa7c4068fbaa6cf9b3221821941 --- charts/shipyard/Chart.yaml | 2 +- charts/shipyard/values.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/shipyard/Chart.yaml b/charts/shipyard/Chart.yaml index b880116d..d6f8cb1c 100644 --- a/charts/shipyard/Chart.yaml +++ b/charts/shipyard/Chart.yaml @@ -16,7 +16,7 @@ apiVersion: v1 description: A Helm chart for Shipyard and Airflow name: shipyard -version: 0.1.0 +version: 0.1.1 keywords: - shipyard - airflow diff --git a/charts/shipyard/values.yaml b/charts/shipyard/values.yaml index 7b73d8ce..42c84392 100644 --- a/charts/shipyard/values.yaml +++ b/charts/shipyard/values.yaml @@ -33,10 +33,10 @@ images: airflow: quay.io/airshipit/airflow:latest-ubuntu_bionic shipyard: quay.io/airshipit/shipyard:latest-ubuntu_bionic dep_check: quay.io/stackanetes/kubernetes-entrypoint:v0.3.1 - shipyard_db_init: docker.io/postgres:9.5 - shipyard_db_auxiliary: docker.io/postgres:9.5 + shipyard_db_init: docker.io/postgres:14.5 + shipyard_db_auxiliary: docker.io/postgres:14.5 shipyard_db_sync: quay.io/airshipit/shipyard:latest-ubuntu_bionic - airflow_db_init: docker.io/postgres:9.5 + airflow_db_init: docker.io/postgres:14.5 rabbit_init: docker.io/rabbitmq:3.7-management airflow_db_sync: quay.io/airshipit/airflow:latest-ubuntu_bionic ks_user: docker.io/openstackhelm/heat:ocata