Skip to content

Commit d9aa69f

Browse files
committed
bump to new versions:
- circleci/[email protected] - circleci/[email protected] - machine image ubuntu-2204:current - minikube v1.31.2 - latests kubernetes versions
1 parent 1156ae2 commit d9aa69f

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

.circleci/config.yml

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ version: 2.1
33
# Add additional CircleCI Orbs dependencies
44
orbs:
55
# https://circleci.com/orbs/registry/orb/circleci/kubernetes
6-
kubernetes: circleci/kubernetes@0.11.0
6+
kubernetes: circleci/kubernetes@1.3.1
77
# https://circleci.com/orbs/registry/orb/circleci/helm
8-
helm: circleci/helm@1.1.1
8+
helm: circleci/helm@3.0.0
99
# https://circleci.com/orbs/registry/orb/ccpgames/minikube
1010
minikube: ccpgames/[email protected]
1111

@@ -21,13 +21,13 @@ jobs:
2121
resource_class: large
2222
machine:
2323
# 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
2525
steps:
2626
- checkout
2727
- kubernetes/install
2828
- minikube/minikube-install:
2929
# https://github.com/kubernetes/minikube/releases
30-
version: v1.29.0
30+
version: v1.31.2
3131
- run:
3232
name: Install Helm v3
3333
command: curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash
@@ -63,9 +63,10 @@ workflows:
6363
parameters:
6464
# https://kubernetes.io/releases
6565
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"
6970
# Run periodic nightly Helm tests to ensure there are no regressions
7071
e2e-nightly:
7172
jobs:
@@ -74,9 +75,10 @@ workflows:
7475
parameters:
7576
# https://kubernetes.io/releases
7677
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"
8082
triggers:
8183
- schedule:
8284
cron: "0 1 * * *"

0 commit comments

Comments
 (0)