Skip to content

Commit ab86691

Browse files
authored
Merge pull request #1048 from replicatedhq/laverya/backout-k8s-1.20
revert addition of k8s 1.20.2
2 parents d05301c + 589f1a9 commit ab86691

6 files changed

Lines changed: 1 addition & 105 deletions

File tree

packages/kubernetes/1.20.2/Manifest

Lines changed: 0 additions & 10 deletions
This file was deleted.

scripts/Manifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ REPLICATED_APP_URL=https://replicated.app
55
KURL_UTIL_IMAGE=replicated/kurl-util:alpha
66
KURL_BIN_UTILS_FILE=
77
# STEP_VERSIONS array is generated by the server and injected at runtime based on supported k8s versions
8-
STEP_VERSIONS=("" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "1.15.3" "1.16.4" "1.17.13" "1.18.10" "1.19.7" "1.20.2")
8+
STEP_VERSIONS=("" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "1.15.3" "1.16.4" "1.17.13" "1.18.10" "1.19.7")
99
INSTALLER_YAML=

testgrid/tgrun/pkg/instances/k8s1202.go

Lines changed: 0 additions & 45 deletions
This file was deleted.

testgrid/tgrun/pkg/instances/k8s1202_containerd_rook_block.go

Lines changed: 0 additions & 47 deletions
This file was deleted.

web/src/installers/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,6 @@ export class Installer {
593593
"1.15.2",
594594
"1.15.1",
595595
"1.15.0",
596-
"1.20.2",
597596
],
598597
docker: [
599598
"19.03.10",

web/src/test/installers.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -794,7 +794,6 @@ spec:
794794
expect(out[17]).to.equal("1.17.13");
795795
expect(out[18]).to.equal("1.18.10");
796796
expect(out[19]).to.equal("1.19.7");
797-
expect(out[20]).to.equal("1.20.2");
798797
});
799798
});
800799

0 commit comments

Comments
 (0)