kubernetes version bump to 1.26.8, fix metrics ingress

This commit is contained in:
Stefan Reimer 2023-08-24 09:07:57 +00:00
parent b65293ac3e
commit f18d255640
4 changed files with 7 additions and 2 deletions

View File

@ -2,7 +2,7 @@ apiVersion: v2
name: kubeadm name: kubeadm
description: KubeZero Kubeadm cluster config description: KubeZero Kubeadm cluster config
type: application type: application
version: 1.26.7 version: 1.26.8
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
keywords: keywords:

View File

@ -17,6 +17,8 @@ spec:
- route: - route:
- destination: - destination:
host: {{ $service.destination }} host: {{ $service.destination }}
port:
number: {{ $service.port }}
--- ---
{{- end }} {{- end }}

View File

@ -370,6 +370,7 @@ istio:
url: "" url: ""
gateway: istio-ingress/ingressgateway gateway: istio-ingress/ingressgateway
destination: metrics-grafana destination: metrics-grafana
port: 80
prometheus: prometheus:
enabled: false enabled: false
@ -377,6 +378,7 @@ istio:
url: "" url: ""
gateway: istio-ingress/ingressgateway gateway: istio-ingress/ingressgateway
destination: metrics-kube-prometheus-st-prometheus destination: metrics-kube-prometheus-st-prometheus
port: 9090
alertmanager: alertmanager:
enabled: false enabled: false
@ -384,3 +386,4 @@ istio:
url: "" url: ""
gateway: istio-ingress/ingressgateway gateway: istio-ingress/ingressgateway
destination: metrics-kube-prometheus-st-alertmanager destination: metrics-kube-prometheus-st-alertmanager
port: 9093

View File

@ -2,7 +2,7 @@ apiVersion: v2
name: kubezero name: kubezero
description: KubeZero - Root App of Apps chart description: KubeZero - Root App of Apps chart
type: application type: application
version: 1.26.7 version: 1.26.8
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
keywords: keywords: