Skip to content

Commit 03f213d

Browse files
authored
doc: fix image version (TencentBlueKing#175)
1 parent 36a6b60 commit 03f213d

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
@@ -113,7 +113,7 @@ log_info "done"
113113
步骤2:在 chart values.yaml 中添加配置
114114
```yaml
115115
apigatewaySync:
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

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

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.1"
3+
image: "hub.bktencent.com/blueking/apigw-manager:3.0.4"
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.1
1+
FROM hub.bktencent.com/blueking/apigw-manager:3.0.4
22

33
COPY support-files /data/

0 commit comments

Comments
 (0)