Skip to content

Commit

Permalink
Use most recent version of Rook, change local PV storage class name f…
Browse files Browse the repository at this point in the history
…or openebs
  • Loading branch information
rrpolanco committed May 8, 2023
1 parent b1e3053 commit 6d177a1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion testgrid/specs/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,7 @@
unsupportedOSIDs:
- rocky-91 # docker is not supported on rhel 9 variants
- name: Kubernetes-deprecations
cpu: 6
installerSpec:
kubernetes:
version: 1.27.x
Expand All @@ -391,7 +392,7 @@
openebs:
version: latest
isLocalPVEnabled: true
localPVStorageClassName: default
localPVStorageClassName: openebs
minio:
version: latest
registry:
Expand All @@ -402,6 +403,10 @@
version: latest
ekco:
version: latest
prometheus:
version: latest
rook:
version: 1.11.x
postInstallScript: |
echo "Running Kube No Trouble (kubent)"
kubent_latest_version="$(curl -sL "https://api.github.com/repos/doitintl/kube-no-trouble/releases/latest" | grep '"tag_name":' | sed -E 's/.*"([^"]+)".*/\1/')"
Expand Down

0 comments on commit 6d177a1

Please sign in to comment.