kerberos-io / helm-charts

All Kerberos.io helm charts in a single place
3 stars 1 forks source link

update to 0.64.0 + change ingress names #7

Closed cedricve closed 3 weeks ago

cedricve commented 3 weeks ago

Pull Request Description

Title: Update to 0.64.0 + Change Ingress Names

Motivation and Improvement:

  1. Version Update:

    • Chart Version: Incremented the chart version from 0.63.0 to 0.64.0 in charts/hub/Chart.yaml. This follows Semantic Versioning and reflects the updates and improvements made in this release. Keeping the version updated ensures clarity in tracking changes and deploying the correct version.
  2. Ingress Name Changes:

    • Purpose: The ingress names have been made more descriptive to avoid confusion and potential conflicts.
    • Changes:
      • In charts/hub/templates/kerberos-hub/hub-api.yaml: Changed the ingress name from oauth2-proxy to oauth2-proxy-api.
      • In charts/hub/templates/kerberos-hub/hub-frontend-demo.yaml: Changed the ingress name from oauth2-proxy to oauth2-proxy-frontend-demo.
      • In charts/hub/templates/kerberos-hub/hub-frontend.yaml: Changed the ingress name from oauth2-proxy to oauth2-proxy-frontend.
    • Benefits: These changes make the ingress names more specific to their respective components, improving readability and maintainability of the code. It also helps in better management and debugging of ingress resources in the Kubernetes environment.

Overall, these changes enhance the project's version management and improve the clarity and specificity of ingress resource naming, contributing to a more robust and maintainable codebase.