Skip to content

Commit

Permalink
Merge pull request #3807 from uselagoon/testing/k8s_update
Browse files Browse the repository at this point in the history
chore: update k8s versions and upstream branch
  • Loading branch information
tobybellwood authored Sep 17, 2024
2 parents 3de4286 + 6dc6755 commit d9785a4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -392,15 +392,15 @@ compose-api-logs-development:

## CI targets

KUBECTL_VERSION := v1.30.1
HELM_VERSION := v3.15.2
K3D_VERSION = v5.6.3
KUBECTL_VERSION := v1.31.0
HELM_VERSION := v3.16.1
K3D_VERSION = v5.7.4
GOJQ_VERSION = v0.12.16
STERN_VERSION = v2.6.1
CHART_TESTING_VERSION = v3.11.0
K3D_IMAGE = docker.io/rancher/k3s:v1.30.1-k3s1
K3D_IMAGE = docker.io/rancher/k3s:v1.31.0-k3s1
TESTS = [nginx,api,features-kubernetes,bulk-deployment,features-kubernetes-2,features-variables,active-standby-kubernetes,tasks,drush,python,gitlab,github,bitbucket,services,workflows]
CHARTS_TREEISH = lagoon_v221
CHARTS_TREEISH = main
TASK_IMAGES = task-activestandby

# the name of the docker network to create
Expand Down
2 changes: 1 addition & 1 deletion k3d-calico.config.yaml.tpl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: k3d.io/v1alpha4
apiVersion: k3d.io/v1alpha5
kind: Simple
servers: 1
agents: 0
Expand Down
2 changes: 1 addition & 1 deletion k3d.config.yaml.tpl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: k3d.io/v1alpha4
apiVersion: k3d.io/v1alpha5
kind: Simple
servers: 1
agents: 0
Expand Down

0 comments on commit d9785a4

Please sign in to comment.