Skip to content

Commit de2b805

Browse files
committed
sync: console v3.1.0
1 parent ae36497 commit de2b805

16 files changed

+91
-66
lines changed

Taskfile.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ tasks:
191191
sync:console:chart:
192192
- task: sync:chart
193193
vars:
194-
REF: 4ece701cb9a4c6d99f930e745476b1c2757e7165 # charts/console/v3.0.0 with a corrected version
194+
REF: charts/console/v3.1.0
195195
LOCAL_DIR: charts/console
196196
REMOTE_DIR: charts/console
197197

charts/console/CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
55
and is generated by [Changie](https://github.com/miniscruff/changie).
66

77

8-
## v3.0-k8s0 - 2025-04-07
8+
## [v3.1.0](https://github.com/redpanda-data/redpanda-operator/releases/tag/charts%2Fconsole%2Fv3.1.0) - 2025-05-05
9+
### Changed
10+
* Bump AppVersion the new v3.1.0 Console release
11+
### Fixed
12+
* - Correct the secret key reference for authentication JWT signing key.
13+
- Correct the environment variable reference schema registry password.
14+
- Add value for schema registry bearer token secret.
15+
16+
## v3.0.0 - 2025-04-07
917
### Added
1018
* Updated and automated generation of `values.schema.json`
1119
### Changed
@@ -33,7 +41,7 @@ and is generated by [Changie](https://github.com/miniscruff/changie).
3341
Any unexpected values will result in a validation error,previously they would
3442
have been ignored.
3543

36-
## v3.0-k8s1-beta.1 - 2025-04-03
44+
## v3.0.0-beta.1 - 2025-04-03
3745
### Added
3846
* Updated and automated generation of `values.schema.json`
3947
### Changed

charts/console/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ type: application
2727
# Versions are expected to follow Semantic Versioning (https://semver.org/)
2828

2929
# Chart versions do not track appVersion
30-
version: 3.0.0
30+
version: 3.1.0
3131

3232
# The app version is the version of the Chart application
33-
appVersion: v3.0.0
33+
appVersion: v3.1.0
3434

3535
kubeVersion: ">= 1.25.0-0"
3636

@@ -46,4 +46,4 @@ annotations:
4646
url: https://helm.sh/docs/intro/install/
4747
artifacthub.io/images: |
4848
- name: console
49-
image: docker.redpanda.com/redpandadata/console:v3.0.0
49+
image: docker.redpanda.com/redpandadata/console:v3.1.0

charts/console/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
description: Find the default values and descriptions of settings in the Redpanda Console Helm chart.
44
---
55

6-
![Version: 3.0.0](https://img.shields.io/badge/Version-3.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v3.0.0](https://img.shields.io/badge/AppVersion-v3.0.0-informational?style=flat-square)
6+
![Version: 3.1.0](https://img.shields.io/badge/Version-3.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v3.1.0](https://img.shields.io/badge/AppVersion-v3.1.0-informational?style=flat-square)
77

88
This page describes the official Redpanda Console Helm Chart. In particular, this page describes the contents of the chart’s [`values.yaml` file](https://github.com/redpanda-data/helm-charts/blob/main/charts/console/values.yaml).
99
Each of the settings is listed and described on this page, along with any default values.

charts/console/templates/_chart.go.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
{{- $dot := (index .a 0) -}}
55
{{- range $_ := (list 1) -}}
66
{{- $_is_returning := false -}}
7-
{{- $manifests := (list (get (fromJson (include "console.ServiceAccount" (dict "a" (list $dot) ))) "r") (get (fromJson (include "console.Secret" (dict "a" (list $dot) ))) "r") (get (fromJson (include "console.ConfigMap" (dict "a" (list $dot) ))) "r") (get (fromJson (include "console.Service" (dict "a" (list $dot) ))) "r") (get (fromJson (include "console.Ingress" (dict "a" (list $dot) ))) "r") (get (fromJson (include "console.Deployment" (dict "a" (list $dot) ))) "r") (get (fromJson (include "console.HorizontalPodAutoscaler" (dict "a" (list $dot) ))) "r")) -}}
7+
{{- $manifests := (list (get (fromJson (include "console.ServiceAccount" (dict "a" (list $dot)))) "r") (get (fromJson (include "console.Secret" (dict "a" (list $dot)))) "r") (get (fromJson (include "console.ConfigMap" (dict "a" (list $dot)))) "r") (get (fromJson (include "console.Service" (dict "a" (list $dot)))) "r") (get (fromJson (include "console.Ingress" (dict "a" (list $dot)))) "r") (get (fromJson (include "console.Deployment" (dict "a" (list $dot)))) "r") (get (fromJson (include "console.HorizontalPodAutoscaler" (dict "a" (list $dot)))) "r")) -}}
88
{{- $_is_returning = true -}}
99
{{- (dict "r" $manifests) | toJson -}}
1010
{{- break -}}

charts/console/templates/_configmap.go.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
{{- (dict "r" (coalesce nil)) | toJson -}}
1111
{{- break -}}
1212
{{- end -}}
13-
{{- $data := (dict "config.yaml" (printf "# from .Values.config\n%s\n" (tpl (toYaml $values.config) $dot)) ) -}}
13+
{{- $data := (dict "config.yaml" (printf "# from .Values.config\n%s\n" (tpl (toYaml $values.config) $dot))) -}}
1414
{{- $_is_returning = true -}}
15-
{{- (dict "r" (mustMergeOverwrite (dict "metadata" (dict "creationTimestamp" (coalesce nil) ) ) (mustMergeOverwrite (dict ) (dict "apiVersion" "v1" "kind" "ConfigMap" )) (dict "metadata" (mustMergeOverwrite (dict "creationTimestamp" (coalesce nil) ) (dict "labels" (get (fromJson (include "console.Labels" (dict "a" (list $dot) ))) "r") "name" (get (fromJson (include "console.Fullname" (dict "a" (list $dot) ))) "r") "namespace" $dot.Release.Namespace )) "data" $data ))) | toJson -}}
15+
{{- (dict "r" (mustMergeOverwrite (dict "metadata" (dict "creationTimestamp" (coalesce nil))) (mustMergeOverwrite (dict) (dict "apiVersion" "v1" "kind" "ConfigMap")) (dict "metadata" (mustMergeOverwrite (dict "creationTimestamp" (coalesce nil)) (dict "labels" (get (fromJson (include "console.Labels" (dict "a" (list $dot)))) "r") "name" (get (fromJson (include "console.Fullname" (dict "a" (list $dot)))) "r") "namespace" $dot.Release.Namespace)) "data" $data))) | toJson -}}
1616
{{- break -}}
1717
{{- end -}}
1818
{{- end -}}

charts/console/templates/_deployment.go.tpl

Lines changed: 13 additions & 13 deletions
Large diffs are not rendered by default.

charts/console/templates/_helpers.go.tpl

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
{{- $values := $dot.Values.AsMap -}}
88
{{- $name := (default $dot.Chart.Name $values.nameOverride) -}}
99
{{- $_is_returning = true -}}
10-
{{- (dict "r" (get (fromJson (include "console.cleanForK8s" (dict "a" (list $name) ))) "r")) | toJson -}}
10+
{{- (dict "r" (get (fromJson (include "console.cleanForK8s" (dict "a" (list $name)))) "r")) | toJson -}}
1111
{{- break -}}
1212
{{- end -}}
1313
{{- end -}}
@@ -19,17 +19,17 @@
1919
{{- $values := $dot.Values.AsMap -}}
2020
{{- if (ne $values.fullnameOverride "") -}}
2121
{{- $_is_returning = true -}}
22-
{{- (dict "r" (get (fromJson (include "console.cleanForK8s" (dict "a" (list $values.fullnameOverride) ))) "r")) | toJson -}}
22+
{{- (dict "r" (get (fromJson (include "console.cleanForK8s" (dict "a" (list $values.fullnameOverride)))) "r")) | toJson -}}
2323
{{- break -}}
2424
{{- end -}}
2525
{{- $name := (default $dot.Chart.Name $values.nameOverride) -}}
2626
{{- if (contains $name $dot.Release.Name) -}}
2727
{{- $_is_returning = true -}}
28-
{{- (dict "r" (get (fromJson (include "console.cleanForK8s" (dict "a" (list $dot.Release.Name) ))) "r")) | toJson -}}
28+
{{- (dict "r" (get (fromJson (include "console.cleanForK8s" (dict "a" (list $dot.Release.Name)))) "r")) | toJson -}}
2929
{{- break -}}
3030
{{- end -}}
3131
{{- $_is_returning = true -}}
32-
{{- (dict "r" (get (fromJson (include "console.cleanForK8s" (dict "a" (list (printf "%s-%s" $dot.Release.Name $name)) ))) "r")) | toJson -}}
32+
{{- (dict "r" (get (fromJson (include "console.cleanForK8s" (dict "a" (list (printf "%s-%s" $dot.Release.Name $name))))) "r")) | toJson -}}
3333
{{- break -}}
3434
{{- end -}}
3535
{{- end -}}
@@ -40,7 +40,7 @@
4040
{{- $_is_returning := false -}}
4141
{{- $chart := (printf "%s-%s" $dot.Chart.Name $dot.Chart.Version) -}}
4242
{{- $_is_returning = true -}}
43-
{{- (dict "r" (get (fromJson (include "console.cleanForK8s" (dict "a" (list (replace "+" "_" $chart)) ))) "r")) | toJson -}}
43+
{{- (dict "r" (get (fromJson (include "console.cleanForK8s" (dict "a" (list (replace "+" "_" $chart))))) "r")) | toJson -}}
4444
{{- break -}}
4545
{{- end -}}
4646
{{- end -}}
@@ -50,12 +50,12 @@
5050
{{- range $_ := (list 1) -}}
5151
{{- $_is_returning := false -}}
5252
{{- $values := $dot.Values.AsMap -}}
53-
{{- $labels := (dict "helm.sh/chart" (get (fromJson (include "console.ChartLabel" (dict "a" (list $dot) ))) "r") "app.kubernetes.io/managed-by" $dot.Release.Service ) -}}
53+
{{- $labels := (dict "helm.sh/chart" (get (fromJson (include "console.ChartLabel" (dict "a" (list $dot)))) "r") "app.kubernetes.io/managed-by" $dot.Release.Service) -}}
5454
{{- if (ne $dot.Chart.AppVersion "") -}}
5555
{{- $_ := (set $labels "app.kubernetes.io/version" $dot.Chart.AppVersion) -}}
5656
{{- end -}}
5757
{{- $_is_returning = true -}}
58-
{{- (dict "r" (merge (dict ) $labels (get (fromJson (include "console.SelectorLabels" (dict "a" (list $dot) ))) "r") $values.commonLabels)) | toJson -}}
58+
{{- (dict "r" (merge (dict) $labels (get (fromJson (include "console.SelectorLabels" (dict "a" (list $dot)))) "r") $values.commonLabels)) | toJson -}}
5959
{{- break -}}
6060
{{- end -}}
6161
{{- end -}}
@@ -65,7 +65,7 @@
6565
{{- range $_ := (list 1) -}}
6666
{{- $_is_returning := false -}}
6767
{{- $_is_returning = true -}}
68-
{{- (dict "r" (dict "app.kubernetes.io/name" (get (fromJson (include "console.Name" (dict "a" (list $dot) ))) "r") "app.kubernetes.io/instance" $dot.Release.Name )) | toJson -}}
68+
{{- (dict "r" (dict "app.kubernetes.io/name" (get (fromJson (include "console.Name" (dict "a" (list $dot)))) "r") "app.kubernetes.io/instance" $dot.Release.Name)) | toJson -}}
6969
{{- break -}}
7070
{{- end -}}
7171
{{- end -}}

charts/console/templates/_hpa.go.tpl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
{{- (dict "r" (coalesce nil)) | toJson -}}
1111
{{- break -}}
1212
{{- end -}}
13-
{{- $metrics := (list ) -}}
13+
{{- $metrics := (list) -}}
1414
{{- if (ne (toJson $values.autoscaling.targetCPUUtilizationPercentage) "null") -}}
15-
{{- $metrics = (concat (default (list ) $metrics) (list (mustMergeOverwrite (dict "type" "" ) (dict "type" "Resource" "resource" (mustMergeOverwrite (dict "name" "" "target" (dict "type" "" ) ) (dict "name" "cpu" "target" (mustMergeOverwrite (dict "type" "" ) (dict "type" "Utilization" "averageUtilization" $values.autoscaling.targetCPUUtilizationPercentage )) )) )))) -}}
15+
{{- $metrics = (concat (default (list) $metrics) (list (mustMergeOverwrite (dict "type" "") (dict "type" "Resource" "resource" (mustMergeOverwrite (dict "name" "" "target" (dict "type" "")) (dict "name" "cpu" "target" (mustMergeOverwrite (dict "type" "") (dict "type" "Utilization" "averageUtilization" $values.autoscaling.targetCPUUtilizationPercentage)))))))) -}}
1616
{{- end -}}
1717
{{- if (ne (toJson $values.autoscaling.targetMemoryUtilizationPercentage) "null") -}}
18-
{{- $metrics = (concat (default (list ) $metrics) (list (mustMergeOverwrite (dict "type" "" ) (dict "type" "Resource" "resource" (mustMergeOverwrite (dict "name" "" "target" (dict "type" "" ) ) (dict "name" "memory" "target" (mustMergeOverwrite (dict "type" "" ) (dict "type" "Utilization" "averageUtilization" $values.autoscaling.targetMemoryUtilizationPercentage )) )) )))) -}}
18+
{{- $metrics = (concat (default (list) $metrics) (list (mustMergeOverwrite (dict "type" "") (dict "type" "Resource" "resource" (mustMergeOverwrite (dict "name" "" "target" (dict "type" "")) (dict "name" "memory" "target" (mustMergeOverwrite (dict "type" "") (dict "type" "Utilization" "averageUtilization" $values.autoscaling.targetMemoryUtilizationPercentage)))))))) -}}
1919
{{- end -}}
2020
{{- $_is_returning = true -}}
21-
{{- (dict "r" (mustMergeOverwrite (dict "metadata" (dict "creationTimestamp" (coalesce nil) ) "spec" (dict "scaleTargetRef" (dict "kind" "" "name" "" ) "maxReplicas" 0 ) "status" (dict "desiredReplicas" 0 "currentMetrics" (coalesce nil) ) ) (mustMergeOverwrite (dict ) (dict "apiVersion" "autoscaling/v2" "kind" "HorizontalPodAutoscaler" )) (dict "metadata" (mustMergeOverwrite (dict "creationTimestamp" (coalesce nil) ) (dict "labels" (get (fromJson (include "console.Labels" (dict "a" (list $dot) ))) "r") "name" (get (fromJson (include "console.Fullname" (dict "a" (list $dot) ))) "r") "namespace" $dot.Release.Namespace )) "spec" (mustMergeOverwrite (dict "scaleTargetRef" (dict "kind" "" "name" "" ) "maxReplicas" 0 ) (dict "scaleTargetRef" (mustMergeOverwrite (dict "kind" "" "name" "" ) (dict "apiVersion" "apps/v1" "kind" "Deployment" "name" (get (fromJson (include "console.Fullname" (dict "a" (list $dot) ))) "r") )) "minReplicas" ($values.autoscaling.minReplicas | int) "maxReplicas" ($values.autoscaling.maxReplicas | int) "metrics" $metrics )) ))) | toJson -}}
21+
{{- (dict "r" (mustMergeOverwrite (dict "metadata" (dict "creationTimestamp" (coalesce nil)) "spec" (dict "scaleTargetRef" (dict "kind" "" "name" "") "maxReplicas" 0) "status" (dict "desiredReplicas" 0 "currentMetrics" (coalesce nil))) (mustMergeOverwrite (dict) (dict "apiVersion" "autoscaling/v2" "kind" "HorizontalPodAutoscaler")) (dict "metadata" (mustMergeOverwrite (dict "creationTimestamp" (coalesce nil)) (dict "labels" (get (fromJson (include "console.Labels" (dict "a" (list $dot)))) "r") "name" (get (fromJson (include "console.Fullname" (dict "a" (list $dot)))) "r") "namespace" $dot.Release.Namespace)) "spec" (mustMergeOverwrite (dict "scaleTargetRef" (dict "kind" "" "name" "") "maxReplicas" 0) (dict "scaleTargetRef" (mustMergeOverwrite (dict "kind" "" "name" "") (dict "apiVersion" "apps/v1" "kind" "Deployment" "name" (get (fromJson (include "console.Fullname" (dict "a" (list $dot)))) "r"))) "minReplicas" ($values.autoscaling.minReplicas | int) "maxReplicas" ($values.autoscaling.maxReplicas | int) "metrics" $metrics))))) | toJson -}}
2222
{{- break -}}
2323
{{- end -}}
2424
{{- end -}}

charts/console/templates/_ingress.go.tpl

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
{{- range $_, $t := $values.ingress.tls -}}
1515
{{- $hosts := (coalesce nil) -}}
1616
{{- range $_, $host := $t.hosts -}}
17-
{{- $hosts = (concat (default (list ) $hosts) (list (tpl $host $dot))) -}}
17+
{{- $hosts = (concat (default (list) $hosts) (list (tpl $host $dot))) -}}
1818
{{- end -}}
1919
{{- if $_is_returning -}}
2020
{{- break -}}
2121
{{- end -}}
22-
{{- $tls = (concat (default (list ) $tls) (list (mustMergeOverwrite (dict ) (dict "secretName" $t.secretName "hosts" $hosts )))) -}}
22+
{{- $tls = (concat (default (list) $tls) (list (mustMergeOverwrite (dict) (dict "secretName" $t.secretName "hosts" $hosts)))) -}}
2323
{{- end -}}
2424
{{- if $_is_returning -}}
2525
{{- break -}}
@@ -28,18 +28,18 @@
2828
{{- range $_, $host := $values.ingress.hosts -}}
2929
{{- $paths := (coalesce nil) -}}
3030
{{- range $_, $path := $host.paths -}}
31-
{{- $paths = (concat (default (list ) $paths) (list (mustMergeOverwrite (dict "pathType" (coalesce nil) "backend" (dict ) ) (dict "path" $path.path "pathType" $path.pathType "backend" (mustMergeOverwrite (dict ) (dict "service" (mustMergeOverwrite (dict "name" "" "port" (dict ) ) (dict "name" (get (fromJson (include "console.Fullname" (dict "a" (list $dot) ))) "r") "port" (mustMergeOverwrite (dict ) (dict "number" ($values.service.port | int) )) )) )) )))) -}}
31+
{{- $paths = (concat (default (list) $paths) (list (mustMergeOverwrite (dict "pathType" (coalesce nil) "backend" (dict)) (dict "path" $path.path "pathType" $path.pathType "backend" (mustMergeOverwrite (dict) (dict "service" (mustMergeOverwrite (dict "name" "" "port" (dict)) (dict "name" (get (fromJson (include "console.Fullname" (dict "a" (list $dot)))) "r") "port" (mustMergeOverwrite (dict) (dict "number" ($values.service.port | int))))))))))) -}}
3232
{{- end -}}
3333
{{- if $_is_returning -}}
3434
{{- break -}}
3535
{{- end -}}
36-
{{- $rules = (concat (default (list ) $rules) (list (mustMergeOverwrite (dict ) (mustMergeOverwrite (dict ) (dict "http" (mustMergeOverwrite (dict "paths" (coalesce nil) ) (dict "paths" $paths )) )) (dict "host" (tpl $host.host $dot) )))) -}}
36+
{{- $rules = (concat (default (list) $rules) (list (mustMergeOverwrite (dict) (mustMergeOverwrite (dict) (dict "http" (mustMergeOverwrite (dict "paths" (coalesce nil)) (dict "paths" $paths)))) (dict "host" (tpl $host.host $dot))))) -}}
3737
{{- end -}}
3838
{{- if $_is_returning -}}
3939
{{- break -}}
4040
{{- end -}}
4141
{{- $_is_returning = true -}}
42-
{{- (dict "r" (mustMergeOverwrite (dict "metadata" (dict "creationTimestamp" (coalesce nil) ) "spec" (dict ) "status" (dict "loadBalancer" (dict ) ) ) (mustMergeOverwrite (dict ) (dict "kind" "Ingress" "apiVersion" "networking.k8s.io/v1" )) (dict "metadata" (mustMergeOverwrite (dict "creationTimestamp" (coalesce nil) ) (dict "name" (get (fromJson (include "console.Fullname" (dict "a" (list $dot) ))) "r") "labels" (get (fromJson (include "console.Labels" (dict "a" (list $dot) ))) "r") "namespace" $dot.Release.Namespace "annotations" $values.ingress.annotations )) "spec" (mustMergeOverwrite (dict ) (dict "ingressClassName" $values.ingress.className "tls" $tls "rules" $rules )) ))) | toJson -}}
42+
{{- (dict "r" (mustMergeOverwrite (dict "metadata" (dict "creationTimestamp" (coalesce nil)) "spec" (dict) "status" (dict "loadBalancer" (dict))) (mustMergeOverwrite (dict) (dict "kind" "Ingress" "apiVersion" "networking.k8s.io/v1")) (dict "metadata" (mustMergeOverwrite (dict "creationTimestamp" (coalesce nil)) (dict "name" (get (fromJson (include "console.Fullname" (dict "a" (list $dot)))) "r") "labels" (get (fromJson (include "console.Labels" (dict "a" (list $dot)))) "r") "namespace" $dot.Release.Namespace "annotations" $values.ingress.annotations)) "spec" (mustMergeOverwrite (dict) (dict "ingressClassName" $values.ingress.className "tls" $tls "rules" $rules))))) | toJson -}}
4343
{{- break -}}
4444
{{- end -}}
4545
{{- end -}}

0 commit comments

Comments
 (0)