Skip to content

Commit 16fc2d5

Browse files
authored
feat: update apigw docker image version (TencentBlueKing#184)
1 parent 3b99fdb commit 16fc2d5

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

sdks/apigw-manager/docs/sync-apigateway-with-docker.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ log_info "done"
115115
步骤2:在 chart values.yaml 中添加配置
116116
```yaml
117117
apigatewaySync:
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

218218
COPY 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

sdks/apigw-manager/examples/chart/use-configmap/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apigatewaySync:
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/*"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
FROM hub.bktencent.com/blueking/apigw-manager:3.0.4
1+
FROM hub.bktencent.com/blueking/apigw-manager:3.1.1
22

33
COPY support-files /data/

0 commit comments

Comments
 (0)