Files
auricom-home-cluster/kubernetes/apps/flux-system/weave-gitops/app/helmrelease.yaml
feisar-bot b563ee736b ⬆️ Update chart weave-gitops to 4.0.11
| datasource | package      | from   | to     |
| ---------- | ------------ | ------ | ------ |
| helm       | weave-gitops | 4.0.10 | 4.0.11 |
2023-01-06 06:19:28 +00:00

52 lines
1.1 KiB
YAML

---
# yaml-language-server: $schema=https://kubernetes-schemas.devbu.io/helmrelease_v2beta1.json
apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
name: weave-gitops
namespace: flux-system
spec:
interval: 30m
chart:
spec:
chart: weave-gitops
version: 4.0.11
interval: 30m
sourceRef:
kind: HelmRepository
name: weave-gitops
maxHistory: 3
install:
createNamespace: true
remediation:
retries: 3
upgrade:
cleanupOnFail: true
remediation:
retries: 3
uninstall:
keepHistory: false
values:
adminUser:
create: true
username: admin
# passwordHash: from valuesFrom
ingress:
enabled: true
className: nginx
annotations:
hajimari.io/icon: mdi:sawtooth-wave
hosts:
- host: &host "gitops.${SECRET_CLUSTER_DOMAIN}"
paths:
- path: /
pathType: Prefix
tls:
- hosts:
- *host
valuesFrom:
- kind: Secret
name: weave-gitops
valuesKey: adminPassword
targetPath: adminUser.passwordHash