From 9cac02d99f539b0ec932a2ea6b66ce17cc9c4cee Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Wed, 30 Mar 2022 00:16:51 +0200 Subject: [PATCH] try something else --- charts/dependency/postgresql/Chart.yaml | 2 +- tools/build-release.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/dependency/postgresql/Chart.yaml b/charts/dependency/postgresql/Chart.yaml index f54b13afe68..ac9e5ad78ba 100644 --- a/charts/dependency/postgresql/Chart.yaml +++ b/charts/dependency/postgresql/Chart.yaml @@ -22,7 +22,7 @@ name: postgresql sources: - https://www.postgresql.org/ type: application -version: 7.0.19 +version: 7.0.20 annotations: truecharts.org/catagories: | - database diff --git a/tools/build-release.sh b/tools/build-release.sh index f95c24f23f0..4042a39b1e6 100755 --- a/tools/build-release.sh +++ b/tools/build-release.sh @@ -728,7 +728,7 @@ release_charts() { export -f release_charts update_index() { - local args=(-o "$owner" -r "$repo" -c "$charts_repo_url") + local args=(-o "$owner" -r "$repo" -c "$charts_repo_url --push") if [[ -n "$config" ]]; then args+=(--config "$config") fi