diff --git a/.github/workflows/integration_test.yml b/.github/workflows/integration_test.yml index c084ab6..532b2fc 100644 --- a/.github/workflows/integration_test.yml +++ b/.github/workflows/integration_test.yml @@ -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/kepler-action@v0.0.2 + uses: sustainable-computing-io/kepler-action@v0.0.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/setup-helm@v4.1.0 - 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: | diff --git a/chart/kepler/Chart.yaml b/chart/kepler/Chart.yaml index 3701cc8..28de663 100644 --- a/chart/kepler/Chart.yaml +++ b/chart/kepler/Chart.yaml @@ -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