Skip to content

Commit

Permalink
Bump kindest/node to 1.27.3
Browse files Browse the repository at this point in the history
  • Loading branch information
shu-mutou committed Jun 16, 2023
1 parent 790766b commit 47df989
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-helm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- run: ct lint --config=charts/helm-chart/.helm-chart-testing.yaml
- uses: helm/kind-action@v1.7.0
with:
node_image: kindest/node:v1.27.2
node_image: kindest/node:v1.27.3
- run: kubectl apply --server-side -f https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v0.54.0/example/prometheus-operator-crd/monitoring.coreos.com_servicemonitors.yaml
- name: Run chart-testing (install)
run: ct install --config=charts/helm-chart/.helm-chart-testing.yaml
2 changes: 1 addition & 1 deletion hack/scripts/conf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ ARCH=$(uname | awk '{print tolower($0)}')
HEAPSTER_VERSION="v1.5.4"
HEAPSTER_PORT=8082
KIND_VERSION="v0.19.0"
K8S_VERSION="v1.27.2"
K8S_VERSION="v1.27.3"
KIND_BIN=${CACHE_DIR}/kind-${KIND_VERSION}

function ensure-cache {
Expand Down

0 comments on commit 47df989

Please sign in to comment.