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 @@ -113,7 +113,7 @@ log_info "done"
113113步骤2:在 chart values.yaml 中添加配置
114114``` yaml
115115apigatewaySync :
116- image : " hub.bktencent.com/blueking/apigw-manager:3.0.1 "
116+ image : " hub.bktencent.com/blueking/apigw-manager:3.0.4 "
117117 configMapMounts :
118118 - name : " sync-apigw-base"
119119 filePath : " files/support-files/*"
@@ -211,7 +211,7 @@ spec:
211211
212212步骤2. 构建 Dockerfile,参考:
213213``` Dockerfile
214- FROM hub.bktencent.com/blueking/apigw-manager:3.0.1
214+ FROM hub.bktencent.com/blueking/apigw-manager:3.0.4
215215
216216COPY support-files /data/
217217```
@@ -260,7 +260,7 @@ docker run --rm \
260260 -e BK_API_URL_TMPL=<BK_API_URL_TMPL> \
261261 -e BK_APP_CODE=<BK_APP_CODE> \
262262 -e BK_APP_SECRET=<BK_APP_SECRET> \
263- hub.bktencent.com/blueking/apigw-manager:3.0.1
263+ hub.bktencent.com/blueking/apigw-manager:3.0.4
264264```
265265
266266
Original file line number Diff line number Diff line change 11apigatewaySync :
22 enabled : true
3- image : " hub.bktencent.com/blueking/apigw-manager:3.0.1 "
3+ image : " hub.bktencent.com/blueking/apigw-manager:3.0.4 "
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.1
1+ FROM hub.bktencent.com/blueking/apigw-manager:3.0.4
22
33COPY support-files /data/
You can’t perform that action at this time.
0 commit comments