File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ type: application
1515# This is the chart version. This version number should be incremented each time you make changes
1616# to the chart and its templates, including the app version.
1717# Versions are expected to follow Semantic Versioning (https://semver.org/)
18- version : 2.0.4
18+ version : 2.0.5
1919
2020# This is the version number of the application being deployed. This version number should be
2121# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change 11# tinyauth
22
3- ![ Version: 2.0.4 ] ( https://img.shields.io/badge/Version-2.0.4 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: v5.0.4] ( https://img.shields.io/badge/AppVersion-v5.0.4-informational?style=flat-square )
3+ ![ Version: 2.0.5 ] ( https://img.shields.io/badge/Version-2.0.5 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: v5.0.4] ( https://img.shields.io/badge/AppVersion-v5.0.4-informational?style=flat-square )
44
55The tiniest authentication and authorization server you have ever seen.
66
@@ -21,7 +21,7 @@ The tiniest authentication and authorization server you have ever seen.
2121| httpRoute.enabled | bool | ` false ` | |
2222| httpRoute.hostnames[ 0] | string | ` "chart-example.local" ` | |
2323| httpRoute.parentRefs[ 0] .name | string | ` "my-gateway" ` | |
24- | httpRoute.rules[ 0] .matches[ 0] .path.type | string | ` "Prefix " ` | |
24+ | httpRoute.rules[ 0] .matches[ 0] .path.type | string | ` "PathPrefix " ` | |
2525| httpRoute.rules[ 0] .matches[ 0] .path.value | string | ` "/" ` | |
2626| image.pullPolicy | string | ` "IfNotPresent" ` | |
2727| image.repository | string | ` "ghcr.io/steveiliop56/tinyauth" ` | |
Original file line number Diff line number Diff line change 8888 "matches" : [
8989 {
9090 "path" : {
91- "type" : " Prefix " ,
91+ "type" : " PathPrefix " ,
9292 "value" : " /"
9393 }
9494 }
Original file line number Diff line number Diff line change @@ -267,10 +267,10 @@ httpRoute:
267267 - name : my-gateway
268268 hostnames : # @schema default: ["chart-example.local"]
269269 - chart-example.local
270- rules : # @schema default: [{"matches": [{"path": {"type": "Prefix ", "value": "/"}}]}]
270+ rules : # @schema default: [{"matches": [{"path": {"type": "PathPrefix ", "value": "/"}}]}]
271271 - matches :
272272 - path :
273- type : Prefix
273+ type : PathPrefix
274274 value : /
275275
276276# Additional environment variables for the container
You can’t perform that action at this time.
0 commit comments