Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions charts/gateway/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion charts/gateway/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/gateway/test-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/gateway/tests/gateway_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/gateway/tests/values/full.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down