Skip to content
Merged
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,5 +195,5 @@ For implementation and configuration details, see the [README](https://charts.le

| Chart Version | Console Version |
| :---: | :---: |
| `2.1.0` | 1.5.0 |
| `2.2.0-beta.1` | 1.6.0 |
-----------------
9 changes: 7 additions & 2 deletions charts/product-console/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ maintainers:

# 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.
version: 2.1.0
version: 2.2.0-beta.1
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟠 Major

Use a stable chart version for this stable release.

2.2.0-beta.1 conflicts with the PR objective of promoting a stable 1.6.0 release to main. This may cause downstream consumers to treat this chart as prerelease-only.

Proposed fix
-version: 2.2.0-beta.1
+version: 2.2.0
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
version: 2.2.0-beta.1
version: 2.2.0
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@charts/product-console/Chart.yaml` at line 20, The Chart.yaml currently sets
a prerelease version "2.2.0-beta.1"; update the chart version field (version:)
in Chart.yaml to the stable release "1.6.0" so the chart is recognized as a
stable release and aligns with the PR objective promoting release 1.6.0 to main.


# This is the version number of the application being deployed.
appVersion: "1.5.0"
appVersion: "1.6.0"

# A list of keywords about the chart. This helps others discover the chart.
keywords:
Expand All @@ -33,6 +33,11 @@ keywords:
# The URL to an icon file for this chart. Or the icon data.
icon: https://avatars.githubusercontent.com/u/148895005?s=200&v=4

annotations:
artifacthub.io/images: |
- name: product-console
image: ghcr.io/lerianstudio/product-console:1.6.0
Comment thread
coderabbitai[bot] marked this conversation as resolved.
Outdated

dependencies:
- name: mongodb
version: "16.4.0"
Expand Down
2 changes: 1 addition & 1 deletion charts/product-console/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ image:
# -- Image pull policy
pullPolicy: IfNotPresent
# -- Image tag used for deployment (defaults to Chart.AppVersion)
tag: "1.5.0"
tag: "1.6.0"

# -- Secrets for pulling images from a private registry
imagePullSecrets: []
Expand Down
Loading