summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Lewis <mlewis@gitlab.com>2018-12-22 15:11:24 +0000
committerMike Lewis <mlewis@gitlab.com>2018-12-22 15:11:24 +0000
commit751217987b0782115140e4c2858d91a4b596463a (patch)
tree3ea07095d1cb14f98536d7f9387ef6f339f16aff
parent8f3cef87e77291d92401dd88b9db23e8879ed053 (diff)
parent49573410ffeae08a8afbb53d8a1a685ccb571c34 (diff)
downloadgitlab-ce-docs-serverless-tmcli-update.tar.gz
Merge branch 'docs-serverless-update' into 'master'docs-serverless-tmcli-update
Update tm cli version See merge request gitlab-org/gitlab-ce!24004
-rw-r--r--doc/user/project/clusters/serverless/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/project/clusters/serverless/index.md b/doc/user/project/clusters/serverless/index.md
index da6f4df01df..a423212a879 100644
--- a/doc/user/project/clusters/serverless/index.md
+++ b/doc/user/project/clusters/serverless/index.md
@@ -94,7 +94,7 @@ In order to deploy functions to your Knative instance, the following files must
functions:
stage: deploy
environment: test
- image: gcr.io/triggermesh/tm:v0.0.6
+ image: gcr.io/triggermesh/tm:v0.0.7
script:
- tm -n "$KUBE_NAMESPACE" set registry-auth gitlab-registry --registry "$CI_REGISTRY" --username "$CI_REGISTRY_USER" --password "$CI_JOB_TOKEN"
- tm -n "$KUBE_NAMESPACE" --registry-host "$CI_REGISTRY_IMAGE" deploy --wait