Skip to content

Commit

Permalink
chore(docker): Bump json-mock version to 1.2 for dual stack
Browse files Browse the repository at this point in the history
[ upstream commit d3b3ce8 ]

Bump json-mock version to 1.2 for dual stack

Signed-off-by: Tam Mach <sayboras@yahoo.com>
Signed-off-by: Alexandre Perrin <alex@kaworu.ch>
  • Loading branch information
sayboras authored and joestringer committed Sep 4, 2020
1 parent 4a8487d commit e0609b0
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ spec:
spec:
containers:
- name: x-wing-container
image: docker.io/cilium/json-mock:1.0
image: docker.io/cilium/json-mock:1.2
livenessProbe:
exec:
command:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ spec:
spec:
containers:
- name: x-wing-container
image: docker.io/cilium/json-mock:1.0
image: docker.io/cilium/json-mock:1.2
livenessProbe:
exec:
command:
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/kubernetes/connectivity-check/echo-a.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
spec:
containers:
- name: echo-container
image: docker.io/cilium/json-mock:1.0
image: docker.io/cilium/json-mock:1.2
imagePullPolicy: IfNotPresent
readinessProbe:
exec:
Expand Down
4 changes: 2 additions & 2 deletions examples/kubernetes/connectivity-check/echo-b.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ spec:
spec:
containers:
- name: echo-container
image: docker.io/cilium/json-mock:1.0
image: docker.io/cilium/json-mock:1.2
imagePullPolicy: IfNotPresent
ports:
- containerPort: 80
Expand All @@ -65,7 +65,7 @@ spec:
hostNetwork: true
containers:
- name: echo-container
image: docker.io/cilium/json-mock:1.0
image: docker.io/cilium/json-mock:1.2
imagePullPolicy: IfNotPresent
env:
- name: PORT
Expand Down
6 changes: 3 additions & 3 deletions examples/policies/kubernetes/namespace/demo-pods.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
spec:
containers:
- name: leia-container
image: docker.io/cilium/json-mock
image: docker.io/cilium/json-mock:1.2
---
apiVersion: v1
kind: Service
Expand All @@ -50,7 +50,7 @@ metadata:
spec:
containers:
- name: luke-container
image: docker.io/cilium/json-mock
image: docker.io/cilium/json-mock:1.2
---
apiVersion: v1
kind: Pod
Expand All @@ -62,4 +62,4 @@ metadata:
spec:
containers:
- name: vader-container
image: docker.io/cilium/json-mock
image: docker.io/cilium/json-mock:1.2
6 changes: 3 additions & 3 deletions examples/policies/kubernetes/serviceaccount/demo-pods.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
serviceAccountName: leia
containers:
- name: leia-container
image: docker.io/cilium/json-mock
image: docker.io/cilium/json-mock:1.2
---
apiVersion: v1
kind: Service
Expand All @@ -51,7 +51,7 @@ spec:
serviceAccountName: luke
containers:
- name: luke-container
image: docker.io/cilium/json-mock
image: docker.io/cilium/json-mock:1.2
---
apiVersion: v1
kind: Pod
Expand All @@ -61,4 +61,4 @@ spec:
serviceAccountName: vader
containers:
- name: vader-container
image: docker.io/cilium/json-mock
image: docker.io/cilium/json-mock:1.2

0 comments on commit e0609b0

Please sign in to comment.