Skip to content
This repository was archived by the owner on Jan 18, 2024. It is now read-only.

Commit 7ded6b6

Browse files
authored
Fix timescaledb single 0.3.22 release (#600)
* Revert "Merge pull request #588 from timescale/update-semver-mathis" This reverts commit dd4db38, reversing changes made to 8484516. * Fix helm release
1 parent dd4db38 commit 7ded6b6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

charts/timescaledb-single/scripts/pgbackrest_archive.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ if [ -f "${ENV_FILE}" ]; then
1717
. "${ENV_FILE}"
1818
fi
1919

20+
2021
# PGBACKREST_BACKUP_ENABLED variable is passed in StatefulSet template
2122
[ "${PGBACKREST_BACKUP_ENABLED}" = "true" ] || exit 0
2223

charts/timescaledb-single/scripts/pgbackrest_archive_get.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ echo "Sourcing ${ENV_FILE}"
66
. "${ENV_FILE}"
77
fi
88

9+
910
# PGBACKREST_BACKUP_ENABLED variable is passed in StatefulSet template
1011
[ "${PGBACKREST_BACKUP_ENABLED}" = "true" ] || exit 1
1112

0 commit comments

Comments
 (0)