Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.10
version: 0.1.11

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

While bumping the chart version, please consider the following improvements for a production-ready chart: 1) Define an appVersion in Chart.yaml to track the application version. 2) Avoid latest image tags in values.yaml (e.g., lines 43, 379, 425) to ensure reproducible deployments. 3) Ensure the PR title includes a classification prefix (e.g., [Misc]) and the description checklist is completed as per the contribution guidelines.


maintainers:
- name: apostac
Expand Down
Loading