Skip to content

Commit

Permalink
Merge pull request #91 from erikgb/bump-k8s
Browse files Browse the repository at this point in the history
build(deps): finalize bump to Kubernetes 1.28
  • Loading branch information
ymmt2005 authored Sep 29, 2023
2 parents 0f44952 + e338a6d commit 6cd77bf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ jobs:
strategy:
matrix:
k8s-version:
- v1.25.11 # renovate: kindest/node
- v1.26.6 # renovate: kindest/node
- v1.27.3 # renovate: kindest/node
- v1.28.0 # renovate: kindest/node
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion aqua.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ registries:
- type: standard
ref: v4.23.0 # renovate: depName=aquaproj/aqua-registry
packages:
- name: kubernetes/kubectl@v1.27.3
- name: kubernetes/kubectl@v1.28.2
- name: kubernetes-sigs/[email protected]
- name: kubernetes-sigs/kustomize@kustomize/v5.1.0
- name: kubernetes-sigs/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion e2e/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
KUBERNETES_VERSION = v1.27.3 # renovate: kindest/node
KUBERNETES_VERSION = v1.28.0 # renovate: kindest/node

KUBECTL_ACCURATE := $(dir $(shell pwd))/bin/kubectl-accurate
KUBECONFIG := $(shell pwd)/.kubeconfig
Expand Down

0 comments on commit 6cd77bf

Please sign in to comment.