Skip to content

Commit

Permalink
ci: update install-chart ci k8s version (VictoriaMetrics#962)
Browse files Browse the repository at this point in the history
  • Loading branch information
Haleygo authored and Philipp Gniewosz committed Apr 16, 2024
1 parent d764404 commit d07df29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
strategy:
matrix:
chart: ${{ fromJSON(needs.get-changed-charts.outputs.charts) }}
k8s_version: ["v1.24.14", "v1.25.10", "v1.26.5", "v1.27.2"]
k8s_version: ["v1.25.10", "v1.26.14", "v1.27.11","1.28.7","1.29.2"]
fail-fast: false
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ helm uninstall victoria-metrics -n NAMESPACE

## Kubernetes compatibility versions

helm charts tested at kubernetes versions from 1.23 to 1.27.
helm charts tested at kubernetes versions from 1.25 to 1.29.

## List of Charts

Expand Down

0 comments on commit d07df29

Please sign in to comment.