Skip to content

Commit

Permalink
[graphite] Ci cleanup (#8)
Browse files Browse the repository at this point in the history
* Cleanup ci to remove extra kind versions

* Update kind version cehcks

* Add names to checks
  • Loading branch information
iaacautomation authored Mar 15, 2024
1 parent ce01d60 commit 94723eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: .github/kubeconform.sh

test-chart:
# name: Test Helm Chart ${{ matrix.k8s }}
name: Test Helm Chart ${{ matrix.k8s }}
runs-on: ubuntu-latest
needs:
- kubeconform-chart
Expand All @@ -48,15 +48,10 @@ jobs:
- v1.21.14
- v1.22.17
- v1.23.17
- v1.24.15
- v1.24.17
- v1.24.15
- v1.25.16
- v1.25.11
- v1.26.14
- v1.26.6
- v1.27.11
- v1.27.3
- v1.28.7
- v1.29.2
steps:
Expand Down
2 changes: 1 addition & 1 deletion charts/graphite/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
version: 2.0.0
version: 2.0.1
appVersion: "1.1.10-5"
description: Graphite metrics server
name: graphite
Expand Down

0 comments on commit 94723eb

Please sign in to comment.