manifest.json 686 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "extensions": {
  3. "app-launcher": {
  4. "repo": "krumIO/krum-rancher-extensions",
  5. "branch": "gh-pages",
  6. "versions": [
  7. "0.1.34",
  8. "0.2.2"
  9. ]
  10. },
  11. "cloud-casa-extension": {
  12. "repo": "catalogicsoftware/cloudcasa-rancher-extension",
  13. "branch": "gh-pages",
  14. "versions": [
  15. "1.0.1"
  16. ]
  17. },
  18. "kamaji": {
  19. "repo": "clastix/rancher-extension-clastix",
  20. "branch": "gh-pages",
  21. "versions": [
  22. "0.1.2",
  23. "0.2.0"
  24. ]
  25. },
  26. "nutanix": {
  27. "repo": "nutanix-cloud-native/nutanix-rancher-extension",
  28. "branch": "gh-pages",
  29. "versions": [
  30. "1.0.0"
  31. ]
  32. }
  33. }
  34. }