Skip to content

Commit

Permalink
Merge pull request #37 from consideRatio/pr/update-curl
Browse files Browse the repository at this point in the history
tests: use new curl image
  • Loading branch information
consideRatio authored Mar 27, 2024
2 parents 5e667eb + c8c3df1 commit 58a096c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions pebble/templates/tests/coredns-pod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ metadata:
spec:
initContainers:
- name: dns-lookup
image: curlimages/curl:7.82.0
image: quay.io/curl/curl:8.6.0
command: ["sh", "-c"]
args:
- >
set -ex &&
nslookup demo.test {{ $pebble_coredns_service_host }}
containers:
- name: completed
image: curlimages/curl:7.82.0
image: quay.io/curl/curl:8.6.0
command: ["sh", "-c"]
args:
- >
Expand Down
6 changes: 3 additions & 3 deletions pebble/templates/tests/pebble-pod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,22 @@ metadata:
spec:
initContainers:
- name: acme
image: curlimages/curl:7.82.0
image: quay.io/curl/curl:8.6.0
command: ["sh", "-c"]
args:
- >
set -ex &&
curl -vfk https://{{ $pebble_service_host }}/dir
- name: acme-mgmt
image: curlimages/curl:7.82.0
image: quay.io/curl/curl:8.6.0
command: ["sh", "-c"]
args:
- >
set -ex &&
curl -vfk https://{{ $pebble_service_host }}:8444/roots/0
containers:
- name: completed
image: curlimages/curl:7.82.0
image: quay.io/curl/curl:8.6.0
command: ["sh", "-c"]
args:
- >
Expand Down

0 comments on commit 58a096c

Please sign in to comment.