Skip to content

Commit 6bbba22

Browse files
committed
console: add/update values.schema.json
This commit updates `gen` to produce JSON schemas for `console`. In order to support this without conflicts, the console chart has been bumped to `v3` which allows it to co-exist with the redpanda chart with currently uses an unversioned import of console for subcharting.
1 parent 46f670e commit 6bbba22

File tree

8 files changed

+3581
-110
lines changed

8 files changed

+3581
-110
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
project: charts/console
2+
kind: Added
3+
body: Updated and automated generation of `values.schema.json`
4+
time: 2025-03-14T17:14:46.51302-04:00

charts/console/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ and is generated by [Changie](https://github.com/miniscruff/changie).
66

77

88
## Unreleased
9+
### Added
10+
* Updated and automated generation of `values.schema.json`
911
### Changed
1012
* Upgrade to [Console V3](https://docs.redpanda.com/beta/upgrade/migrate/console-v3/) (BREAKING CHANGES)
1113

charts/console/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/redpanda-data/redpanda-operator/charts/console
1+
module github.com/redpanda-data/redpanda-operator/charts/console/v3
22

33
go 1.23.2
44

0 commit comments

Comments
 (0)