File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
kubernetes-monitoring/mgmtagent_helm Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Checkout
13- uses : actions/checkout@v2
13+ uses : actions/checkout@v3
1414 with :
1515 fetch-depth : 0
1616
2020 git config user.email "[email protected] " 2121
2222 - name : Run chart-releaser
23- uses : helm/chart-releaser-action@v1.1 .0
23+ uses : helm/chart-releaser-action@v1.5 .0
2424 with :
2525 charts_dir : kubernetes-monitoring
2626 env :
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ type: application
1515# This is the chart version. This version number should be incremented each time you make changes
1616# to the chart and its templates, including the app version.
1717# Versions are expected to follow Semantic Versioning (https://semver.org/)
18- version : 2.0.1
18+ version : 2.0.2
1919
2020# This is the version number of the application being deployed. This version number should be
2121# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change 4343 - watch
4444
4545---
46-
4746kind : ClusterRoleBinding
4847apiVersion : rbac.authorization.k8s.io/v1
4948metadata :
You can’t perform that action at this time.
0 commit comments