Commit Graph

18 Commits

Author SHA1 Message Date
k8s-at-home[bot]
f29865981e Auto-generate chart README [no ci] 2021-09-15 19:51:25 +00:00
renovate[bot]
7b89f057f5
chore(deps): update helm chart common to v4.0.1 (#1204)
* chore(deps): update helm chart common to v4.0.1

* Exclude heimdall from install

It takes too long and times out the install step

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs <me@bjw-s.dev>
2021-09-15 21:51:01 +02:00
renovate[bot]
1ab2028a14
[chart] Update Helm chart common to v4 (#1115)
* [chart] Update Helm chart common to v4

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs <me@bjw-s.dev>
Co-authored-by: Horváth Zoltán <zhorvath83@gmail.com>
2021-08-12 14:34:18 +02:00
k8s-at-home[bot]
1da4c33e59 Auto-generate chart README [no ci] 2021-07-12 08:35:58 +00:00
renovate[bot]
d49e8c3a63
chore(deps): update helm chart common to v3.3.0 (#1086)
* chore(deps): update helm chart common to v3.3.0

* chore(deps): update external minor dep helm releases (#1074)

* chore(deps): update external patch dep helm releases (#1073)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-07-12 10:33:02 +02:00
Angel Nunez Mencias
6eae653ea4
[zalando-postgres-cluster ] Enable additional settings for dumpBackup (#1037)
* enable additional settings for dumpBackup

* Update charts/stable/zalando-postgres-cluster/values.yaml

Co-authored-by: Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs <bernd@bjws.nl>

* add feedback

Co-authored-by: angelnu <git@angelnucom>
Co-authored-by: Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs <bernd@bjws.nl>
2021-06-20 22:12:35 +02:00
k8s-at-home[bot]
1199385813 Auto-generate chart README [no ci] 2021-06-17 22:16:41 +00:00
renovate[bot]
df077379bf
chore(deps): update helm chart common to v3.2.0 (#1031)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-06-17 18:16:03 -04:00
k8s-at-home[bot]
e9e819666d Auto-generate chart README [no ci] 2021-06-15 10:17:34 +00:00
renovate[bot]
805ad3e5e8
chore(deps): update helm chart common to v3.1.1 (#1015)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs <me@bjw-s.dev>
2021-06-15 12:17:12 +02:00
k8s-at-home[bot]
72fdff6400 Auto-generate chart README [no ci] 2021-06-14 15:35:46 +00:00
Angel Nunez Mencias
13c4cb5493
[dnsmadeeasy-webhook][tt-rss][zalando-postgres-cluster] update to common-v3 (#986) 2021-06-14 17:35:22 +02:00
Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs
530ba71802
[all] Regenerate docs
Signed-off-by: Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs <me@bjw-s.dev>
2021-06-01 12:47:34 +02:00
renovate[bot]
781b299c80
chore(deps): update helm chart common to v2.5.0 (#888)
* chore(deps): update helm chart common to v2.5.0

* Exclude reg from install test

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs <me@bjw-s.dev>
2021-05-05 10:45:31 -04:00
renovate[bot]
2491875d71
chore(deps): update helm chart common to v2.3.1 (#802)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-04-19 10:57:28 +02:00
renovate[bot]
caedd5cb02
chore(deps): update helm chart common to v2.3.0 (#799) 2021-04-18 07:53:24 +02:00
renovate[bot]
e853c19868
chore(deps): update helm chart common to v2.2.0 (#763)
* chore(deps): update helm chart common to v2.2.0

* Remove node taints

* [CI] Remove taints

* docs: update helm-docs

* Update README.md

* fix: bump non-common charts by patch

* fix: update whoogle to new common version

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: ᗪєνιη ᗷυнʟ <onedr0p@users.noreply.github.com>
Co-authored-by: Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs <me@bjw-s.dev>
Co-authored-by: Devin Buhl <devin.kray@gmail.com>
2021-04-07 16:24:08 -04:00
Vegetto
8c7886aca6
[postgres-cluster] New chart to create Postgres clusters with local storage (#739)
* first release of postgres-cluster

* increase path version

* Fix .Values access

* Use common.labels.selectorLabels

* 1.0.4 - Use .Value and not $.Value

* 1.0.5 - fix schedule

* 1.0.6

* 1.0.6 - Remove unneded service

* 1.0.8

* 1.0.9 - fix .Value.replicaNodes

* 1.0.10

* move chart

* WIP

* Ready for test

* update readme

* fix secret name

* Merge branch 'postgres-cluster'

* add labels

* gen secret

* fix labels

* keep DB content

* Ready to submit

* rename chart

Co-authored-by: angelnu <git@angelnucom>
Co-authored-by: ᗪєνιη ᗷυнʟ <onedr0p@users.noreply.github.com>
2021-04-01 07:24:16 -04:00