Skip to content

Commit

Permalink
fix: 7.x.x was yanked from the helm repo (#911)
Browse files Browse the repository at this point in the history
Co-authored-by: Arthur Zapparoli <arthurgeek@users.noreply.github.com>
  • Loading branch information
arthurgeek and arthurgeek committed Aug 21, 2023
1 parent ea0cda5 commit 13d339a
Showing 1 changed file with 16 additions and 27 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
chart:
spec:
chart: kubernetes-dashboard
version: 7.0.3
version: 6.0.8
sourceRef:
kind: HelmRepository
name: kubernetes-dashboard
Expand All @@ -25,31 +25,20 @@ spec:
uninstall:
keepHistory: false
values:
api:
containers:
args:
- --enable-insecure-login=true
- --enable-skip-login=true
- --disable-settings-authorizer=true
app:
ingress:
enabled: true
className: internal
annotations:
hajimari.io/icon: mdi:kubernetes
hosts:
- &host "kubernetes.${SECRET_DOMAIN}"
tls:
- hosts:
- *host
secretName: kubernetes-dashboard-tls
extraArgs:
- --enable-insecure-login
- --enable-skip-login
- --disable-settings-authorizer
ingress:
enabled: true
className: internal
annotations:
hajimari.io/icon: mdi:kubernetes
hosts:
- &host "kubernetes.${SECRET_DOMAIN}"
tls:
- hosts:
- *host
secretName: kubernetes-dashboard-tls
metricsScraper:
enabled: true
serviceMonitor:
enabled: false
cert-manager:
enabled: false
nginx:
enabled: false
metrics-server:
enabled: false

0 comments on commit 13d339a

Please sign in to comment.