Skip to content
Merged
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
10 changes: 5 additions & 5 deletions charts/redpanda/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: console-unstable
repository: oci://registry-1.docker.io/redpandadata
version: v0.0-k8s0-be94e29d-helm-chart
digest: sha256:e0885a68fcbfd2b31aa94d376f1ab827f0dd3a1b4e5cc8b3c677218924ff11cf
generated: "2025-03-28T12:50:02.993977-04:00"
- name: console
repository: https://charts.redpanda.com
version: 3.0.0
digest: sha256:48a8eb68dc63fc908ee6de55505e13de824a58d2bcef7e03749c1d1978680278
generated: "2025-04-08T14:00:17.889873+02:00"
9 changes: 3 additions & 6 deletions charts/redpanda/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,11 @@ appVersion: v25.1.1
kubeVersion: ">= 1.25.0-0"

dependencies:
- name: console-unstable
- name: console
condition: console.enabled
version: v0.0-k8s0-be94e29d-helm-chart
repository: oci://registry-1.docker.io/redpandadata
version: ">=3.0.0-0"
repository: https://charts.redpanda.com
alias: console
# TODO: Move back to official releases once console chart v3 has been officially released
# repository: https://charts.redpanda.com
# version: ">=3.0.0-0"

icon: https://images.ctfassets.net/paqvtpyf8rwu/3cYHw5UzhXCbKuR24GDFGO/73fb682e6157d11c10d5b2b5da1d5af0/skate-stand-panda.svg
sources:
Expand Down
2 changes: 1 addition & 1 deletion charts/redpanda/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Kubernetes: `>= 1.25.0-0`

| Repository | Name | Version |
|------------|------|---------|
| oci://registry-1.docker.io/redpandadata | console(console-unstable) | v0.0-k8s0-be94e29d-helm-chart |
| https://charts.redpanda.com | console(console) | >=3.0.0-0 |

## Settings

Expand Down
4 changes: 3 additions & 1 deletion charts/redpanda/chart_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,9 @@ func TestChartLock(t *testing.T) {
// describes length to make matching easier.
return rev[:8]
}
return req.Mod.Version
// Remove the `v` from the go dependency e.g. v3.0.0 will become 3.0.0
// That will match what the Chart.lock reports
return req.Mod.Version[1:]
}

consoleModule := goMod.Require[slices.IndexFunc(goMod.Require, func(req *modfile.Require) bool {
Expand Down
2 changes: 1 addition & 1 deletion charts/redpanda/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require (
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.76.2
github.com/quasilyte/go-ruleguard/dsl v0.3.22
github.com/redpanda-data/common-go/rpadmin v0.1.13-0.20250109154132-12ac78a58f95
github.com/redpanda-data/redpanda-operator/charts/console/v3 v3.0.0-20250321204757-be94e29d32a7
github.com/redpanda-data/redpanda-operator/charts/console/v3 v3.0.0
github.com/redpanda-data/redpanda-operator/gotohelm v0.0.0-20250327164623-c3883a149a17
github.com/redpanda-data/redpanda-operator/pkg v0.0.0-20250124085449-058118a82f50
github.com/redpanda-data/redpanda/src/go/rpk v0.0.0-20240827155712-244863ea0ae8
Expand Down
4 changes: 2 additions & 2 deletions charts/redpanda/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -434,8 +434,8 @@ github.com/redpanda-data/common-go/net v0.1.0 h1:JnJioRJuL961r1QXiJQ1tW9+yEaJfu8
github.com/redpanda-data/common-go/net v0.1.0/go.mod h1:iOdNkjxM7a1T8F3cYHTaKIPFCHzzp/ia6TN+Z+7Tt5w=
github.com/redpanda-data/common-go/rpadmin v0.1.13-0.20250109154132-12ac78a58f95 h1:TmbXxlIHlKEF2wO5z82sQz98Su/WSgs+bC0k8s26Lsg=
github.com/redpanda-data/common-go/rpadmin v0.1.13-0.20250109154132-12ac78a58f95/go.mod h1:zgE/M2UihQZRdivHfbm4x9Rb3Vm/crO5kiX3GQrxhG4=
github.com/redpanda-data/redpanda-operator/charts/console/v3 v3.0.0-20250321204757-be94e29d32a7 h1:CCmFZLsc8oZBQ3w3dnN9dSJs72fMtrE7CUBmWOHvMcs=
github.com/redpanda-data/redpanda-operator/charts/console/v3 v3.0.0-20250321204757-be94e29d32a7/go.mod h1:rM1G0g5+l5GykYQId/2C09Gfo5IUMIznW7uUjuzicP4=
github.com/redpanda-data/redpanda-operator/charts/console/v3 v3.0.0 h1:S7fmi5TAlj+5GBU8UKhELscg5BpzQBWQynuSDxujPKQ=
github.com/redpanda-data/redpanda-operator/charts/console/v3 v3.0.0/go.mod h1:AQWidq2TAeQZbwbrGc/1JcdxUK9aAd5B08SVePxRy3I=
github.com/redpanda-data/redpanda-operator/gotohelm v0.0.0-20250327164623-c3883a149a17 h1:aARsVhc9XYhrC/aeJpDHnel8QicHbo6BtZzbhqe33UY=
github.com/redpanda-data/redpanda-operator/gotohelm v0.0.0-20250327164623-c3883a149a17/go.mod h1:QkZMtADhtFgS5Bixk6N931yazp9mBtQ7VAJ5gWPrsgg=
github.com/redpanda-data/redpanda-operator/pkg v0.0.0-20250124085449-058118a82f50 h1:rmgno9TNZCX2c81zJGrv2CZjiPURWevNeQ7Lo8fVszk=
Expand Down
Loading