Skip to content

Commit 55bf6ff

Browse files
authored
Merge pull request #381 from fluxcd/kubectl-v1.21.1
Update kubectl to v1.21.1
2 parents 56024c2 + 4f4106b commit 55bf6ff

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
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

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ WORKDIR /workspace
66

77
RUN apk add --no-cache ca-certificates curl
88

9-
RUN kubectl_ver=1.21.0 && \
9+
RUN kubectl_ver=1.21.1 && \
1010
arch=${TARGETPLATFORM:-linux/amd64} && \
1111
if [ "$TARGETPLATFORM" == "linux/arm/v7" ]; then arch="linux/arm"; fi && \
1212
curl -sL https://storage.googleapis.com/kubernetes-release/release/v${kubectl_ver}/bin/${arch}/kubectl \

config/testdata/impersonation/test.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ spec:
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

0 commit comments

Comments
 (0)