Skip to content
Closed
Show file tree
Hide file tree
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
6 changes: 3 additions & 3 deletions charts/console-rapid/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dependencies:
- name: controller
repository: file://../controller
version: 0.0.209
version: 0.0.210
- name: flux2
repository: https://fluxcd-community.github.io/helm-charts
version: 2.14.1
Expand All @@ -11,5 +11,5 @@ dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
version: 2.34.0
digest: sha256:9c97a4fd894ec5c1717eee999c4bfeff5f9575e3fa47e380b057c84692a293d5
generated: "2026-09-07T02:45:54.65127823Z"
digest: sha256:e127e30058554ca247ae33f3e68e0171d284ffc016e44a888d07dc29edb928da
generated: "2026-09-11T23:59:53.350005908Z"
2 changes: 1 addition & 1 deletion charts/console-rapid/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ appVersion: 0.12.41
version: 0.4.45
dependencies:
- name: controller
version: 0.0.209
version: 0.0.210

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.

P1 Rapid chart version collision

The controller dependency is updated to 0.0.210, but the rapid chart remains at version 0.4.45, which is already published and contains controller 0.0.209. The release workflow therefore cannot publish the 0.12.42 changes as a distinct rapid chart, leaving repository consumers on the older controller package. Increment the chart version and update appVersion from 0.12.41 to 0.12.42 with this dependency change.

repository: file://../controller
condition: controller.enabled
- name: flux2
Expand Down
Binary file removed charts/console-rapid/charts/controller-0.0.209.tgz
Binary file not shown.
Binary file not shown.
6 changes: 3 additions & 3 deletions charts/console/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dependencies:
- name: controller
repository: file://../controller
version: 0.0.209
version: 0.0.210
- name: flux2
repository: https://fluxcd-community.github.io/helm-charts
version: 2.14.0
Expand All @@ -11,5 +11,5 @@ dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
version: 2.34.0
digest: sha256:1cde8ccda56f00ce877b1d142a961f641b0a705c0e9884a90f7d243ead5cb742
generated: "2026-09-07T02:45:44.319298884Z"
digest: sha256:2e8d58c0990c4cd15316034ef60ada944fb4bc4bb3b25965d6eaae52220e1425
generated: "2026-09-11T23:59:43.696528819Z"
6 changes: 3 additions & 3 deletions charts/console/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ apiVersion: v2
name: console
description: >-
deploys the plural console and additional dependencies, for use in bring-your-own-kube setups
appVersion: 0.12.41
version: 0.4.40
appVersion: 0.12.42
version: 0.4.41
dependencies:
- name: controller
version: 0.0.209
version: 0.0.210
repository: file://../controller
condition: controller.enabled
- name: flux2
Expand Down
Binary file removed charts/console/charts/controller-0.0.209.tgz
Binary file not shown.
Binary file added charts/console/charts/controller-0.0.210.tgz
Binary file not shown.
4 changes: 2 additions & 2 deletions charts/controller/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: controller
description: deploys the deployment operator for plural cd
appVersion: 0.12.41
version: 0.0.209
appVersion: 0.12.42
version: 0.0.210
type: application
4 changes: 2 additions & 2 deletions charts/datastore/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: datastore
description: deploys the datastore operator for plural cd
appVersion: 0.12.41
version: 0.0.85
appVersion: 0.12.42
version: 0.0.86
type: application