Skip to content

Commit dfc68e3

Browse files
authored
Merge pull request #140 from stackabletech/chore/update-k8s-versions
chore: update k8s platform versions
2 parents 48e0260 + fde5ad4 commit dfc68e3

1 file changed

Lines changed: 19 additions & 17 deletions

File tree

catalog/platforms.yaml

Lines changed: 19 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,11 @@ platforms:
99
name: "kind on replicated.com"
1010
provider: replicated
1111
versions:
12-
- "1.33.1"
13-
- "1.32.0"
14-
- "1.31.0"
15-
- "1.30.3"
12+
- "1.34.0"
13+
- "1.33.4"
14+
- "1.32.8"
15+
- "1.31.12"
16+
- "1.30.13"
1617
spec:
1718
distribution: kind
1819
instance-type: r1.xlarge
@@ -22,9 +23,9 @@ platforms:
2223
name: "Azure AKS on replicated.com"
2324
provider: replicated
2425
versions:
26+
- "1.33"
2527
- "1.32"
2628
- "1.31"
27-
- "1.30"
2829
spec:
2930
distribution: aks
3031
instance-type: Standard_D4S_v5
@@ -34,6 +35,8 @@ platforms:
3435
name: "Amazon AWS EKS on replicated.com"
3536
provider: replicated
3637
versions:
38+
- "1.34"
39+
- "1.33"
3740
- "1.32"
3841
- "1.31"
3942
- "1.30"
@@ -48,11 +51,9 @@ platforms:
4851
name: "Google GKE on replicated.com"
4952
provider: replicated
5053
versions:
54+
- "1.33"
5155
- "1.32"
5256
- "1.31"
53-
- "1.30"
54-
- "1.29"
55-
- "1.28"
5657
spec:
5758
distribution: gke
5859
instance-type: e2-standard-2
@@ -62,12 +63,13 @@ platforms:
6263
name: "Openshift on replicated.com"
6364
provider: replicated
6465
versions:
66+
- 4.20.0-okd
67+
- 4.19.0-okd
6568
- 4.18.0-okd
6669
- 4.17.0-okd
6770
- 4.16.0-okd
6871
- 4.15.0-okd
6972
- 4.14.0-okd
70-
- 4.13.0-okd
7173
spec:
7274
distribution: openshift
7375
instance-type: r1.large
@@ -77,10 +79,11 @@ platforms:
7779
name: "k3s on replicated.com"
7880
provider: replicated
7981
versions:
80-
- "1.33.1"
81-
- "1.32.1"
82-
- "1.31.5"
83-
- "1.30.9"
82+
- "1.34.1"
83+
- "1.33.5"
84+
- "1.32.9"
85+
- "1.31.13"
86+
- "1.30.14"
8487
spec:
8588
distribution: k3s
8689
instance-type: r1.large
@@ -90,10 +93,9 @@ platforms:
9093
name: "IONOS managed K8s"
9194
provider: ionos
9295
versions:
93-
- "1.32.5"
94-
- "1.31.4"
95-
- "1.30.8"
96-
- "1.29.12"
96+
- "1.33.3"
97+
- "1.32.6"
98+
- "1.31.9"
9799
spec:
98100
node-count: 3
99101
ram: 8192

0 commit comments

Comments
 (0)