Skip to content

Commit

Permalink
Bump chart version
Browse files Browse the repository at this point in the history
In 2c4a9ec
4 charts had chart application change. The problem is that users will not see
this change until chart version does not change. This commit fixes that problem.
  • Loading branch information
RafalKorepta committed Aug 7, 2024
1 parent c0de588 commit 41cc481
Show file tree
Hide file tree
Showing 11 changed files with 2,210 additions and 2,210 deletions.
4 changes: 2 additions & 2 deletions charts/connectors/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ type: application
# The chart version and the app version are not the same and will not track
# together. The chart version is a semver representation of changes to this
# chart.
version: 0.1.11
version: 0.1.12

# The app version is the default version of Redpanda Connectors to install.
appVersion: v1.0.29
Expand All @@ -44,6 +44,6 @@ annotations:
url: https://helm.sh/docs/intro/install/
artifacthub.io/images: |
- name: connectors
image: docker.redpanda.com/redpandadata/connectors:v1.0.6
image: docker.redpanda.com/redpandadata/connectors:v1.0.29
- name: rpk
image: docker.redpanda.com/redpandadata/redpanda:latest
2 changes: 1 addition & 1 deletion charts/connectors/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 Connectors Helm chart.
---

![Version: 0.1.11](https://img.shields.io/badge/Version-0.1.11-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.0.29](https://img.shields.io/badge/AppVersion-v1.0.29-informational?style=flat-square)
![Version: 0.1.12](https://img.shields.io/badge/Version-0.1.12-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.0.29](https://img.shields.io/badge/AppVersion-v1.0.29-informational?style=flat-square)

This page describes the official Redpanda Connectors 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/connectors/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 41cc481

Please sign in to comment.