Skip to content
Snippets Groups Projects
  1. May 26, 2021
  2. Apr 22, 2021
  3. Mar 29, 2021
  4. Feb 26, 2021
  5. Feb 15, 2021
  6. Feb 12, 2021
  7. Feb 05, 2021
  8. Jan 12, 2021
  9. Jan 05, 2021
  10. Dec 18, 2020
  11. Dec 14, 2020
  12. Dec 11, 2020
    • Michael Bridgen's avatar
      Add subcommands for image-repository · b66bdec6
      Michael Bridgen authored
      
      This adds all the standard subcommands for the ImageRepository type.
      
      Following `source`, I have put them under a namespace: `auto`,
      referring to automation.
      
      NB For `create` I use controllerutil.CreateOrUpdate, which looks to me
      like a slightly more rounded version of the upsert* funcs.
      
      Signed-off-by: default avatarMichael Bridgen <michael@weave.works>
      b66bdec6
  13. Dec 10, 2020
    • Hidde Beydals's avatar
      Use rel filepath in auto generated kustomization · 7a5b9e29
      Hidde Beydals authored
      
      This works around another bug on Windows platforms that would cause the
      kustomize-controller to choke on the kustomization.yaml generated by the
      bootstrap command due to the filepath being in a Windows format.
      
      By using `filepath.Rel`, the output is _just_ the filename for files
      relative to the bootstrap path, which is at the moment sufficient to
      make it work.
      
      Signed-off-by: default avatarHidde Beydals <hello@hidde.co>
      7a5b9e29
  14. Nov 26, 2020
  15. Nov 02, 2020
  16. Oct 27, 2020
  17. Oct 17, 2020
  18. Oct 15, 2020
  19. Oct 13, 2020
  20. Oct 04, 2020
  21. Sep 30, 2020
  22. Sep 29, 2020
  23. Sep 23, 2020
  24. Sep 22, 2020
  25. Sep 15, 2020
  26. Sep 01, 2020
  27. Jul 22, 2020
  28. Jul 21, 2020
  29. Jul 17, 2020
    • stefanprodan's avatar
      Use semver manifests as kustomize base · b92cbcd7
      stefanprodan authored
      Instead of cloning the components repositories to download the base manifests, we build them in CI at release time and download them in tk install/bootstrap based on the provided semver. This speeds up the manifests generation from minutes to milliseconds.
      b92cbcd7
  30. Jun 23, 2020
  31. Jun 09, 2020
Loading