Skip to content

Commit

Permalink
Bump console app version
Browse files Browse the repository at this point in the history
  • Loading branch information
RafalKorepta committed Dec 9, 2024
1 parent 5d1314e commit dbd5f0c
Show file tree
Hide file tree
Showing 5 changed files with 814 additions and 807 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,13 @@
### [Unreleased](https://github.com/redpanda-data/helm-charts/releases/tag/console-FILLMEIN) - YYYY-MM-DD
#### Added
#### Changed
#### Fixed
#### Removed

### [0.7.31](https://github.com/redpanda-data/helm-charts/releases/tag/console-0.7.31) - 2024-12-06
#### Added
#### Changed
* AppVersion for the new Console release
* By default auto mount is disabled in ServiceAccount and Deployment PodSpec
#### Fixed
#### Removed
Expand Down
6 changes: 3 additions & 3 deletions charts/console/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ type: application
# Versions are expected to follow Semantic Versioning (https://semver.org/)

# Chart versions do not track appVersion
version: 0.7.30
version: 0.7.31

# The app version is the version of the Chart application
appVersion: v2.7.2
appVersion: v2.8.0

kubeVersion: ">= 1.25.0-0"

Expand All @@ -46,4 +46,4 @@ annotations:
url: https://helm.sh/docs/intro/install/
artifacthub.io/images: |
- name: redpanda
image: docker.redpanda.com/redpandadata/console:v2.7.2
image: docker.redpanda.com/redpandadata/console:v2.8.0
2 changes: 1 addition & 1 deletion charts/console/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
description: Find the default values and descriptions of settings in the Redpanda Console Helm chart.
---

![Version: 0.7.30](https://img.shields.io/badge/Version-0.7.30-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.7.2](https://img.shields.io/badge/AppVersion-v2.7.2-informational?style=flat-square)
![Version: 0.7.31](https://img.shields.io/badge/Version-0.7.31-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.8.0](https://img.shields.io/badge/AppVersion-v2.8.0-informational?style=flat-square)

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).
Each of the settings is listed and described on this page, along with any default values.
Expand Down
Loading

0 comments on commit dbd5f0c

Please sign in to comment.