-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a4f3b12
commit bfb759a
Showing
3 changed files
with
4 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,7 +51,7 @@ jobs: | |
uses: manusa/[email protected] | ||
if: steps.list-changed.outputs.changed == 'true' | ||
with: | ||
minikube version: v1.30.1 | ||
minikube version: v1.33.1 | ||
driver: docker | ||
kubernetes version: ${{ matrix.kubernetes-version }} | ||
github token: ${{ secrets.GITHUB_TOKEN }} | ||
|
@@ -66,13 +66,12 @@ jobs: | |
sudo cp ./dist/nri-prometheus-nix_linux_amd64/nri-prometheus ./bin/nri-prometheus | ||
DOCKER_BUILDKIT=1 docker build -t e2e/nri-prometheus:test . -f Dockerfile.dev | ||
minikube image load e2e/nri-prometheus:test | ||
kubectl create ns ct | ||
- name: Test install charts | ||
if: steps.list-changed.outputs.changed == 'true' | ||
run: ct install --namespace ct --config .github/ct.yaml --debug | ||
run: ct install --config .github/ct.yaml --debug | ||
- name: Test upgrade charts | ||
if: steps.list-changed.outputs.changed == 'true' | ||
run: ct install --namespace ct --config .github/ct.yaml --debug --upgrade | ||
run: ct install --config .github/ct.yaml --debug --upgrade | ||
|
||
static-analysis: | ||
name: Run all static analysis checks | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters