This commit is contained in:
parent
3be8a17bda
commit
e1b8c0b51e
1 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@ runs:
|
||||||
cat << EOF > /kaniko/.docker/config.json
|
cat << EOF > /kaniko/.docker/config.json
|
||||||
{
|
{
|
||||||
"auths": {
|
"auths": {
|
||||||
"code.icb4dc0.de": { "auth" : "$DOCKERAUTH" }
|
"https://code.icb4dc0.de": { "auth" : "$DOCKERAUTH" }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
EOF
|
EOF
|
||||||
|
@ -50,6 +50,7 @@ runs:
|
||||||
runtime:
|
runtime:
|
||||||
containers:
|
containers:
|
||||||
- image: docker.io/alpine/helm
|
- image: docker.io/alpine/helm
|
||||||
|
service_account_name: agola
|
||||||
steps:
|
steps:
|
||||||
- restore_workspace:
|
- restore_workspace:
|
||||||
dest_dir: .
|
dest_dir: .
|
||||||
|
@ -57,5 +58,4 @@ runs:
|
||||||
name: Deploy Helm chart
|
name: Deploy Helm chart
|
||||||
command: helm upgrade --set image.tag=$AGOLA_GIT_COMMITSHA --install --namespace blog deploy/helm blog
|
command: helm upgrade --set image.tag=$AGOLA_GIT_COMMITSHA --install --namespace blog deploy/helm blog
|
||||||
depends:
|
depends:
|
||||||
- Checkout code
|
|
||||||
- Build
|
- Build
|
Loading…
Reference in a new issue