File tree Expand file tree Collapse file tree 1 file changed +12
-10
lines changed Expand file tree Collapse file tree 1 file changed +12
-10
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ version: 2.1
3
3
# Add additional CircleCI Orbs dependencies
4
4
orbs :
5
5
# https://circleci.com/orbs/registry/orb/circleci/kubernetes
6
- kubernetes : circleci/kubernetes@0.11.0
6
+ kubernetes : circleci/kubernetes@1.3.1
7
7
# https://circleci.com/orbs/registry/orb/circleci/helm
8
- helm : circleci/helm@1.1.1
8
+ helm : circleci/helm@3.0.0
9
9
# https://circleci.com/orbs/registry/orb/ccpgames/minikube
10
10
minikube :
ccpgames/[email protected]
11
11
@@ -21,13 +21,13 @@ jobs:
21
21
resource_class : large
22
22
machine :
23
23
# Available images https://circleci.com/docs/2.0/configuration-reference/#available-machine-images
24
- image : ubuntu-2204:2022.10.2
24
+ image : ubuntu-2204:current
25
25
steps :
26
26
- checkout
27
27
- kubernetes/install
28
28
- minikube/minikube-install :
29
29
# https://github.com/kubernetes/minikube/releases
30
- version : v1.29.0
30
+ version : v1.31.2
31
31
- run :
32
32
name : Install Helm v3
33
33
command : curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash
@@ -63,9 +63,10 @@ workflows:
63
63
parameters :
64
64
# https://kubernetes.io/releases
65
65
kubernetes-version :
66
- - " v1.26.1"
67
- - " v1.25.5"
68
- - " v1.24.9"
66
+ - " v1.28.3"
67
+ - " v1.27.7"
68
+ - " v1.26.10"
69
+ - " v1.25.15"
69
70
# Run periodic nightly Helm tests to ensure there are no regressions
70
71
e2e-nightly :
71
72
jobs :
@@ -74,9 +75,10 @@ workflows:
74
75
parameters :
75
76
# https://kubernetes.io/releases
76
77
kubernetes-version :
77
- - " v1.26.1"
78
- - " v1.25.5"
79
- - " v1.24.9"
78
+ - " v1.28.3"
79
+ - " v1.27.7"
80
+ - " v1.26.10"
81
+ - " v1.25.15"
80
82
triggers :
81
83
- schedule :
82
84
cron : " 0 1 * * *"
You can’t perform that action at this time.
0 commit comments