diff --git a/build-trigger-cronjob.yaml b/build-trigger-cronjob.yaml index 053fd39..0d1fd4b 100644 --- a/build-trigger-cronjob.yaml +++ b/build-trigger-cronjob.yaml @@ -139,12 +139,12 @@ spec: restartPolicy: Never containers: - name: trigger - image: bitnami/kubectl:latest + image: alpine/k8s:1.28.13 command: ["/bin/bash"] args: - -c - | - apk add --no-cache git bash + apk add --no-cache git bash curl /scripts/trigger-build.sh volumeMounts: - name: script