Files
auricom-home-cluster/kubernetes/cluster-0/core/flux-system/weave-gitops/helmrelease.yaml
feisar-bot 2f1e217007 ⬆️ Update chart weave-gitops to 4.0.10
| datasource | package      | from  | to     |
| ---------- | ------------ | ----- | ------ |
| helm       | weave-gitops | 4.0.9 | 4.0.10 |
2022-12-22 07:54:31 +00:00

40 lines
782 B
YAML

---
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.10
interval: 30m
sourceRef:
kind: HelmRepository
name: weave-gitops
values:
adminUser:
create: true
username: admin
# passwordHash: from valuesFrom
ingress:
enabled: true
className: nginx
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