From 7e709610453cdcc18a073b441981fd4fb165cf57 Mon Sep 17 00:00:00 2001 From: Khurram Baig Date: Tue, 10 May 2022 17:17:41 +0530 Subject: [PATCH] Add Multiarch Image in Getting Started Curl in 'create-webhook.yaml' of getting started is quite old and only amd64. Changed it to official image 'curlimages/curl:latest' for multiarch support. --- docs/getting-started/create-webhook.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/create-webhook.yaml b/docs/getting-started/create-webhook.yaml index 910d0e7aa..e26bbe67d 100644 --- a/docs/getting-started/create-webhook.yaml +++ b/docs/getting-started/create-webhook.yaml @@ -31,7 +31,7 @@ spec: default: '[\"push\",\"pull_request\"]' steps: - name: create-webhook - image: pstauffer/curl:latest + image: curlimages/curl:latest volumeMounts: - name: github-secret mountPath: /var/secret