Skip to content

Commit b4d6ab5

Browse files
authored
Testing helm repository release workflow (#25)
* Updated chart version and chart-releaser versions * removed whitespace
1 parent eb8132d commit b4d6ab5

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
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

@@ -20,7 +20,7 @@ jobs:
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:

kubernetes-monitoring/mgmtagent_helm/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

kubernetes-monitoring/mgmtagent_helm/templates/mgmtagent_cluster_role.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ rules:
4343
- watch
4444

4545
---
46-
4746
kind: ClusterRoleBinding
4847
apiVersion: rbac.authorization.k8s.io/v1
4948
metadata:

0 commit comments

Comments
 (0)