Skip to content

Commit 0660ed9

Browse files
committed
chore: bump up KinD and K8s versions
1 parent 10390b5 commit 0660ed9

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ on:
2222
- LICENSE
2323
- NOTICE
2424
env:
25-
KIND_VERSION: v0.29.0
26-
KIND_IMAGE: kindest/node:v1.33.1@sha256:050072256b9a903bd914c0b2866828150cb229cea0efe5892e2b644d5dd3b34f
25+
KIND_VERSION: v0.30.0
26+
KIND_IMAGE: kindest/node:v1.34.0@sha256:7416a61b42b1662ca6ca89f02028ac133a309a2a30ba309614e8ec94d976dc5a
2727
permissions: {}
2828
concurrency:
2929
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/chart-testing.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ on:
1212
paths:
1313
- deploy/**
1414
env:
15-
KIND_VERSION: v0.29.0
16-
KIND_IMAGE: kindest/node:v1.33.1@sha256:050072256b9a903bd914c0b2866828150cb229cea0efe5892e2b644d5dd3b34f
15+
KIND_VERSION: v0.30.0
16+
KIND_IMAGE: kindest/node:v1.34.0@sha256:7416a61b42b1662ca6ca89f02028ac133a309a2a30ba309614e8ec94d976dc5a
1717
permissions: {}
1818
concurrency:
1919
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/private-registries.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ on:
2222
- LICENSE
2323
- NOTICE
2424
env:
25-
KIND_VERSION: v0.29.0
26-
KIND_IMAGE: kindest/node:v1.33.1@sha256:050072256b9a903bd914c0b2866828150cb229cea0efe5892e2b644d5dd3b34f
25+
KIND_VERSION: v0.30.0
26+
KIND_IMAGE: kindest/node:v1.34.0@sha256:7416a61b42b1662ca6ca89f02028ac133a309a2a30ba309614e8ec94d976dc5a
2727
permissions: {}
2828
concurrency:
2929
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/publish-helm-chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ env:
1212
HELM_REP: helm-charts
1313
GH_OWNER: aquasecurity
1414
CHART_DIR: deploy/helm
15-
KIND_VERSION: v0.29.0
16-
KIND_IMAGE: kindest/node:v1.33.1@sha256:050072256b9a903bd914c0b2866828150cb229cea0efe5892e2b644d5dd3b34f
15+
KIND_VERSION: v0.30.0
16+
KIND_IMAGE: kindest/node:v1.34.0@sha256:7416a61b42b1662ca6ca89f02028ac133a309a2a30ba309614e8ec94d976dc5a
1717
jobs:
1818
release:
1919
# this job will only run if the PR has been merged

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ on:
1010
tags:
1111
- "v*"
1212
env:
13-
KIND_VERSION: v0.29.0
14-
KIND_IMAGE: kindest/node:v1.33.1@sha256:050072256b9a903bd914c0b2866828150cb229cea0efe5892e2b644d5dd3b34f
13+
KIND_VERSION: v0.30.0
14+
KIND_IMAGE: kindest/node:v1.34.0@sha256:7416a61b42b1662ca6ca89f02028ac133a309a2a30ba309614e8ec94d976dc5a
1515
jobs:
1616
tests:
1717
name: Run tests

0 commit comments

Comments
 (0)