File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
config/testdata/impersonation Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 3535 - name : Setup Kubectl
3636 uses : fluxcd/pkg/actions/kubectl@main
3737 with :
38- version : 1.21.0
38+ version : 1.21.1
3939 - name : Override Kubebuilder kubectl
4040 run : sudo cp /usr/local/bin/kubectl /home/runner/work/kustomize-controller/kustomize-controller/kubebuilder/bin/kubectl
4141 - name : Run tests
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ WORKDIR /workspace
66
77RUN apk add --no-cache ca-certificates curl
88
9- RUN kubectl_ver=1.21.0 && \
9+ RUN kubectl_ver=1.21.1 && \
1010arch=${TARGETPLATFORM:-linux/amd64} && \
1111if [ "$TARGETPLATFORM" == "linux/arm/v7" ]; then arch="linux/arm" ; fi && \
1212curl -sL https://storage.googleapis.com/kubernetes-release/release/v${kubectl_ver}/bin/${arch}/kubectl \
Original file line number Diff line number Diff line change 6060 name : podinfo
6161 validation : client
6262 healthChecks :
63- - kind : Deployment
63+ - kind : Service
64+ apiVersion : v1
6465 name : podinfo
6566 namespace : impersonation
6667 timeout : 2m
You can’t perform that action at this time.
0 commit comments