Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
Run e2e against v1.22.0-rc.0
Browse files Browse the repository at this point in the history
The kubectl version and helmrelease CRD from our test scaffold needed to
be upgraded. I have not been able to test against the release candidate
until now, only by hand smoke testing. These changes allow e2e to pass,
given there is a satisfactory version of Kubernetes cluster prepared.

After the release of v1.22.0 final, Kind will be updated, and the review
machinery for PRs can be updated to run against the new version as well.

In the mean time, I have prepared a v1.22.0-rc.0 cluster with Kubeadm
release candidate and Weave Net, which shows the e2e passing locally.

Signed-off-by: Kingdon Barrett <[email protected]>
  • Loading branch information
yebyen committed Aug 1, 2021
1 parent dcbef57 commit d054673
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docker/kubectl.version
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
KUBECTL_VERSION=v1.18.9
KUBECTL_CHECKSUM_amd64=e3a5cb14ac277959254dd64bfa0f5d6f09ce338d3bef9865bd5fa1cf828d56468de4d92a03b538042b6d13703403e1f54a54df574f2a12e9800da19939445eb0
KUBECTL_VERSION=v1.22.0-rc.0
KUBECTL_CHECKSUM_amd64=7089d702765c474cbf365fd92190d69e3e461b8d880ebceb20d3e1bddd112f387f74b1c85f8c90639984e7fb033539d89ef1f8bb6b753dbe87fd593cae7e489b
KUBECTL_CHECKSUM_arm=ccad978695621a924053845e2f34c222e556f642310c6851094f75b70807e08a0d72d5fa95f54dc7a9b28b595c308c196c7a515f62d792cfe67f278fcbc05fdf
KUBECTL_CHECKSUM_arm64=938dc3b603234bf76da08a2b29fd6e58d2effccc91139afb2ce33afff75f42fe62e430eab5a1e5a239d20eb817cf2ca13251e9dff4ac7d4efdece412b0b72e31
2 changes: 1 addition & 1 deletion test/e2e/lib/install.bash
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function uninstall_tiller() {
kubectl --namespace kube-system delete sa tiller
}

HELMRELEASE_CRD_URL=https://raw.githubusercontent.com/fluxcd/helm-operator/v1.0.0-rc4/deploy/flux-helm-release-crd.yaml
HELMRELEASE_CRD_URL=https://raw.githubusercontent.com/fluxcd/helm-operator/v1.4.0/deploy/crds.yaml

function install_flux_with_helm() {

Expand Down

0 comments on commit d054673

Please sign in to comment.