File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,8 @@ variables:
4
4
CHART_NAME : go-btfs
5
5
COMMIT_SHA : ${CI_COMMIT_SHA}
6
6
TAG : ${CI_COMMIT_TAG}
7
- LIVESTREAM_CHART_NAME : livestream
7
+ ENVIRONMENT : prd-stream-core-b-v0609
8
+ LIVESTREAM_CHART_NAME : stream
8
9
LINOAPP_DOOR_CHART_NAME : linoapp-door
9
10
10
11
before_script :
@@ -121,14 +122,14 @@ release:prd:
121
122
- tags
122
123
tags :
123
124
- kubernetes
124
- image : linonetwork/gitlab-stage-release-prd-stream:v0.0.1
125
+ image : linonetwork/gitlab-stage-release-prd-stream:v0.0.3
125
126
environment :
126
127
name : production
127
128
url : https://github.com/lino-network/kube-stream-core/pulls
128
129
script :
129
130
# read CHART_VERSION/DOCKER_TAG env variable from helm build
130
131
- source variables
131
132
# promote production env, replace LIVESTREAM_CHART_NAME to JOBS_CHART_NAME if deploy cronjob
132
- - release.sh $REPO_NAME $CHART_NAME $ECR_NAME $CHART_VERSION $DOCKER_TAG $REPOSITORY $LIVESTREAM_CHART_NAME
133
+ - release.sh $REPO_NAME $CHART_NAME $ECR_NAME $CHART_VERSION $DOCKER_TAG $REPOSITORY $ENVIRONMENT $ LIVESTREAM_CHART_NAME
133
134
dependencies :
134
135
- helm
You can’t perform that action at this time.
0 commit comments