File tree Expand file tree Collapse file tree 2 files changed +10
-18
lines changed
Expand file tree Collapse file tree 2 files changed +10
-18
lines changed Original file line number Diff line number Diff line change @@ -16,34 +16,26 @@ jobs:
1616 cluster_provider : [kind, microshift]
1717 steps :
1818 - uses : actions/checkout@v4
19- - uses : actions/setup-go@v4
20- with :
21- go-version : 1.18
2219
2320 - name : use kepler action for kind cluster build
24- uses : sustainable-computing-io/kepler-action@v0.0.2
21+ uses : sustainable-computing-io/kepler-action@v0.0.5
2522 with :
26- ebpfprovider : bcc
23+ ebpfprovider : libbpf
2724 cluster_provider : ${{matrix.cluster_provider}}
25+ local_dev_cluster_version : v0.0.4
2826
2927 - name : install helm
30- run : |
31- curl https://baltocdn.com/helm/signing.asc | gpg --dearmor | sudo tee /usr/share/keyrings/helm.gpg > /dev/null
32- sudo apt-get install apt-transport-https --yes
33- echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/helm.gpg] https://baltocdn.com/helm/stable/debian/ all main" | sudo tee /etc/apt/sources.list.d/helm-stable-debian.list
34- sudo apt-get update
35- sudo apt-get install helm
36- sudo apt-get install tree
28+ uses : azure/setup-helm@v4.1.0
3729
3830 - name : helm lint
3931 run : |
40- helm lint . --debug
32+ helm lint . --debug
4133
4234 - name : deploy kepler using helm chart
4335 run : |
44- tree -a
45- helm install kepler . --values values.yaml --create-namespace --namespace kepler --dry-run --debug
46- helm install kepler . --values values.yaml --create-namespace --namespace kepler --debug
36+ tree -a
37+ helm install kepler . --values values.yaml --create-namespace --namespace kepler --dry-run --debug
38+ helm install kepler . --values values.yaml --create-namespace --namespace kepler --debug
4739
4840 - name : test if kepler is alive
4941 run : |
Original file line number Diff line number Diff line change @@ -22,5 +22,5 @@ annotations:
2222 url: https://keybase.io/bradmccoydev/pgp_keys.asc
2323
2424type : application
25- version : 0.5.5
26- appVersion : release-0.7.2
25+ version : 0.5.6
26+ appVersion : release-0.7.8
You can’t perform that action at this time.
0 commit comments