Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32bba7b commit 6e8b19aCopy full SHA for 6e8b19a
scripts/deploy.sh
@@ -26,6 +26,8 @@ latestTag=$(curl -s "https://registry.hub.docker.com/v2/repositories/mucsi96/pos
26
27
echo "Deploying mucsi96/postgres-azure-backup:$latestTag to https://backup.$host"
28
29
+helm repo update
30
+
31
helm upgrade postgres-azure-backup mucsi96/spring-app \
32
--install \
33
--force \
scripts/deploy_job.sh
@@ -9,6 +9,8 @@ latestTag=$(curl -s "https://registry.hub.docker.com/v2/repositories/mucsi96/pos
9
10
echo "Deploying mucsi96/postgres-azure-backup-job:$latestTag to backup.$host"
11
12
13
14
helm upgrade postgres-azure-backup-cron-job backup-job/chart \
15
16
0 commit comments