Skip to content

Commit

Permalink
update latest image tag to master yaml.
Browse files Browse the repository at this point in the history
  • Loading branch information
KeyOfSpectator committed May 31, 2023
1 parent ca03be0 commit 9324404
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ spec:
dnsPolicy: ClusterFirstWithHostNet
serviceAccount: kube-eventer
containers:
- image: registry.aliyuncs.com/acs/kube-eventer-amd64:v1.2.0-484d9cd-aliyun
- image: registry.aliyuncs.com/acs/kube-eventer:v1.2.7-ca03be0-aliyun
name: kube-eventer
command:
- "/kube-eventer"
Expand Down
2 changes: 1 addition & 1 deletion deploy/deploy-for-sls(managed cluster).yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ spec:
- >-
--sink=sls:https://sls.aliyuncs.com?project=<sls_project>&logStore=<sls_logstore>>&topic=<topic_name>
image: >-
registry-vpc.cn-shanghai.aliyuncs.com/acs/kube-eventer-amd64:v1.2.4-0f5aaee-aliyun
registry.aliyuncs.com/acs/kube-eventer:v1.2.7-ca03be0-aliyun
imagePullPolicy: IfNotPresent
name: eventer
resources: {}
Expand Down
2 changes: 1 addition & 1 deletion deploy/deploy-for-sls(normal cluster).yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ spec:
- >-
--sink=sls:https://sls.aliyuncs.com?project=<sls_project>&logStore=<sls_logstore>>&topic=<topic_name>
image: >-
registry-vpc.cn-shanghai.aliyuncs.com/acs/kube-eventer-amd64:v1.2.4-0f5aaee-aliyun
registry.aliyuncs.com/acs/kube-eventer:v1.2.7-ca03be0-aliyun
imagePullPolicy: IfNotPresent
name: eventer
resources: {}
Expand Down
2 changes: 1 addition & 1 deletion deploy/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
dnsPolicy: ClusterFirstWithHostNet
serviceAccount: kube-eventer
containers:
- image: registry.aliyuncs.com/acs/kube-eventer-amd64:v1.2.0-a4316bf-aliyun
- image: registry.aliyuncs.com/acs/kube-eventer:v1.2.7-ca03be0-aliyun
name: kube-eventer
command:
- "/kube-eventer"
Expand Down

0 comments on commit 9324404

Please sign in to comment.