Skip to content

Commit

Permalink
Remove name randomization in connectors test pod
Browse files Browse the repository at this point in the history
In Redpanda chart testdata can not exclude connectors test pod as connectors.yaml
negates the test.create boolean and always creates test pod.
  • Loading branch information
RafalKorepta committed Sep 26, 2024
1 parent e6c0753 commit f3ab8bc
Show file tree
Hide file tree
Showing 4 changed files with 110 additions and 110 deletions.
2 changes: 1 addition & 1 deletion 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.12
version: 0.1.13

# The app version is the default version of Redpanda Connectors to install.
appVersion: v1.0.29
Expand Down
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.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)
![Version: 0.1.13](https://img.shields.io/badge/Version-0.1.13-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
2 changes: 1 addition & 1 deletion charts/connectors/templates/tests/01-mm2-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ limitations under the License.
apiVersion: v1
kind: Pod
metadata:
name: {{ include "connectors.fullname" . }}-mm2-test-{{ randNumeric 3 }}
name: {{ include "connectors.fullname" . }}-mm2-test
namespace: {{ .Release.Namespace | quote }}
labels:
{{- with include "full.labels" . }}
Expand Down
Loading

0 comments on commit f3ab8bc

Please sign in to comment.