manifest.json 603 B

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