Skip to content

Commit

Permalink
Merge pull request #58 from yellowhat/main
Browse files Browse the repository at this point in the history
kepler(0.5.6): bump to release-0.7.8
  • Loading branch information
rootfs authored Mar 18, 2024
2 parents 1b84dfa + 821b702 commit 62d277d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 18 deletions.
24 changes: 8 additions & 16 deletions .github/workflows/integration_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,34 +16,26 @@ jobs:
cluster_provider: [kind, microshift]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: 1.18

- name: use kepler action for kind cluster build
uses: sustainable-computing-io/[email protected].2
uses: sustainable-computing-io/[email protected].5
with:
ebpfprovider: bcc
ebpfprovider: libbpf
cluster_provider: ${{matrix.cluster_provider}}
local_dev_cluster_version: v0.0.4

- name: install helm
run: |
curl https://baltocdn.com/helm/signing.asc | gpg --dearmor | sudo tee /usr/share/keyrings/helm.gpg > /dev/null
sudo apt-get install apt-transport-https --yes
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
sudo apt-get update
sudo apt-get install helm
sudo apt-get install tree
uses: azure/[email protected]

- name: helm lint
run: |
helm lint . --debug
helm lint . --debug
- name: deploy kepler using helm chart
run: |
tree -a
helm install kepler . --values values.yaml --create-namespace --namespace kepler --dry-run --debug
helm install kepler . --values values.yaml --create-namespace --namespace kepler --debug
tree -a
helm install kepler . --values values.yaml --create-namespace --namespace kepler --dry-run --debug
helm install kepler . --values values.yaml --create-namespace --namespace kepler --debug
- name: test if kepler is alive
run: |
Expand Down
4 changes: 2 additions & 2 deletions chart/kepler/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ annotations:
url: https://keybase.io/bradmccoydev/pgp_keys.asc
type: application
version: 0.5.5
appVersion: release-0.7.2
version: 0.5.6
appVersion: release-0.7.8

0 comments on commit 62d277d

Please sign in to comment.