Upgrade to 0.80.0 and change reference #34
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Pull Request Description: Upgrade to 0.80.0 and Change Reference
Motivation
This pull request aims to upgrade the chart version to 0.80.0 and update service references in the ingress configuration. These changes are motivated by the need to align with the new version of the application and improve the clarity and accuracy of service references within the configuration files.
Changes Made
Version Upgrade
charts/hub/Chart.yaml
from0.79.0
to0.80.0
. This version increment follows semantic versioning and reflects the recent changes made to the application.Service Reference Update
charts/hub/templates/admin/ingress.yaml
:hub-frontend-svc
toadmin-svc
for better accuracy and clarity.Why This Improves the Project
hub-frontend-svc
toadmin-svc
improves the clarity and accuracy of the configuration, reducing potential confusion and improving maintainability.Overall, these changes enhance the project's robustness, maintainability, and alignment with the latest application version.