Commit Graph

86 Commits

Author SHA1 Message Date
renovate[bot] 639a988e56
chore(deps): update dependency ruamel.yaml to v0.17.36 (#57) 2023-10-19 18:15:55 +03:00
renovate[bot] c0c772ef36
chore(deps): update dependency ruamel.yaml to v0.17.34 (#56)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-04 01:43:51 +03:00
renovate[bot] 21bff6cd83
chore(deps): update helm chart postgresql to v12.10.2 (#51)
* chore(deps): update helm chart postgresql to v12.10.2

* chore: Auto-update chart metadata

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
2023-10-02 19:21:53 +03:00
renovate[bot] ebc710429b chore(deps): update bjw-s/helm-charts-actions digest to 8449ed3 2023-10-02 09:02:08 +00:00
Kavin 6319648243
actions: pin checkout to v4 2023-10-02 07:41:05 +01:00
renovate[bot] c37c9f0c50
chore(deps): update dependency gitpython to v3.1.37 (#49)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-28 18:32:23 +03:00
renovate[bot] fff2eb4245
chore(deps): update dependency ruamel.yaml to v0.17.33 (#50)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-28 18:32:00 +03:00
renovate[bot] 679df89c21
chore(deps): update dependency gitpython to v3.1.35 (#45)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-11 20:37:39 +03:00
renovate[bot] a553d9eb18
chore(deps): update dependency loguru to v0.7.2 (#48)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-11 20:33:33 +03:00
renovate[bot] 3132a4400a
chore(deps): update actions/checkout action to v4 (#47)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-04 16:07:40 +03:00
renovate[bot] b90d7a0898 chore(deps): update bjw-s/helm-charts-actions digest to f1f71f8 2023-09-02 19:03:22 +00:00
renovate[bot] 7f61b56a14
chore(deps): update dependency gitpython to v3.1.33 (#44)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-01 16:52:14 +03:00
renovate[bot] 1c8b70e612
chore(deps): update helm chart postgresql to v12.10.0 (#43)
* chore(deps): update helm chart postgresql to v12.10.0
* chore: Auto-update chart metadata

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
2023-09-01 16:51:01 +03:00
renovate[bot] 216d44a4ac
chore(deps): update bjw-s/helm-charts-actions digest to 7eedc53 (#42)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-10 20:00:37 +03:00
renovate[bot] 1466a0b317
chore(deps): update helm chart postgresql to v12.6.9 (#41)
* chore(deps): update helm chart postgresql to v12.6.9
* chore: Auto-update chart metadata

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
2023-08-01 16:17:36 +03:00
Skyler Mäntysaari bf461ea8fb fix: backend configmap with secrets 2023-07-21 06:05:46 +03:00
Skyler Mäntysaari 5280698596
fix: init containers (#40) 2023-07-21 06:00:40 +03:00
Skyler Mäntysaari a52fb2b85d backend: Better secret var naming 2023-07-21 05:31:29 +03:00
Skyler Mäntysaari 42e5d8f110
chore(backend): Fix the configmap generation for databases. (#39)
It shouldn't require dialect and driver_class and instead default to using them but allow customization.
2023-07-21 05:19:44 +03:00
renovate[bot] 6355d40bbd
chore(deps): update dependency gitpython to v3.1.32 (#36)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-11 09:36:55 +03:00
JuniorJPDJ fbc086f0c5
fix(piped/frontend): make nginx entrypoint actually do something (#35)
* fix(charts/piped): make entrypoint actually do something

It does nothing if 1st argument is not nginx and just execs the arguments:
https://github.com/nginxinc/docker-nginx/blob/master/entrypoint/docker-entrypoint.sh#L12

* bump patch version and add changelog
2023-07-11 09:36:11 +03:00
renovate[bot] 85a5cde0b3
chore(deps): update helm chart postgresql to v12.6.0 (#34)
* chore(deps): update helm chart postgresql to v12.6.0

* chore: Auto-update chart metadata

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
2023-07-01 16:06:46 +03:00
Skyler Mäntysaari e8170c0c8d
common: Bring the fullname definition here, and not depend on Postgre… (#32)
* common: Bring the fullname definition here, and not depend on Postgresql chart to bring it.
* Fix lint
* Fix changelog checker
* Fix values linting
* Trying to fix the charts-changelog.
* Trying to fix the charts-changelog, part two
* values: fix lint
* It seems k8s-at-home repo is went poof, so use upstream helm-docs.
2023-06-28 13:14:16 +03:00
renovate[bot] db7f5a2877
chore(deps): update dependency ruamel.yaml to v0.17.32 (#31)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-17 10:47:45 +03:00
renovate[bot] 90a64cfdcc
chore(deps): update dependency ruamel.yaml to v0.17.31 (#28)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-02 15:41:40 +03:00
renovate[bot] 8570918f71
chore(deps): update helm chart common to v1.5.1 (#30)
* chore(deps): update helm chart common to v1.5.1
* chore: Auto-update chart metadata

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
2023-06-02 15:32:46 +03:00
renovate[bot] 4915fff3e6
Update Helm chart postgresql to v12.5.6 (#27)
* Update Helm chart postgresql to v12.5.6
* chore: Auto-update chart metadata

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
2023-05-30 11:49:33 +03:00
renovate[bot] 81b61c238c
Update dependency ruamel.yaml to v0.17.29 (#26)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-05-30 11:47:37 +03:00
renovate[bot] 5974afdd98
Update dependency ruamel.yaml to v0.17.28 (#25)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-05-28 16:55:21 +03:00
renovate[bot] feae64728b
Update dependency ruamel.yaml to v0.17.27 (#24)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-05-26 04:11:55 +03:00
renovate[bot] ad7a0e48cc
Update dependency ruamel.yaml to v0.17.26 (#22)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-05-10 08:21:34 +03:00
renovate[bot] 874fab5852
Update Helm chart common to v1.5.0 (#23)
* Update Helm chart common to v1.5.0
* chore: Auto-update chart metadata

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
2023-05-08 16:56:59 +03:00
renovate[bot] 020cd792ea
Update dependency ruamel.yaml to v0.17.23 (#21)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-05-06 05:18:11 +03:00
Aleksa Siriški 03c86e5b06
ytproxy bug and resources (#20)
* ytproxy bug and resources

fixed missing .ytproxy in pod template and fixed resources

* Update Chart.yaml
* Changelog and readme

---------

Co-authored-by: Skyler Mäntysaari <samip5@users.noreply.github.com>
2023-05-03 23:41:50 +03:00
renovate[bot] 646872cedb
Update dependency typer to v0.9.0 (#19)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-05-02 19:03:56 +03:00
renovate[bot] cd56fd0294
Update dependency ruamel.yaml to v0.17.22 (#17)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-05-02 19:03:42 +03:00
renovate[bot] 9fd5633c4a
Update dependency ruamel.yaml.string to v0.1.1 (#18)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-05-02 19:02:58 +03:00
renovate[bot] 32ddf92a69
Update dependency typer to v0.8.0 (#16)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-05-01 16:36:17 +03:00
renovate[bot] 57aa6d055d
Update Helm chart postgresql to v12.4.2 (#15)
* Update Helm chart postgresql to v12.4.2
* chore: Auto-update chart metadata

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
2023-05-01 16:36:01 +03:00
Skyler Mäntysaari 8384249f46
ci(renovate): Fix the syntax 2023-04-29 20:23:48 +03:00
Skyler Mäntysaari 03cfcabbf7
ci(renovate): Update config 2023-04-29 20:22:25 +03:00
renovate[bot] 03e525746e
Update bjw-s/helm-charts-actions digest to 5fe8b35 (#11)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-28 21:52:57 +03:00
renovate[bot] f559c4c20f
Update bjw-s/helm-charts-actions digest to d1eaf32 (#10)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-23 17:13:11 +03:00
renovate[bot] 98c63f29bc
Update bjw-s/helm-charts-actions digest to ae7471a (#9)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-22 11:58:34 +03:00
renovate[bot] 544a30087e
Update Helm chart common to v1.4.0 (#6)
* Update Helm chart common to v1.4.0
* chore: Auto-update chart metadata

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
2023-04-22 11:58:11 +03:00
Skyler Mäntysaari 23b83b1bdc CI: Helm-docs 2023-04-22 11:55:59 +03:00
Skyler Mäntysaari 3908da8233 CI: Helm-docs 2023-04-22 11:55:26 +03:00
Skyler Mäntysaari 94c52ff381 CI: Install helm-docs before trying to use it. 2023-04-22 11:45:33 +03:00
Skyler Mäntysaari 088eb53c90 CI: Do docs update too. 2023-04-19 05:07:24 +03:00
renovate[bot] e31547a37f
Update dependency loguru to v0.7.0 (#8)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-19 05:01:34 +03:00