Skip to content

Commit

Permalink
update image version of all component
Browse files Browse the repository at this point in the history
  • Loading branch information
sixther-dc committed Aug 30, 2021
1 parent 2f8be4d commit 6879eac
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions config/manager-probe-agent/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
app: probe-agent
spec:
containers:
- image: kubeprober/probe-agent:v0.0.3
- image: kubeprober/probe-agent:v0.1.0-beta1
imagePullPolicy: "Always"
name: probe-agent
command: ["/bin/sh"]
Expand Down Expand Up @@ -123,7 +123,7 @@ spec:
app: probe-tunnel
spec:
containers:
- image: kubeprober/probe-tunnel:v0.0.3
- image: kubeprober/probe-tunnel:v0.1.0-beta1
imagePullPolicy: "Always"
name: probe-agent
command: ["/bin/sh"]
Expand Down
2 changes: 1 addition & 1 deletion config/manager-probe-master/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
env:
- name: SERVER_SECRET_KEY
value: your-token-here
image: kubeprober/probe-master:v0.0.3
image: kubeprober/probe-master:v0.1.0-beta1
imagePullPolicy: "Always"
name: probe-master
securityContext:
Expand Down
4 changes: 2 additions & 2 deletions deployment/probe-agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4643,7 +4643,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: kubeprober/probe-agent:v0.0.3
image: kubeprober/probe-agent:v0.1.0-beta1
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -4705,7 +4705,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: kubeprober/probe-tunnel:v0.0.3
image: kubeprober/probe-tunnel:v0.1.0-beta1
imagePullPolicy: Always
livenessProbe:
exec:
Expand Down
2 changes: 1 addition & 1 deletion deployment/probe-master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4562,7 +4562,7 @@ spec:
env:
- name: SERVER_SECRET_KEY
value: your-token-here
image: kubeprober/probe-master:v0.0.3
image: kubeprober/probe-master:v0.1.0-beta1
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down

0 comments on commit 6879eac

Please sign in to comment.