summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2019-06-06 09:45:09 +0200
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2019-06-06 09:45:09 +0200
commitaf6de1cd2343802bda9c37f31033d53d14ce0af8 (patch)
tree5449c267d18611c59e8481b45d1f9a044bab4eb2
parentc45fb02c086e57ddad601efc7aa8e2e1f5e54941 (diff)
downloadgitlab-ce-fix/gb/fix-serverless-apps-deployment-template.tar.gz
Fix serverless app deployments by bumping `tm` versionfix/gb/fix-serverless-apps-deployment-template
Previous version of the `tm` tool had a bug that resulted in not being able to deploy serverless applications using this version. Bumping version fixed the problem, as verified by an end-to-end testing pipeline run in gitlab-org/gitlabktl!31.
-rw-r--r--lib/gitlab/ci/templates/Serverless.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/ci/templates/Serverless.gitlab-ci.yml b/lib/gitlab/ci/templates/Serverless.gitlab-ci.yml
index 0fb7c57ab72..7a5058daabe 100644
--- a/lib/gitlab/ci/templates/Serverless.gitlab-ci.yml
+++ b/lib/gitlab/ci/templates/Serverless.gitlab-ci.yml
@@ -23,7 +23,7 @@ stages:
.serverless:deploy:image:
stage: deploy
- image: gcr.io/triggermesh/tm@sha256:e3ee74db94d215bd297738d93577481f3e4db38013326c90d57f873df7ab41d5
+ image: gcr.io/triggermesh/tm@sha256:3cfdd470a66b741004fb02354319d79f1598c70117ce79978d2e07e192bfb336 # v0.0.11
only:
refs:
- master