File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -6,11 +6,11 @@ type: application
66# This is the chart version. This version number should be incremented each time you make changes
77# to the chart and its templates.
88# Versions are expected to follow Semantic Versioning (https://semver.org/)
9- version : 1.0.7
9+ version : 1.0.8
1010annotations :
1111 artifacthub.io/changes : |
12- - kind: added
13- description: "unit tests for expected result "
12+ - kind: fixed
13+ description: "fixed typo in test-values "
1414
1515sources :
1616 - https://github.com/subshell/helm-charts/tree/main/charts/gateway
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ gateway:
8585 mode : Terminate
8686 certificateRefs :
8787 - name : other-certificate
88- namspace : secret-ns
88+ namespace : secret-ns
8989 kind : SpecialSecret
9090 group : foo.example.com
9191 - name : http
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ gateway:
3434 mode : Terminate
3535 certificateRefs :
3636 - name : other-certificate
37- namspace : secret-ns
37+ namespace : secret-ns
3838 kind : SpecialSecret
3939 group : foo.example.com
4040 - name : http
Original file line number Diff line number Diff line change 9494 - group : foo.example.com
9595 kind : SpecialSecret
9696 name : other-certificate
97- namspace : secret-ns
97+ namespace : secret-ns
9898 mode : Terminate
9999 - name : http
100100 port : 80
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ gateway:
3434 mode : Terminate
3535 certificateRefs :
3636 - name : other-certificate
37- namspace : secret-ns
37+ namespace : secret-ns
3838 kind : SpecialSecret
3939 group : foo.example.com
4040 - name : http
You can’t perform that action at this time.
0 commit comments