Skip to content
This repository was archived by the owner on Nov 6, 2023. It is now read-only.

Commit af6242d

Browse files
authored
Merge pull request #14 from SataQiu/bump-version-v0.6.1
Bump version for v0.6.1
2 parents ed9e4ff + 06ab66d commit af6242d

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Image URL to use all building/pushing image targets
2-
TAG ?= v0.6.0
2+
TAG ?= v0.6.1
33
REPO ?= openyurt
44
MANAGER_IMG ?= ${REPO}/yurtcluster-operator-manager:${TAG}
55
AGENT_IMG ?= ${REPO}/yurtcluster-operator-agent:${TAG}

charts/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44

55
manager:
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

1010
agent:
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

config/agent/agent.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ spec:
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:
@@ -40,7 +40,7 @@ spec:
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:

config/agent/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ kind: Kustomization
55
images:
66
- name: yurtcluster-operator-agent
77
newName: openyurt/yurtcluster-operator-agent
8-
newTag: v0.6.0
8+
newTag: v0.6.1

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ kind: Kustomization
55
images:
66
- name: yurtcluster-operator-manager
77
newName: openyurt/yurtcluster-operator-manager
8-
newTag: v0.6.0
8+
newTag: v0.6.1

config/manager/manager.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ spec:
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:

docs/manifests/deploy.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)