Skip to content

Commit

Permalink
Add Enabled flag in Console values
Browse files Browse the repository at this point in the history
  • Loading branch information
RafalKorepta committed Oct 9, 2024
1 parent d6b78b6 commit 5bf8ffa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -266,8 +266,12 @@

### [Unreleased](https://github.com/redpanda-data/helm-charts/releases/tag/console-FILLMEIN) - YYYY-MM-DD
#### Added
* Add Enabled flag that is used in Redpanda chart
* Add test example for oidc configuration [#1503](https://github.com/redpanda-data/helm-charts/pull/1503)
#### Changed
* Align Console init container default value
#### Fixed
* License json tag to correctly set Console license [#1510](https://github.com/redpanda-data/helm-charts/pull/1510)
#### Removed

### [0.7.29](https://github.com/redpanda-data/helm-charts/releases/tag/console-0.7.29) - 2024-08-19
Expand Down
1 change: 1 addition & 0 deletions charts/console/values.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ type Values struct {
Deployment DeploymentConfig `json:"deployment"`
Strategy appsv1.DeploymentStrategy `json:"strategy"`
Tests Enableable `json:"tests"`
Enabled *bool `json:"enabled,omitempty"`
}

type DeploymentConfig struct {
Expand Down
1 change: 1 addition & 0 deletions charts/console/values_partial.gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5bf8ffa

Please sign in to comment.