From 0062da7b8486704a47469d8f5864c8ac78801f53 Mon Sep 17 00:00:00 2001 From: Daniel Raap Date: Fri, 6 Feb 2026 08:18:19 +0100 Subject: [PATCH] fixed typo in test-values --- charts/gateway/Chart.yaml | 6 +++--- charts/gateway/README.md | 2 +- charts/gateway/test-values.yaml | 2 +- charts/gateway/tests/gateway_test.yaml | 2 +- charts/gateway/tests/values/full.yaml | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/charts/gateway/Chart.yaml b/charts/gateway/Chart.yaml index ce30d61e..b11cc076 100644 --- a/charts/gateway/Chart.yaml +++ b/charts/gateway/Chart.yaml @@ -6,11 +6,11 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.0.7 +version: 1.0.8 annotations: artifacthub.io/changes: | - - kind: added - description: "unit tests for expected result" + - kind: fixed + description: "fixed typo in test-values" sources: - https://github.com/subshell/helm-charts/tree/main/charts/gateway diff --git a/charts/gateway/README.md b/charts/gateway/README.md index 6ab8a2a9..a64addd5 100644 --- a/charts/gateway/README.md +++ b/charts/gateway/README.md @@ -85,7 +85,7 @@ gateway: mode: Terminate certificateRefs: - name: other-certificate - namspace: secret-ns + namespace: secret-ns kind: SpecialSecret group: foo.example.com - name: http diff --git a/charts/gateway/test-values.yaml b/charts/gateway/test-values.yaml index cd63a469..68362944 100644 --- a/charts/gateway/test-values.yaml +++ b/charts/gateway/test-values.yaml @@ -34,7 +34,7 @@ gateway: mode: Terminate certificateRefs: - name: other-certificate - namspace: secret-ns + namespace: secret-ns kind: SpecialSecret group: foo.example.com - name: http diff --git a/charts/gateway/tests/gateway_test.yaml b/charts/gateway/tests/gateway_test.yaml index 6ac872d3..aaa0e36d 100644 --- a/charts/gateway/tests/gateway_test.yaml +++ b/charts/gateway/tests/gateway_test.yaml @@ -94,7 +94,7 @@ tests: - group: foo.example.com kind: SpecialSecret name: other-certificate - namspace: secret-ns + namespace: secret-ns mode: Terminate - name: http port: 80 diff --git a/charts/gateway/tests/values/full.yaml b/charts/gateway/tests/values/full.yaml index cd63a469..68362944 100644 --- a/charts/gateway/tests/values/full.yaml +++ b/charts/gateway/tests/values/full.yaml @@ -34,7 +34,7 @@ gateway: mode: Terminate certificateRefs: - name: other-certificate - namspace: secret-ns + namespace: secret-ns kind: SpecialSecret group: foo.example.com - name: http