Skip to content
Snippets Groups Projects
  1. Nov 17, 2022
  2. Nov 16, 2022
  3. Nov 13, 2022
  4. Nov 12, 2022
  5. Nov 10, 2022
  6. Nov 08, 2022
  7. Nov 05, 2022
  8. Oct 29, 2022
  9. Oct 28, 2022
  10. Oct 09, 2022
  11. Aug 25, 2022
    • James Smith's avatar
      Mark job pods not to use Istio's envoy sidecar (#18415) · 11659439
      James Smith authored
      * Mark job pods not to use Istio's envoy sidecar
      
      Istio injects sidecars into pods to implement mTLS between pods. Jobs
      usually don't know about this, so they don't signal the Envoy process
      to stop when the job finishes. Since at least one process is running
      in the pod, Kubernetes doesn't consider the job to be completed, so it
      lingers.
      
      By adding the `sidecar.istio.io/inject` annotation set to `"false"`,
      we let Istio know that it should not inject the sidecar. If Istio is
      not installed, then this has no impact.
      
      * Support arbitrary job annotations in the Helm chart
      
      Rather than focus on Istio, this allows arbitrary annotations for job pods.
      
      * Add in-line documentation for pod/job annotations
      11659439
    • Alex Nordlund's avatar
      63a5514b
  12. Aug 10, 2022
  13. May 14, 2022
  14. May 03, 2022
  15. Apr 12, 2022
  16. Feb 11, 2022
    • bobbyd0g's avatar
      Helm chart SSO support (#17205) · a131f06e
      bobbyd0g authored
      
      * Add SAML support
      
      * move extAuth below essential components
      
      * Add CAS, PAM, LDAP support
      
      * Add WEB_DOMAIN and S3_ALIAS_HOST support
      
      * SAML defaults aligned
      
      * Bump chart version
      
      * SSO & WEB_DOMAIN support added
      
      * Add OIDC support
      
      * Correct typo
      
      * Notice for OIDC support
      
      Co-authored-by: default avatarEugen Rochko <eugen@zeonfederated.com>
      a131f06e
  17. Feb 09, 2022
  18. Feb 03, 2022
  19. Feb 01, 2022
  20. Jan 09, 2022
  21. Nov 27, 2021
  22. Oct 14, 2021
Loading