Skip to content

Commit

Permalink
Merge pull request #43732 from dancer1325/UpdateMainBranch
Browse files Browse the repository at this point in the history
Switch to newer image for hashicorp/http-echo in examples
  • Loading branch information
k8s-ci-robot authored Oct 30, 2023
2 parents e1016fe + 5f3b2c0 commit a1b2385
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion content/en/examples/pods/security/seccomp/ga/fine-pod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a1b2385

Please sign in to comment.