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