fix(en.examples.pods.security.seccomp): update hashicorp/http-echo version
parent
ee45ad0072
commit
5f3b2c023a
|
@ -11,7 +11,7 @@ spec:
|
||||||
localhostProfile: profiles/audit.json
|
localhostProfile: profiles/audit.json
|
||||||
containers:
|
containers:
|
||||||
- name: test-container
|
- name: test-container
|
||||||
image: hashicorp/http-echo:0.2.3
|
image: hashicorp/http-echo:1.0
|
||||||
args:
|
args:
|
||||||
- "-text=just made some syscalls!"
|
- "-text=just made some syscalls!"
|
||||||
securityContext:
|
securityContext:
|
||||||
|
|
|
@ -10,7 +10,7 @@ spec:
|
||||||
type: RuntimeDefault
|
type: RuntimeDefault
|
||||||
containers:
|
containers:
|
||||||
- name: test-container
|
- name: test-container
|
||||||
image: hashicorp/http-echo:0.2.3
|
image: hashicorp/http-echo:1.0
|
||||||
args:
|
args:
|
||||||
- "-text=just made some more syscalls!"
|
- "-text=just made some more syscalls!"
|
||||||
securityContext:
|
securityContext:
|
||||||
|
|
|
@ -11,7 +11,7 @@ spec:
|
||||||
localhostProfile: profiles/fine-grained.json
|
localhostProfile: profiles/fine-grained.json
|
||||||
containers:
|
containers:
|
||||||
- name: test-container
|
- name: test-container
|
||||||
image: hashicorp/http-echo:0.2.3
|
image: hashicorp/http-echo:1.0
|
||||||
args:
|
args:
|
||||||
- "-text=just made some syscalls!"
|
- "-text=just made some syscalls!"
|
||||||
securityContext:
|
securityContext:
|
||||||
|
|
|
@ -11,7 +11,7 @@ spec:
|
||||||
localhostProfile: profiles/violation.json
|
localhostProfile: profiles/violation.json
|
||||||
containers:
|
containers:
|
||||||
- name: test-container
|
- name: test-container
|
||||||
image: hashicorp/http-echo:0.2.3
|
image: hashicorp/http-echo:1.0
|
||||||
args:
|
args:
|
||||||
- "-text=just made some syscalls!"
|
- "-text=just made some syscalls!"
|
||||||
securityContext:
|
securityContext:
|
||||||
|
|
Loading…
Reference in New Issue