try something else

This commit is contained in:
kjeld Schouten-Lebbing
2022-03-30 00:16:51 +02:00
parent 7a03fd9c4c
commit 9cac02d99f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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