Skip to content

Commit 62d277d

Browse files
authored
Merge pull request #58 from yellowhat/main
kepler(0.5.6): bump to release-0.7.8
2 parents 1b84dfa + 821b702 commit 62d277d

File tree

2 files changed

+10
-18
lines changed

2 files changed

+10
-18
lines changed

.github/workflows/integration_test.yml

Lines changed: 8 additions & 16 deletions
Original file line numberDiff line numberDiff 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: |

chart/kepler/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ annotations:
2222
url: https://keybase.io/bradmccoydev/pgp_keys.asc
2323
2424
type: application
25-
version: 0.5.5
26-
appVersion: release-0.7.2
25+
version: 0.5.6
26+
appVersion: release-0.7.8

0 commit comments

Comments
 (0)