This repository was archived by the owner on Nov 6, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 7 files changed +11
-11
lines changed Expand file tree Collapse file tree 7 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 11# Image URL to use all building/pushing image targets
2- TAG ?= v0.6.0
2+ TAG ?= v0.6.1
33REPO ?= openyurt
44MANAGER_IMG ?= ${REPO}/yurtcluster-operator-manager:${TAG}
55AGENT_IMG ?= ${REPO}/yurtcluster-operator-agent:${TAG}
Original file line number Diff line number Diff line change 44
55manager :
66 replicas : 1
7- image : " openyurt/yurtcluster-operator-manager:v0.6.0 "
7+ image : " openyurt/yurtcluster-operator-manager:v0.6.1 "
88 imagePullPolicy : Always
99
1010agent :
11- image : " openyurt/yurtcluster-operator-agent:v0.6.0 "
11+ image : " openyurt/yurtcluster-operator-agent:v0.6.1 "
1212 imagePullPolicy : Always
1313 transHealthCheckTimeout : 5m
1414
Original file line number Diff line number Diff line change 2929 - -c
3030 - |
3131 cp /assets/* /tmp/
32- image : yurtcluster-operator-agent:v0.6.0
32+ image : yurtcluster-operator-agent:v0.6.1
3333 imagePullPolicy : IfNotPresent
3434 name : yurt-operator-prepare
3535 volumeMounts :
4040 - /agent
4141 args :
4242 - --node-name=$(NODE_NAME)
43- image : yurtcluster-operator-agent:v0.6.0
43+ image : yurtcluster-operator-agent:v0.6.1
4444 imagePullPolicy : IfNotPresent
4545 name : yurt-operator-agent
4646 env :
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ kind: Kustomization
55images :
66- name : yurtcluster-operator-agent
77 newName : openyurt/yurtcluster-operator-agent
8- newTag : v0.6.0
8+ newTag : v0.6.1
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ kind: Kustomization
55images :
66- name : yurtcluster-operator-manager
77 newName : openyurt/yurtcluster-operator-manager
8- newTag : v0.6.0
8+ newTag : v0.6.1
Original file line number Diff line number Diff line change 2828 containers :
2929 - command :
3030 - /manager
31- image : yurtcluster-operator-manager:v0.6.0
31+ image : yurtcluster-operator-manager:v0.6.1
3232 imagePullPolicy : IfNotPresent
3333 name : yurt-operator-manager
3434 resources :
Original file line number Diff line number Diff line change @@ -829,7 +829,7 @@ spec:
829829 containers :
830830 - command :
831831 - /manager
832- image : openyurt/yurtcluster-operator-manager:v0.6.0
832+ image : openyurt/yurtcluster-operator-manager:v0.6.1
833833 imagePullPolicy : IfNotPresent
834834 name : yurt-operator-manager
835835 resources :
@@ -870,7 +870,7 @@ spec:
870870 valueFrom :
871871 fieldRef :
872872 fieldPath : spec.nodeName
873- image : openyurt/yurtcluster-operator-agent:v0.6.0
873+ image : openyurt/yurtcluster-operator-agent:v0.6.1
874874 imagePullPolicy : IfNotPresent
875875 name : yurt-operator-agent
876876 resources :
@@ -895,7 +895,7 @@ spec:
895895 - -c
896896 - |
897897 cp /assets/* /tmp/
898- image : openyurt/yurtcluster-operator-agent:v0.6.0
898+ image : openyurt/yurtcluster-operator-agent:v0.6.1
899899 imagePullPolicy : IfNotPresent
900900 name : yurt-operator-prepare
901901 volumeMounts :
You can’t perform that action at this time.
0 commit comments