From 10aa585be6b5c8832c6da81c1180413021a6e5a4 Mon Sep 17 00:00:00 2001 From: Mathis Van Eetvelde Date: Mon, 27 Mar 2023 18:22:35 -0600 Subject: [PATCH 1/2] Revert "Merge pull request #588 from timescale/update-semver-mathis" This reverts commit dd4db3877154cfdb4d365c7a34d87a5ed61526b4, reversing changes made to 848451621a38c0b23ad1f6fbe3735c8b09c62a25. --- charts/timescaledb-single/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/timescaledb-single/Chart.yaml b/charts/timescaledb-single/Chart.yaml index 84e86776..697ffb69 100644 --- a/charts/timescaledb-single/Chart.yaml +++ b/charts/timescaledb-single/Chart.yaml @@ -4,7 +4,7 @@ apiVersion: v1 name: timescaledb-single description: 'TimescaleDB HA Deployment.' -version: 0.33.2 +version: 0.33.1 icon: https://cdn.iconscout.com/icon/free/png-256/timescaledb-1958407-1651618.png # appVersion specifies the version of the software, which can vary wildly, From ce747dd49ff4eb5777d3fb2ffea57e41b6159046 Mon Sep 17 00:00:00 2001 From: Mathis Van Eetvelde Date: Mon, 27 Mar 2023 18:24:28 -0600 Subject: [PATCH 2/2] Fix helm release --- charts/timescaledb-single/Chart.yaml | 2 +- charts/timescaledb-single/scripts/pgbackrest_archive.sh | 1 + charts/timescaledb-single/scripts/pgbackrest_archive_get.sh | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/charts/timescaledb-single/Chart.yaml b/charts/timescaledb-single/Chart.yaml index 697ffb69..84e86776 100644 --- a/charts/timescaledb-single/Chart.yaml +++ b/charts/timescaledb-single/Chart.yaml @@ -4,7 +4,7 @@ apiVersion: v1 name: timescaledb-single description: 'TimescaleDB HA Deployment.' -version: 0.33.1 +version: 0.33.2 icon: https://cdn.iconscout.com/icon/free/png-256/timescaledb-1958407-1651618.png # appVersion specifies the version of the software, which can vary wildly, diff --git a/charts/timescaledb-single/scripts/pgbackrest_archive.sh b/charts/timescaledb-single/scripts/pgbackrest_archive.sh index c714ca0d..2e7e8a6d 100644 --- a/charts/timescaledb-single/scripts/pgbackrest_archive.sh +++ b/charts/timescaledb-single/scripts/pgbackrest_archive.sh @@ -17,6 +17,7 @@ if [ -f "${ENV_FILE}" ]; then . "${ENV_FILE}" fi + # PGBACKREST_BACKUP_ENABLED variable is passed in StatefulSet template [ "${PGBACKREST_BACKUP_ENABLED}" = "true" ] || exit 0 diff --git a/charts/timescaledb-single/scripts/pgbackrest_archive_get.sh b/charts/timescaledb-single/scripts/pgbackrest_archive_get.sh index 378ac55e..603511f1 100644 --- a/charts/timescaledb-single/scripts/pgbackrest_archive_get.sh +++ b/charts/timescaledb-single/scripts/pgbackrest_archive_get.sh @@ -6,6 +6,7 @@ echo "Sourcing ${ENV_FILE}" . "${ENV_FILE}" fi + # PGBACKREST_BACKUP_ENABLED variable is passed in StatefulSet template [ "${PGBACKREST_BACKUP_ENABLED}" = "true" ] || exit 1