-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathzarf.yaml
89 lines (84 loc) · 3.32 KB
/
zarf.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
# Copyright 2024 Defense Unicorns
# SPDX-License-Identifier: AGPL-3.0-or-later OR LicenseRef-Defense-Unicorns-Commercial
kind: ZarfPackageConfig
metadata:
name: postgres-operator
description: "A deployment of zalando postgres operator"
url: https://github.com/zalando/postgres-operator
version: "dev"
components:
# CRD lifecycle is managed outside of the main chart to support upgrades
- name: crds
required: true
manifests:
- name: crds
files:
- https://github.com/zalando/postgres-operator/raw/v1.14.0/charts/postgres-operator/crds/operatorconfigurations.yaml
- https://github.com/zalando/postgres-operator/raw/v1.14.0/charts/postgres-operator/crds/postgresqls.yaml
- https://github.com/zalando/postgres-operator/raw/v1.14.0/charts/postgres-operator/crds/postgresteams.yaml
- name: postgres-operator
required: true
only:
flavor: registry1
cluster:
architecture: amd64
import:
path: common
charts:
- name: postgres-operator
valuesFiles:
- ./values/registry1-values.yaml
- name: uds-postgres-config
valuesFiles:
- ./values/registry1-config-values.yaml
images:
# Iron Bank
- registry1.dso.mil/ironbank/opensource/zalando/postgres-operator:v1.14.0
- registry1.dso.mil/ironbank/opensource/zalando/logical-backup:v1.8.2
- registry1.dso.mil/ironbank/opensource/zalando/pgbouncer:1.21.0
# Docker image that provides PostgreSQL and Patroni bundled together for PostgreSQL HA
- ghcr.io/zalando/spilo-17:4.0-p2
# Container image that provides the postgres-exporter sidecar to create a metrics endpoint
- registry1.dso.mil/ironbank/opensource/prometheus/postgres-exporter:v0.16.0
- name: postgres-operator
required: true
only:
flavor: upstream
import:
path: common
charts:
- name: postgres-operator
valuesFiles:
- ./values/upstream-values.yaml
- name: uds-postgres-config
valuesFiles:
- ./values/upstream-config-values.yaml
images:
- ghcr.io/zalando/postgres-operator:v1.14.0
- ghcr.io/zalando/postgres-operator/logical-backup:v1.14.0
- docker.io/bitnami/pgbouncer:1.23.1
# Docker image that provides PostgreSQL and Patroni bundled together for PostgreSQL HA
- ghcr.io/zalando/spilo-17:4.0-p2
# Container image that provides the postgres-exporter sidecar to create a metrics endpoint
- quay.io/prometheuscommunity/postgres-exporter:v0.16.0
- name: postgres-operator
required: true
only:
flavor: unicorn
import:
path: common
charts:
- name: postgres-operator
valuesFiles:
- ./values/unicorn-values.yaml
- name: uds-postgres-config
valuesFiles:
- ./values/unicorn-config-values.yaml
images:
- cgr.dev/du-uds-defenseunicorns/postgres-operator-fips:1.14.0
- ghcr.io/zalando/postgres-operator/logical-backup:v1.14.0
- cgr.dev/du-uds-defenseunicorns/pgbouncer-fips:1.23.1
# Docker image that provides PostgreSQL and Patroni bundled together for PostgreSQL HA
- ghcr.io/zalando/spilo-17:4.0-p2
# Container image that provides the postgres-exporter sidecar to create a metrics endpoint
- cgr.dev/du-uds-defenseunicorns/prometheus-postgres-exporter-fips:0.16.0