Skip to content

Commit

Permalink
fix: remove helm chart except Chart.yaml (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
prsnca authored Dec 5, 2024
1 parent 17d6478 commit f997196
Show file tree
Hide file tree
Showing 11 changed files with 1 addition and 692 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
id: get-tag
uses: WyriHaximus/[email protected]
with:
fallback: v1.22.1
fallback: v1.69.0

- name: Get version
id: get-version
Expand All @@ -31,7 +31,6 @@ jobs:
with:
cmd: |
yq e -i '.version = "${{ steps.get-version.outputs.version }}"' ./helm/runtime-sensor/Chart.yaml
yq e -i '.sensor.image.tag = "${{ steps.get-version.outputs.version }}"' ./helm/runtime-sensor/values.yaml
- name: Configure Git
run: |
Expand Down
25 changes: 0 additions & 25 deletions helm/runtime-sensor/.helmignore

This file was deleted.

2 changes: 0 additions & 2 deletions helm/runtime-sensor/templates/NOTES.txt

This file was deleted.

87 changes: 0 additions & 87 deletions helm/runtime-sensor/templates/_helpers.tpl

This file was deleted.

29 changes: 0 additions & 29 deletions helm/runtime-sensor/templates/clusterrole.yaml

This file was deleted.

17 changes: 0 additions & 17 deletions helm/runtime-sensor/templates/clusterrolebinding.yaml

This file was deleted.

106 changes: 0 additions & 106 deletions helm/runtime-sensor/templates/daemonset.yaml

This file was deleted.

28 changes: 0 additions & 28 deletions helm/runtime-sensor/templates/secretproviderclass.yaml

This file was deleted.

13 changes: 0 additions & 13 deletions helm/runtime-sensor/templates/serviceaccount.yaml

This file was deleted.

Loading

0 comments on commit f997196

Please sign in to comment.