Merge pull request #43732 from dancer1325/UpdateMainBranch

Switch to newer image for hashicorp/http-echo in examples
pull/43743/head
Kubernetes Prow Robot 2023-10-30 05:48:26 +01:00 committed by GitHub
commit a1b238524d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -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:

View File

@ -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:

View File

@ -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:

View File

@ -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: