fix longhorn pre upgrade check when using argocd

This commit is contained in:
Steffen Illium 2024-03-26 21:42:48 +01:00
parent 76e410554d
commit d04db4cf9d
4 changed files with 29 additions and 3 deletions

View File

@ -0,0 +1,2 @@
reUpgradeChecker:
jobEnabled: false

View File

@ -7,9 +7,9 @@ resources:
- base/longhorn-ui-ingress.yaml
helmCharts:
- name: longhorn
- name: longhorn/longhorn
includeCRDs: true
version: 1.5.4
version: 1.6.0
repo: https://charts.longhorn.io
# valuesFile: base/values.yaml
valuesFile: base/values.yaml

View File

@ -0,0 +1,16 @@
apiVersion: traefik.io/v1alpha1
kind: IngressRoute
metadata:
name: kubernetes-dashboard
spec:
entryPoints:
- web
- websecure
routes:
- match: Host(`kubernetes-dashboard.steffenillium.de`)
kind: Rule
services:
- name: kubernetes-dashboard
port: 80
tls:
certResolver: default

View File

@ -0,0 +1,8 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: kubernetes-dashboard
resources:
- base/kube-dashboard-ui-ingress.yaml
- https://raw.githubusercontent.com/kubernetes/dashboard/v2.7.0/aio/deploy/recommended.yaml