chore: minor fixes
This commit is contained in:
parent
2da5044e10
commit
7427d345ea
@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
name: kubezero-istio-ingress
|
name: kubezero-istio-ingress
|
||||||
description: KubeZero Umbrella Chart for Istio based Ingress
|
description: KubeZero Umbrella Chart for Istio based Ingress
|
||||||
type: application
|
type: application
|
||||||
version: 0.7.2
|
version: 0.7.3
|
||||||
appVersion: 1.11.1
|
appVersion: 1.11.1
|
||||||
home: https://kubezero.com
|
home: https://kubezero.com
|
||||||
icon: https://cdn.zero-downtime.net/assets/kubezero/logo-small-64.png
|
icon: https://cdn.zero-downtime.net/assets/kubezero/logo-small-64.png
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# kubezero-istio-ingress
|
# kubezero-istio-ingress
|
||||||
|
|
||||||
![Version: 0.7.1](https://img.shields.io/badge/Version-0.7.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.11.0](https://img.shields.io/badge/AppVersion-1.11.0-informational?style=flat-square)
|
![Version: 0.7.2](https://img.shields.io/badge/Version-0.7.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.11.1](https://img.shields.io/badge/AppVersion-1.11.1-informational?style=flat-square)
|
||||||
|
|
||||||
KubeZero Umbrella Chart for Istio based Ingress
|
KubeZero Umbrella Chart for Istio based Ingress
|
||||||
|
|
||||||
@ -20,9 +20,9 @@ Kubernetes: `>= 1.18.0`
|
|||||||
|
|
||||||
| Repository | Name | Version |
|
| Repository | Name | Version |
|
||||||
|------------|------|---------|
|
|------------|------|---------|
|
||||||
| | istio-ingress | 1.11.0 |
|
| | istio-ingress | 1.11.1 |
|
||||||
| | istio-private-ingress | 1.11.0 |
|
| | istio-private-ingress | 1.11.1 |
|
||||||
| https://zero-down-time.github.io/kubezero/ | kubezero-lib | >= 0.1.3 |
|
| https://zero-down-time.github.io/kubezero/ | kubezero-lib | >= 0.1.4 |
|
||||||
|
|
||||||
## Values
|
## Values
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
{{- range $cert := $.certificates }}
|
{{- range $cert := $.certificates }}
|
||||||
- port:
|
- port:
|
||||||
number: {{ $port.port }}
|
number: {{ $port.port }}
|
||||||
name: {{ $port.name }}
|
name: {{ $port.name }}-{{ $cert.name }}
|
||||||
protocol: {{ default "TCP" $port.gatewayProtocol }}
|
protocol: {{ default "TCP" $port.gatewayProtocol }}
|
||||||
tls:
|
tls:
|
||||||
credentialName: {{ $cert.name }}
|
credentialName: {{ $cert.name }}
|
||||||
|
@ -87,7 +87,7 @@
|
|||||||
"options": {
|
"options": {
|
||||||
"feedUrl": "https://zero-downtime.net/index.xml"
|
"feedUrl": "https://zero-downtime.net/index.xml"
|
||||||
},
|
},
|
||||||
"title": "Latest from our blog",
|
"title": "Latest News from Zero Down Time",
|
||||||
"type": "news"
|
"type": "news"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user