d8652c2c03
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [kubernetes-dashboard](https://truecharts.org/charts/premium/kubernetes-dashboard) ([source](https://redirect.github.com/kubernetes-dashboard/kubernetes-dashboard)) | patch | `1.8.0` -> `1.8.1` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjkuMiIsInVwZGF0ZWRJblZlciI6IjM4LjEyOS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
38 lines
774 B
YAML
38 lines
774 B
YAML
---
|
|
apiVersion: helm.toolkit.fluxcd.io/v2
|
|
kind: HelmRelease
|
|
metadata:
|
|
name: kubernetes-dashboard
|
|
namespace: kubernetes-dashboard
|
|
spec:
|
|
interval: 15m
|
|
chart:
|
|
spec:
|
|
chart: kubernetes-dashboard
|
|
version: 1.8.1
|
|
sourceRef:
|
|
kind: HelmRepository
|
|
name: truecharts
|
|
namespace: flux-system
|
|
interval: 15m
|
|
timeout: 20m
|
|
maxHistory: 3
|
|
install:
|
|
createNamespace: true
|
|
remediation:
|
|
retries: 3
|
|
upgrade:
|
|
cleanupOnFail: true
|
|
remediation:
|
|
retries: 3
|
|
uninstall:
|
|
keepHistory: false
|
|
values:
|
|
service:
|
|
main:
|
|
type: '{{ if ne "${DASHBOARD_IP}" "" }}LoadBalancer{{ else }}ClusterIP{{ end }}'
|
|
loadBalancerIP: ${DASHBOARD_IP}
|
|
ports:
|
|
main:
|
|
port: 80
|