forked from CrunchyData/postgres-operator-examples
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit d6f500e
ltellesfljmckulkAnthony Landrethjaitaiwandsessler7
authoredPull latest crunchy updates (#9)
* Updates for August Release
* Bump monitoring versions
* feat: Add customised env var and feature flags
This change adds 3 new features:
- The ability to enable feature flags with the .Values.features key
- The ability to add extra environment variables to the container env
- The ability to completely override env variables (not recommended)
Closes CrunchyData#262
* Update pgAdmin example
- add user management to pgAdmin example
- Deploy with `internal` only auth by default
* Define use in postgres example
* Remove Images from examples
- Images are defined in the operator deployment as RELATED_IMAGES. We
don't need to define them in two places.
- Leave a commented image field in the postgres example
* Changes to operator installers for 5.7 release.
* Remove old singlenamespace installer artifacts.
* Fix broken hyperlinks.
* patching Kustomize monitoring installer
* 5.7.1 release updates (CrunchyData#289)
5.7.1 release updates
* 5.7.2 release
* Update copyright to 2025 (CrunchyData#292)
* v5.7.3 release
* Release 5.7.4 PGO-2238
* update
p
* Adds missing gis image from last release
* Updates to v5.8.0
* Update Postgres Helm Chart to include instrumentation (CrunchyData#299)
* Update postgres.yaml
* Update values.yaml
* Update postgres.yaml
* Apply suggestions from code review
Co-authored-by: Drew Sessler <36803518+dsessler7@users.noreply.github.com>
---------
Co-authored-by: Drew Sessler <36803518+dsessler7@users.noreply.github.com>
* Updates monitoring example for v5.8
* Update for 2025-04 minor release (CrunchyData#302)
* Added Helm support for Affinity and Tolerations (CrunchyData#304)
* Added support for tolerations / affinity to Helm chart with consistent flow control
* update for release
* fix whitespace
* Update Examples for the Latest Version of Keycloak
The Keycloak example now works with the latest version of Keycloak. This includes using
the new env vars and settings that are now available in the latest version of Keycloak.
The PostgresCluster's created for the Keycloak examples (which includes any PostgresCluster's
created for use with Keycloak in the Crunchy Postgres for Kubernetes documentation) have
also been updated to set the "autoCreateUserSchema" annotation to "true". Without this setting,
Keycloak will crash on startup when attempting to use the public schema.
---------
Co-authored-by: jmckulk <joseph.mckulka@crunchydata.com>
Co-authored-by: Joseph Mckulka <16840147+jmckulk@users.noreply.github.com>
Co-authored-by: Anthony Landreth <tony.landreth@crunchydata.com>
Co-authored-by: Daniel Holmes <daniel.holmes@djcentric.com>
Co-authored-by: Drew Sessler <drew.sessler@crunchydata.com>
Co-authored-by: crunchy-containers-bot <sysops+containersbot@crunchydata.com>
Co-authored-by: Tony Landreth <56887169+tony-landreth@users.noreply.github.com>
Co-authored-by: ValClarkson <valerie.clarkson@crunchydata.com>
Co-authored-by: Benjamin Blattberg <ben.blattberg@crunchydata.com>
Co-authored-by: Drew Sessler <36803518+dsessler7@users.noreply.github.com>
Co-authored-by: Dan T <96055340+Dan0x54@users.noreply.github.com>
Co-authored-by: andrewlecuyer <andrew.lecuyer@crunchydata.com>1 parent 5352da0 commit d6f500e
File tree
67 files changed
+42339
-35410
lines changed- helm
- install
- crds
- templates
- postgres
- templates
- kustomize
- azure
- certmanager/postgres
- gcs
- high-availability
- install
- components
- images-by-tag
- single-namespace
- crd
- bases
- default
- manager
- namespace
- rbac
- cluster
- namespace
- singlenamespace
- keycloak
- monitoring
- alertmanager
- config
- grafana
- config
- dashboards
- prometheus
- config
- multi-backup-repo
- pgadmin
- postgres
- s3
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
67 files changed
+42339
-35410
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
175 | 175 |
| |
176 | 176 |
| |
177 | 177 |
| |
178 | - | ||
178 | + | ||
179 | 179 |
| |
180 | 180 |
| |
181 | 181 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 | - | ||
8 | - | ||
7 | + | ||
8 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
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 | + |
Lines changed: 264 additions & 278 deletions
Large diffs are not rendered by default.
Lines changed: 2352 additions & 1515 deletions
Large diffs are not rendered by default.
Lines changed: 1133 additions & 1011 deletions
Large diffs are not rendered by default.
Lines changed: 16705 additions & 14676 deletions
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
98 | 98 |
| |
99 | 99 |
| |
100 | 100 |
| |
101 | + | ||
102 | + | ||
103 | + | ||
104 | + | ||
105 | + | ||
106 | + | ||
107 | + | ||
108 | + | ||
109 | + | ||
110 | + | ||
111 | + | ||
112 | + | ||
113 | + | ||
114 | + | ||
115 | + | ||
116 | + | ||
117 | + | ||
118 | + | ||
119 | + | ||
120 | + | ||
121 | + | ||
122 | + | ||
123 | + | ||
124 | + | ||
125 | + | ||
126 | + | ||
127 | + | ||
128 | + | ||
129 | + | ||
130 | + | ||
131 | + | ||
132 | + | ||
133 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 | - | ||
10 | + | ||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| |||
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
27 | - | ||
28 | - | ||
29 | - | ||
30 | - | ||
31 | - | ||
32 | - | ||
33 | - | ||
27 | + | ||
28 | + | ||
29 | + | ||
30 | + | ||
31 | + | ||
32 | + | ||
33 | + | ||
34 | + | ||
35 | + | ||
36 | + | ||
34 | 37 |
| |
35 | - | ||
36 | - | ||
37 | - | ||
38 | - | ||
39 | - | ||
40 | - | ||
41 | - | ||
42 | - | ||
38 | + | ||
39 | + | ||
43 | 40 |
| |
44 | 41 |
| |
45 | 42 |
| |
| |||
52 | 49 |
| |
53 | 50 |
| |
54 | 51 |
| |
52 | + | ||
53 | + | ||
54 | + | ||
55 | + | ||
56 | + | ||
57 | + | ||
58 | + | ||
59 | + | ||
60 | + | ||
61 | + | ||
62 | + | ||
63 | + | ||
64 | + | ||
65 | + | ||
66 | + | ||
67 | + | ||
68 | + | ||
69 | + | ||
70 | + | ||
71 | + | ||
72 | + | ||
73 | + | ||
74 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
16 | + | ||
16 | 17 |
| |
17 | 18 |
| |
18 | 19 |
| |
| |||
57 | 58 |
| |
58 | 59 |
| |
59 | 60 |
| |
60 | - | ||
61 | - | ||
62 | - | ||
63 | - | ||
64 | - | ||
65 | - | ||
66 | - | ||
67 | - | ||
68 | - | ||
69 | - | ||
70 | 61 |
| |
71 | 62 |
| |
72 | 63 |
| |
| |||
79 | 70 |
| |
80 | 71 |
| |
81 | 72 |
| |
73 | + | ||
74 | + | ||
75 | + | ||
76 | + | ||
77 | + | ||
78 | + | ||
79 | + | ||
80 | + | ||
81 | + | ||
82 | + | ||
83 | + | ||
84 | + | ||
82 | 85 |
| |
83 | 86 |
| |
84 | 87 |
| |
| |||
91 | 94 |
| |
92 | 95 |
| |
93 | 96 |
| |
97 | + | ||
98 | + | ||
99 | + | ||
100 | + | ||
101 | + | ||
102 | + | ||
103 | + | ||
104 | + | ||
105 | + | ||
94 | 106 |
| |
95 | 107 |
| |
96 | 108 |
| |
| |||
161 | 173 |
| |
162 | 174 |
| |
163 | 175 |
| |
176 | + | ||
177 | + | ||
178 | + | ||
179 | + | ||
180 | + | ||
181 | + | ||
182 | + | ||
183 | + | ||
184 | + | ||
185 | + | ||
186 | + | ||
187 | + | ||
164 | 188 |
| |
165 | 189 |
| |
166 | 190 |
| |
|
0 commit comments