Skip to content

Commit 1307b60

Browse files
authored
Merge pull request #3481 from CecileRobertMichon/update-ubuntu-images
Use Ubuntu 22.04 as base OS image for k8s CI tests
2 parents 2532012 + e0af706 commit 1307b60

File tree

10 files changed

+15
-15
lines changed

10 files changed

+15
-15
lines changed

templates/test/ci/cluster-template-prow-ci-version.yaml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

templates/test/ci/cluster-template-prow-machine-pool-ci-version.yaml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

templates/test/ci/patches/control-plane-image-ci-version.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ spec:
1111
marketplace:
1212
publisher: cncf-upstream
1313
offer: capi
14-
sku: ubuntu-1804-gen1
14+
sku: ubuntu-2204-gen1
1515
version: latest

templates/test/ci/prow-ci-version/patches/machine-deployment-ci-version.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ spec:
1111
marketplace:
1212
publisher: cncf-upstream
1313
offer: capi
14-
sku: ubuntu-1804-gen1
14+
sku: ubuntu-2204-gen1
1515
version: "latest"

templates/test/ci/prow-machine-pool-ci-version/patches/machine-pool-ci-version.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,5 +91,5 @@ spec:
9191
marketplace:
9292
publisher: cncf-upstream
9393
offer: capi
94-
sku: ubuntu-1804-gen1
94+
sku: ubuntu-2204-gen1
9595
version: latest

templates/test/dev/cluster-template-custom-builds-machine-pool.yaml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

templates/test/dev/cluster-template-custom-builds.yaml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

templates/test/dev/custom-builds-machine-pool/patches/custom-builds.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,5 @@ spec:
4747
marketplace:
4848
publisher: cncf-upstream
4949
offer: capi
50-
sku: ubuntu-1804-gen1
50+
sku: ubuntu-2204-gen1
5151
version: latest

templates/test/dev/custom-builds/patches/machine-deployment-pr-version.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ spec:
1111
marketplace:
1212
publisher: cncf-upstream
1313
offer: capi
14-
sku: ubuntu-1804-gen1
14+
sku: ubuntu-2204-gen1
1515
version: latest
1616
---
1717
apiVersion: infrastructure.cluster.x-k8s.io/v1beta1
@@ -27,7 +27,7 @@ spec:
2727
marketplace:
2828
publisher: cncf-upstream
2929
offer: capi
30-
sku: ubuntu-1804-gen1
30+
sku: ubuntu-2204-gen1
3131
version: latest
3232
---
3333
apiVersion: controlplane.cluster.x-k8s.io/v1beta1

templates/test/dev/patches/control-plane-custom-builds.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,5 +87,5 @@ spec:
8787
marketplace:
8888
publisher: cncf-upstream
8989
offer: capi
90-
sku: ubuntu-1804-gen1
90+
sku: ubuntu-2204-gen1
9191
version: latest

0 commit comments

Comments
 (0)