Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/integration_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@ jobs:
run:
working-directory: ./chart/kepler
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4.2.2

- name: use kepler action for kind cluster build
uses: sustainable-computing-io/kepler-action@v0.0.7
uses: sustainable-computing-io/kepler-action@v0.0.10
with:
ebpfprovider: libbpf
cluster_provider: kind
local_dev_cluster_version: v0.0.5

- name: install helm
uses: azure/setup-helm@v4.1.0
uses: azure/setup-helm@v4

- name: helm lint
run: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
uses: actions/checkout@cbb722410c2e876e24abbe8de2cc27693e501dcb # v3
with:
fetch-depth: 0

Expand All @@ -24,7 +24,7 @@ jobs:
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"

- name: Install Helm
uses: azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # v3.5
uses: azure/setup-helm@b7246b12e77f7134dc2d460a3d5bad15bbe29390 # v4.1.0
with:
version: latest

Expand All @@ -43,7 +43,7 @@ jobs:
echo "CR_KEYRING=$SIGNING_KEY_PATH" >> "$GITHUB_ENV"

- name: Run chart-releaser
uses: helm/chart-releaser-action@be16258da8010256c6e82849661221415f031968 # v1.5.0
uses: helm/chart-releaser-action@a917fd15b20e8b64b94d9158ad54cd6345335584 # v1.6.0
with:
charts_dir: chart
config: cr.yaml
Expand Down