Skip to content

Commit

Permalink
Merge pull request #57 from KingsonKai/v0.2.1
Browse files Browse the repository at this point in the history
fix: update deploy platform version
  • Loading branch information
KingsonKai committed Aug 30, 2023
2 parents 9ef7557 + 5c73943 commit 04beb73
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions chaosmeta-deploy/templates/chaosmeta-platform-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,7 @@ spec:
serviceAccountName: chaosmeta-platform
containers:
- name: chaosmeta-platform
imagePullPolicy: Always
image: registry.cn-hangzhou.aliyuncs.com/chaosmeta/chaosmeta-platform:v0.0.3
image: registry.cn-hangzhou.aliyuncs.com/chaosmeta/chaosmeta-platform:v0.0.6
resources:
requests:
cpu: "1"
Expand All @@ -102,8 +101,7 @@ spec:
- name: chaosmeta-config
mountPath: /home/admin/conf
- name: chaosmeta-platform-frontend
imagePullPolicy: Always
image: registry.cn-hangzhou.aliyuncs.com/chaosmeta/chaosmeta-platform-frontend:v0.0.2
image: registry.cn-hangzhou.aliyuncs.com/chaosmeta/chaosmeta-platform-frontend:v0.0.3
ports:
- containerPort: 8000
volumes:
Expand Down

0 comments on commit 04beb73

Please sign in to comment.