mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
![feisar-bot[bot]](/assets/img/avatar_default.png)
| datasource | package | from | to | | ---------- | --------------------------------------------------- | ----- | ----- | | docker | registry.developers.crunchydata.com/crunchydata/pgo | 5.8.0 | 5.8.1 |
29 lines
647 B
YAML
29 lines
647 B
YAML
---
|
|
# yaml-language-server: $schema=https://raw.githubusercontent.com/fluxcd-community/flux2-schemas/main/helmrelease-helm-v2.json
|
|
apiVersion: helm.toolkit.fluxcd.io/v2
|
|
kind: HelmRelease
|
|
metadata:
|
|
name: crunchy-postgres-operator
|
|
spec:
|
|
interval: 30m
|
|
chart:
|
|
spec:
|
|
chart: pgo
|
|
version: 5.8.1
|
|
sourceRef:
|
|
kind: HelmRepository
|
|
name: crunchydata
|
|
namespace: flux-system
|
|
interval: 5m
|
|
install:
|
|
crds: CreateReplace
|
|
upgrade:
|
|
crds: CreateReplace
|
|
dependsOn:
|
|
- name: openebs
|
|
namespace: openebs-system
|
|
values:
|
|
install:
|
|
clusterLabels:
|
|
app.kubernetes.io/name: pgo
|