Skip to content

Commit

Permalink
attempt to fix kind in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
nhudson committed Nov 4, 2024
1 parent b0c965e commit e47bce8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/conductor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- uses: azure/setup-helm@v3
- uses: extractions/setup-just@v1
- name: Install kind
uses: helm/kind-action@v1.7.0
uses: helm/kind-action@v1
with:
install_only: true
- uses: dtolnay/rust-toolchain@stable
Expand Down
2 changes: 1 addition & 1 deletion conductor/justfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ install-operator:

install-kube-prometheus-stack:
kubectl create namespace monitoring || true
helm upgrade --install --namespace=monitoring monitoring prometheus-community/kube-prometheus-stack
helm upgrade --install --version 44.4.1 --namespace=monitoring monitoring prometheus-community/kube-prometheus-stack

install-cert-manager:
helm upgrade --install \
Expand Down

0 comments on commit e47bce8

Please sign in to comment.