Skip to content

Commit

Permalink
update e2e ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mallardduck committed Sep 27, 2024
1 parent a08ee75 commit ce1193b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
matrix:
k3s_version:
# k3d version list k3s | sed 's/+/-/' | sort -h
- ${{ github.event.inputs.k3s_version || 'v1.28.4-k3s2' }}
- ${{ github.event.inputs.k3s_version || 'v1.28.14-k3s1' }}
steps:
-
uses: actions/checkout@v3
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/e2e/scripts/install-monitoring.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ helm version
helm repo add ${HELM_REPO} https://charts.rancher.io
helm repo update

echo "Create required \`cattle-fleet-system\` namespace"
kubectl create namespace cattle-fleet-system

echo "Installing rancher monitoring crd with :\n"

helm search repo ${HELM_REPO}/rancher-monitoring-crd --versions --max-col-width=0 | head -n 2
Expand Down

0 comments on commit ce1193b

Please sign in to comment.