Skip to content

Commit

Permalink
Replace images with ones that support ARM64 (#11370)
Browse files Browse the repository at this point in the history
Signed-off-by: Artem Glazychev <artem.glazychev@xored.com>
  • Loading branch information
glazychev-art authored Mar 7, 2024
1 parent f69d6a8 commit 2618cef
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ jobs:
- name: Push update to the ${{ matrix.repository }}
working-directory: ${{ github.workspace }}/src/github.com/networkservicemesh/${{ matrix.repository }}
run: |
sed -r -i 's/sha = "[a-z0-9]*"/sha = "tags\/${{ needs.get-tag.outputs.tag }}"/g' extensions/base/suite.go
sed -r -i 's/sha = "[a-z0-9]*"/sha = "tags\/${{ needs.get-tag.outputs.tag }}"/g' extensions/base/suite.gen.go
git add -- .
echo Starting to update repositotry ${{ matrix.repository }}
if ! [ -n "$(git diff --cached --exit-code)" ]; then
Expand Down
2 changes: 1 addition & 1 deletion examples/features/policy-based-routing/client.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ metadata:
spec:
containers:
- name: nettools
image: travelping/nettools:1.10.1
image: aeciopires/nettools:1.0.0
imagePullPolicy: IfNotPresent
# simple `sleep` command would work
# but we need `trap` to be able to delete pods quckly
Expand Down
2 changes: 1 addition & 1 deletion examples/features/vl3-lb/finance-client.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
spec:
containers:
- name: nettools
image: travelping/nettools:1.10.1
image: aeciopires/nettools:1.0.0
imagePullPolicy: IfNotPresent
# simple `sleep` command would work
# but we need `trap` to be able to delete pods quckly
Expand Down
2 changes: 1 addition & 1 deletion examples/features/vl3-lb/finance-lb-patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
- name: NSM_PORT
value: "8080"
- name: NSM_TARGET_PORT
value: "80"
value: "8081"
- name: NSM_SELECTOR
value: "app:finance"
- name: NSM_NETWORK_SERVICES
Expand Down
6 changes: 3 additions & 3 deletions examples/features/vl3-lb/finance-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ spec:
spec:
containers:
- name: nginx
image: hashicorp/http-echo:alpine
image: hashicorp/http-echo:1.0
env:
- name: POD_NAME
valueFrom:
fieldRef:
fieldPath: metadata.name
args:
- "-text=Hello! I'm $(POD_NAME)"
- -listen=:80
- -listen=:8081
ports:
- containerPort: 80
- containerPort: 8081
2 changes: 1 addition & 1 deletion examples/features/webhook/client.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ metadata:
spec:
containers:
- name: nettools
image: travelping/nettools:1.10.1
image: aeciopires/nettools:1.0.0
imagePullPolicy: IfNotPresent
# simple `sleep` command would work
# but we need `trap` to be able to delete pods quckly
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ spec:
serviceAccountName: greeting-sa
containers:
- name: server
image: hashicorp/http-echo:alpine
image: hashicorp/http-echo:1.0
args:
- -text="hello world from istio"
- -listen=:9080
Expand Down
2 changes: 1 addition & 1 deletion examples/pss/use-cases/nginx/client.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
allowPrivilegeEscalation: false
capabilities:
drop: ["ALL"]
image: travelping/nettools:1.10.1
image: aeciopires/nettools:1.0.0
imagePullPolicy: IfNotPresent
# simple `sleep` command would work
# but we need `trap` to be able to delete pods quckly
Expand Down
11 changes: 5 additions & 6 deletions examples/spire/base/agent-daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,15 @@ spec:
initContainers:
- name: init
# This is a small image with wait-for-it, choose whatever image
# you prefer that waits for a service to be up. This image is built
# from https://github.com/lqhl/wait-for-it
image: gcr.io/spiffe-io/wait-for-it
# you prefer that waits for a service to be up.
# It is used by https://github.com/spiffe/spire-tutorials/blob/d27c579eb4f4e26f36f60373446c42c4ebd1e3da/k8s/quickstart/agent-daemonset.yaml#L27
image: cgr.dev/chainguard/wait-for-it
imagePullPolicy: IfNotPresent
args: ["-t", "30", "spire-server:8081"]
- name: init-bundle
# Additional init container with the same wait-for-it image to
# provide workaround for https://github.com/spiffe/spire/issues/3032
# Additional init container to provide workaround for https://github.com/spiffe/spire/issues/3032
# It checks if the bundle is in place and ready to be parsed or not.
image: gcr.io/spiffe-io/wait-for-it
image: alpine
imagePullPolicy: IfNotPresent
command: ['sh', '-c', "t=0; until [ -f /run/spire/bundle/bundle.crt 2>&1 ] || [ $t -eq 60 ]; do t=`expr $t + 1`; sleep 1; done"]
volumeMounts:
Expand Down
5 changes: 3 additions & 2 deletions external-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,17 @@ images:
- docker.io/coredns/coredns:1.8.3
- ghcr.io/spiffe/spire-agent:1.6.1
- ghcr.io/spiffe/spire-server:1.6.1
- gcr.io/spiffe-io/wait-for-it:latest
- cgr.dev/chainguard/wait-for-it:latest
- ghcr.io/spiffe/spire-controller-manager:0.2.2
- ghcr.io/spiffe/spiffe-csi-driver:0.2.3
- quay.io/metallb/speaker:v0.12.1
- quay.io/metallb/controller:v0.12.1
- docker.io/library/alpine:3.15.0
- docker.io/frolvlad/alpine-bash:latest
- docker.io/travelping/nettools:1.10.1
- docker.io/aeciopires/nettools:1.0.0
- k8s.gcr.io/e2e-test-images/jessie-dnsutils:1.3
- jaegertracing/all-in-one:1.36
- otel/opentelemetry-collector:0.35.0
- prom/prometheus:v2.37.0
- networkstatic/iperf3:latest
- hashicorp/http-echo:1.0

0 comments on commit 2618cef

Please sign in to comment.