manifest.json 535 B

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