Commit 28b25e33 authored by Mike Terhar's avatar Mike Terhar
Browse files

Updated the build image

newer Kubernetes and helm versions to match 
activities targeting the 1.16 k3s service
parent 8350cfdd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,8 +7,8 @@ workflow:
variables:
  DOCKER_DRIVER: overlay2

  HELM_VERSION: 2.16.9
  KUBERNETES_VERSION: 1.13.12
  HELM_VERSION: 3.3.1
  KUBERNETES_VERSION: 1.16.7
  GLIBC_VERSION: 2.31-r0

  BUILD_IMAGE_NAME: "$CI_REGISTRY_IMAGE/$CI_COMMIT_REF_SLUG:$CI_COMMIT_SHA"
+1 −1
Original line number Diff line number Diff line
@@ -351,7 +351,7 @@ test-deploy-deletes-old-postgres-if-opt-in:
    # test that the new postgres is up
    - ./test/verify-deployment-database production postgresql

test-deploy-k8s-1.14:
test-deploy-k8s-1.13.12:
  extends: test-deploy
  services:
    - name: registry.gitlab.com/gitlab-org/cluster-integration/test-utils/k3s-gitlab-ci/releases/v0.6.1