File tree Expand file tree Collapse file tree
use-custom-docker-image/my-apigw-manager Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ log_info "done"
115115步骤2:在 chart values.yaml 中添加配置
116116``` yaml
117117apigatewaySync :
118- image : " hub.bktencent.com/blueking/apigw-manager:3.0.4 "
118+ image : " hub.bktencent.com/blueking/apigw-manager:3.1.1 "
119119 configMapMounts :
120120 - name : " sync-apigw-base"
121121 filePath : " files/support-files/*"
@@ -213,7 +213,7 @@ spec:
213213
214214步骤2. 构建 Dockerfile,参考:
215215``` Dockerfile
216- FROM hub.bktencent.com/blueking/apigw-manager:3.0.4
216+ FROM hub.bktencent.com/blueking/apigw-manager:3.1.1
217217
218218COPY support-files /data/
219219```
@@ -262,7 +262,7 @@ docker run --rm \
262262 -e BK_API_URL_TMPL=<BK_API_URL_TMPL> \
263263 -e BK_APP_CODE=<BK_APP_CODE> \
264264 -e BK_APP_SECRET=<BK_APP_SECRET> \
265- hub.bktencent.com/blueking/apigw-manager:3.0.4
265+ hub.bktencent.com/blueking/apigw-manager:3.1.1
266266```
267267
268268
Original file line number Diff line number Diff line change 11apigatewaySync :
22 enabled : true
3- image : " hub.bktencent.com/blueking/apigw-manager:3.0.4 "
3+ image : " hub.bktencent.com/blueking/apigw-manager:3.1.1 "
44 configMapMounts :
55 - name : " sync-apigw-base"
66 filePath : " files/support-files/*"
Original file line number Diff line number Diff line change 1- FROM hub.bktencent.com/blueking/apigw-manager:3.0.4
1+ FROM hub.bktencent.com/blueking/apigw-manager:3.1.1
22
33COPY support-files /data/
You can’t perform that action at this time.
0 commit comments