Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(argo-cd): gateway support #2965

Open
wants to merge 16 commits into
base: main
Choose a base branch
from

Commits on Jul 9, 2024

  1. feat(argo-cd): Add Gateway API support

    Signed-off-by: Petr Drastil <[email protected]>
    pdrastil committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    0117c1c View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2024

  1. Configuration menu
    Copy the full SHA
    b5b6099 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. feat(argo-cd): update Chart.yaml version to 7.7.0

    Signed-off-by: Tristan Duverger <[email protected]>
    tduverge authored and Tristan Duverger committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    650c4e0 View commit details
    Browse the repository at this point in the history
  2. feat(argo-cd): disable gatewayAPI route by default

    Signed-off-by: Tristan Duverger <[email protected]>
    tduverge authored and Tristan Duverger committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    5d0a8a2 View commit details
    Browse the repository at this point in the history
  3. feat(argo-cd): add gateway creation and gke objects

    Signed-off-by: Tristan Duverger <[email protected]>
    tduverge authored and Tristan Duverger committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    59c226c View commit details
    Browse the repository at this point in the history
  4. feat(argo-cd): support references in spec

    Signed-off-by: Tristan Duverger <[email protected]>
    tduverge authored and Tristan Duverger committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    a8d4216 View commit details
    Browse the repository at this point in the history
  5. ref(argo-cd): using default value for gateway name

    Signed-off-by: Tristan Duverger <[email protected]>
    tduverge authored and Tristan Duverger committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    44377b3 View commit details
    Browse the repository at this point in the history
  6. doc(argo-cd): generate documentation

    Signed-off-by: Tristan Duverger <[email protected]>
    tduverge authored and Tristan Duverger committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    6e88266 View commit details
    Browse the repository at this point in the history
  7. doc(argo-cd): add changelogs

    Signed-off-by: Tristan Duverger <[email protected]>
    tduverge authored and Tristan Duverger committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    0b5b4d8 View commit details
    Browse the repository at this point in the history
  8. feat(argo-cd): add gateway namespace configuration

    Signed-off-by: Tristan Duverger <[email protected]>
    tduverge authored and Tristan Duverger committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    7429937 View commit details
    Browse the repository at this point in the history
  9. feat(argo-cd): setting gateway resources namespace from tpl "argo-cd.…

    …namespace"
    
    Signed-off-by: Tristan Duverger <[email protected]>
    tduverge authored and Tristan Duverger committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    4ec0b60 View commit details
    Browse the repository at this point in the history
  10. Merge remote-tracking branch 'origin/main' into feature/gateway-api

    # Conflicts:
    #	charts/argo-cd/Chart.yaml
    Tristan Duverger committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    cd7f480 View commit details
    Browse the repository at this point in the history
  11. feat(argo-cd): remove trailing spaces to pass script lint

    Signed-off-by: Tristan Duverger <[email protected]>
    tduverge authored and Tristan Duverger committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    68abeeb View commit details
    Browse the repository at this point in the history
  12. fix(argo-cd): wrong port or health check on argo server

    Signed-off-by: Tristan Duverger <[email protected]>
    tduverge authored and Tristan Duverger committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    281e031 View commit details
    Browse the repository at this point in the history
  13. fix(argo-cd): invalid reference to ingress in gateway route

    Signed-off-by: Tristan Duverger <[email protected]>
    tduverge authored and Tristan Duverger committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    4d06899 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. fix(argo-cd): remove useless key in ingress

    Signed-off-by: Tristan Duverger <[email protected]>
    tduverge authored and Tristan Duverger committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    b51c851 View commit details
    Browse the repository at this point in the history