Commit Graph

18 Commits

Author SHA1 Message Date
d3adb5
c4dc0ac629 feat: allow setting pod annotations
Allow setting annotations for the Pod template in the StatefulSet spec.
2024-04-03 14:41:59 -03:00
JP Flouret
e8271cb901 Helm chart: Bump version to 0.2.1 2024-02-26 19:53:20 -03:00
JP Flouret
a40eb6497c Helm chart: Add the ability to use a pre existing peristent volume claim 2024-02-26 19:53:20 -03:00
alphayax
c7dd9df342 Helm chart: set version to 0.2.0 2024-02-05 12:09:41 -03:00
alphayax
c8fa8afcbd Helm chart: Add the ability to define the node port to use when service is NodePort. Default is 32400. 2024-02-05 12:09:41 -03:00
Charles Thomas
0cd70b54e0 doc: update helm chart README with instructions on how to add and use the chart repo 2023-12-22 17:12:33 -03:00
JoelBChapmanII
cbf988ee48
fix: quote env values
When providing the UID or GID as a number the chart fails to deploy, adding quotations to where extraEnv lands the extra environment variables fixes the issue (#94)

Updating method to quote the env values per PR conversation, updating chart version with a patch bump

Co-authored-by: Joel Chapman <Joel.Chapman@BearKC.com>
2023-11-14 19:48:55 -03:00
Alex Lewis
220d49f51d
feat: Add priorityClassName (#91)
* feat: Add priorityClassName

* Change to quote func

Co-authored-by: Gaston Festari <cilindrox@gmail.com>

---------

Co-authored-by: Alexander Lewis <alexander.lewis@ashworthhome.io>
Co-authored-by: Gaston Festari <cilindrox@gmail.com>
2023-10-11 15:40:50 -03:00
Marshall Asch
aced6b1800
fix: incorrect name of the fusemount command in the prestop check of the chart (#89) 2023-07-21 11:24:36 -04:00
Marshall Asch
9e0fe30171
fix: dont strip the https portion of the app url when setting the advertise ip variable in the chart (#90) 2023-07-21 10:59:53 -04:00
Marshall Asch
e261205f26
fix: missed using the service account from the stateful set (#88) 2023-07-21 08:58:50 -04:00
Marshall Asch
f957d6199f
fix: indentation should be 8 and not 6 (#86) 2023-07-13 13:15:59 -04:00
Marshall Asch
af1a1d8c90
fix: the affinity block was at the wrong indentation level in the statefulset (#85) 2023-07-13 10:19:11 -04:00
Marshall Asch
87d6bcc100
fix: the tolerations block was at the wrong level in the statefulset (#84) 2023-07-13 09:47:32 -04:00
Marshall Asch
43f2f544e0
chore: remove some unnecessary comments from the chart 2023-07-10 13:08:10 -04:00
Marshall Asch
c689f353b8
fix: remove non-existant linter script from helm workflow 2023-07-10 13:04:01 -04:00
Marshall Asch
350e665750
chore: trigger the helm pipline 2023-07-10 12:39:16 -04:00
Marshall Asch
15e73dc5bc
feat: add a helm chart to deploy PMS Kubernetes (#82)
* feat: adding initial helm chart for PMS

docs: update readme with updated value descriptions and added the support disclaimer

Co-authored-by: Gaston Festari <cilindrox@gmail.com>

* docs: add a contribution guide and link to it in the chart readme

---------

Co-authored-by: Gaston Festari <cilindrox@gmail.com>
2023-07-04 15:01:38 -04:00