Skip to content

Commit 5b3ac41

Browse files
committed
ci: Bump e2e to k8s 1.34
Signed-off-by: Andrea Mazzotti <[email protected]>
1 parent a1348d0 commit 5b3ac41

File tree

21 files changed

+45
-51
lines changed

21 files changed

+45
-51
lines changed

.github/workflows/run-e2e-suite.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,7 @@ env:
4747
AWS_SSH_KEY_NAME: ${{ secrets.AWS_SSH_KEY_NAME }}
4848
# GCP Credentials and Configuration
4949
GCP_PROJECT: ${{ secrets.GCP_PROJECT }}
50-
GCP_REGION: ${{ secrets.GCP_REGION }}
5150
GCP_NETWORK_NAME: ${{ secrets.GCP_NETWORK_NAME }}
52-
GCP_IMAGE_ID: ${{ secrets.GCP_IMAGE_ID }}
5351
CAPG_ENCODED_CREDS: ${{ secrets.CAPG_ENCODED_CREDS }}
5452
# Azure Credentials
5553
AZURE_SUBSCRIPTION_ID: ${{ secrets.AZURE_SUBSCRIPTION_ID }}

.github/workflows/run-vsphere-tests.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ env:
1212
VSPHERE_DATACENTER: ${{ secrets.VSPHERE_DATACENTER }}
1313
VSPHERE_DATASTORE: ${{ secrets.VSPHERE_DATASTORE }}
1414
VSPHERE_FOLDER: ${{ secrets.VSPHERE_FOLDER }}
15-
VSPHERE_TEMPLATE: ${{ secrets.VSPHERE_TEMPLATE }}
1615
VSPHERE_NETWORK: ${{ secrets.VSPHERE_NETWORK }}
1716
VSPHERE_RESOURCE_POOL: ${{ secrets.VSPHERE_RESOURCE_POOL }}
1817
VSPHERE_USERNAME: ${{ secrets.VSPHERE_USERNAME }}

charts/rancher-turtles/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ keywords:
1414
annotations:
1515
catalog.cattle.io/certified: rancher
1616
catalog.cattle.io/display-name: Rancher Turtles
17-
catalog.cattle.io/kube-version: ">= 1.31.4-0 < 1.34.0-0"
17+
catalog.cattle.io/kube-version: ">= 1.31.4-0 < 1.35.0-0"
1818
catalog.cattle.io/namespace: cattle-turtles-system
1919
catalog.cattle.io/os: linux
2020
catalog.cattle.io/permits-os: linux

charts/rancher-turtles/questions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ questions:
3232
label: Remove cert-manager
3333
group: "Rancher Turtles Features Settings"
3434
- variable: kubectlImage
35-
default: "registry.k8s.io/kubernetes/kubectl:v1.32.3"
35+
default: "registry.k8s.io/kubernetes/kubectl:v1.34.1"
3636
description: "Specify the image to use when running kubectl in jobs."
3737
type: string
3838
label: Kubectl Image

charts/rancher-turtles/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ imagePullSecrets: []
2828
# rancherInstalled: True if Rancher already installed is in the cluster, this is the preferred installation way.
2929
rancherInstalled: true
3030
# kubectlImage: Image for kubectl tasks.
31-
kubectlImage: registry.k8s.io/kubernetes/kubectl:v1.32.3
31+
kubectlImage: registry.k8s.io/kubernetes/kubectl:v1.34.1
3232
# shellImage: Image for shell tasks.
3333
shellImage: rancher/kuberlr-kubectl:v5.0.0
3434
# features: Optional and experimental features.

examples/clusterclasses/aws/eks/clusterclass-eks-example.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ spec:
7272
controlPlane: true
7373
jsonPatches:
7474
- op: add
75-
enabledIf: '{{ ne .eksClusterName }}'
7675
path: /spec/template/spec/eksClusterName
7776
valueFrom:
7877
variable: eksClusterName
@@ -81,7 +80,6 @@ spec:
8180
valueFrom:
8281
variable: region
8382
- op: add
84-
enabledIf: '{{ ne .sshKeyName }}'
8583
path: /spec/template/spec/sshKeyName
8684
valueFrom:
8785
variable: sshKeyName
@@ -105,7 +103,6 @@ spec:
105103
- default-worker
106104
jsonPatches:
107105
- op: add
108-
enabledIf: '{{ ne .sshKeyName }}'
109106
path: /spec/template/spec/sshKeyName
110107
valueFrom:
111108
variable: sshKeyName

examples/clusterclasses/aws/kubeadm/clusterclass-kubeadm-example.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -208,13 +208,6 @@ spec:
208208
template:
209209
spec:
210210
kubeadmConfigSpec:
211-
clusterConfiguration:
212-
apiServer:
213-
extraArgs:
214-
cloud-provider: external
215-
controllerManager:
216-
extraArgs:
217-
cloud-provider: external
218211
initConfiguration:
219212
nodeRegistration:
220213
kubeletExtraArgs:

examples/clusterclasses/azure/kubeadm/clusterclass-kubeadm-example.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,12 +265,10 @@ spec:
265265
kubeadmConfigSpec:
266266
clusterConfiguration:
267267
apiServer:
268-
extraArgs: {}
269268
timeoutForControlPlane: 20m
270269
controllerManager:
271270
extraArgs:
272271
allocate-node-cidrs: "false"
273-
cloud-provider: external
274272
cluster-name: "TO_BE_REPLACED_BY_PATCH"
275273
etcd:
276274
local:

examples/clusterclasses/docker/rke2/clusterclass-docker-rke2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ metadata:
172172
spec:
173173
template:
174174
spec:
175-
customImage: kindest/node:v1.32.8
175+
customImage: kindest/node:v1.34.0
176176
bootstrapTimeout: 15m
177177
---
178178
apiVersion: bootstrap.cluster.x-k8s.io/v1beta1

examples/clusterclasses/gcp/kubeadm/clusterclass-kubeadm-example.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -194,11 +194,8 @@ spec:
194194
clusterConfiguration:
195195
apiServer:
196196
timeoutForControlPlane: 20m
197-
extraArgs:
198-
cloud-provider: external
199197
controllerManager:
200198
extraArgs:
201-
cloud-provider: external
202199
allocate-node-cidrs: "false"
203200
initConfiguration:
204201
nodeRegistration:

0 commit comments

Comments
 (0)