Skip to content

Commit

Permalink
backup to previous komodor release
Browse files Browse the repository at this point in the history
  • Loading branch information
kmadel authored Aug 13, 2023
1 parent 3a07284 commit afbe1a7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/gke-create.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,10 @@ jobs:
env:
KOMODOR_API_KEY: ${{ secrets.KOMODOR_API_KEY }}
run: |
helm repo add komodorio https://helm-charts.komodor.io
helm repo add komodor https://helm-charts.komodor.io
helm repo update
helm upgrade --install k8s-watcher komodorio/k8s-watcher --set watcher.actions.basic=true --set watcher.actions.advanced=true \
helm upgrade --install k8s-watcher komodor/k8s-watcher --version 1.15.8 \
--set watcher.actions.basic=true --set watcher.actions.advanced=true \
--set watcher.actions.podExec=true --set metrics.enabled=true \
--set apiKey=$KOMODOR_API_KEY \
--set watcher.clusterName=default \
Expand Down

0 comments on commit afbe1a7

Please sign in to comment.