Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

Commit 3d2eafb

Browse files
author
Corneil du Plessis
committed
[CI] Update kapp-controller version
1 parent bcae891 commit 3d2eafb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/deploy/carvel/deploy-local-database.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ if [ "$DEBUG" = "true" ]; then
6767
fi
6868
kubectl apply -f $FILE
6969

70-
"$SCDIR/carvel-import-secret.sh" "$DATABASE" "$NS" "$DATABASE" --import
70+
"$SCDIR/carvel-import-secret.sh" "$DATABASE" "$NS" "$DATABASE"
7171
end_time=$(date +%s)
7272
elapsed=$((end_time - start_time))
7373
echo -e "Deployed $DATABASE in ${bold}$elapsed${end} seconds"

src/deploy/carvel/prepare-cluster.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ if [ "$SECRETGEN_CONTROLLER_VERSION" = "" ]; then
1414
SECRETGEN_CONTROLLER_VERSION=v0.17.0
1515
fi
1616
if [ "$KAPP_CONTROLLER_VERSION" = "" ]; then
17-
KAPP_CONTROLLER_VERSION=v0.53.0
17+
KAPP_CONTROLLER_VERSION=v0.53.1
1818
fi
1919
if [ "$PULL_IMAGES" == "true" ]; then
2020
wget -q -O cert-manager-release.yml "https://github.com/cert-manager/cert-manager/releases/download/$CERT_MANAGER_VERSION/cert-manager.yaml"

0 commit comments

Comments
 (0)