Theodore Herzfeld
4af06de4c3
Fix extraInitContainers conditional ( #7085 )
2024-11-22 22:38:56 +00:00
XiaoZhang
4ff509d8db
Allow emptyDir type volume mounts ( #6803 )
2024-05-22 10:52:42 -08:00
James MacDonald
d80568df20
Add pod annotations ( #6432 )
2023-09-16 00:31:05 +00:00
Antoine
eb8099ff89
feat(helm): Don't create Secret if existingSecret is provided ( #6397 )
2023-08-28 11:01:11 -08:00
Blue
6d8ed77fb0
feat(helm-chart): Add support for extraSecretMounts subPath in helm-chart ( #5961 )
2023-02-13 13:01:32 -06:00
Samuel Walker
4fb87f920f
feature: add ability to attach ports to code server ( #6015 )
2023-02-13 12:56:05 -06:00
DH Kim
a51c94190f
feat: add lifecycle hook to helm chart ( #5397 )
2022-08-09 14:40:05 -05:00
strowk
de317a09fe
Allow more comprehensive affinity config ( #5285 )
...
Co-authored-by: Timur Sultanaev <t.sultanaev@reply.de>
Co-authored-by: Joe Previte <jjprevite@gmail.com>
2022-07-18 14:38:21 -07:00
Tim Bordemann
530bb66d7c
Allow setting priorityClassName via helm chart ( #5255 )
...
Co-authored-by: Joe Previte <jjprevite@gmail.com>
2022-07-18 19:27:54 +00:00
Thomas John Wesolowski
3ad618db97
feat: Add support for imagePullSecrets to Helm chart ( #4838 )
...
* add support for imagePullSecrets
* Add doc and example value for imagePullSecrets
* simplify syntax for imagePullSecrets
Co-authored-by: Joe Previte <jjprevite@gmail.com>
2022-02-14 15:34:07 -07:00
Winston R. Milling
177f0ed163
feat: support ingressClassName in Helm Chart ( #4844 )
...
Allow configuring the ingress class via a value.
2022-02-10 15:16:35 -08:00
Jinu
ccb9d948c0
fix NOTE.txt ( #4515 )
2021-11-16 09:46:39 -07:00
Jinu
cdf0deb534
fix volumes ( #4497 )
2021-11-12 10:10:47 -07:00
jlandowner
5a36627aae
Use Ingress v1 from k8s v1.19
2021-09-25 23:07:06 +09:00
Timur Sultanaev
1ffca5751c
introduce extraInitContainers to helm chart
...
New extraInitContainers configuration added.
It allows to pass template with a list of containers to execute before
main code-server container started. Main container will only start when
all init containers are completed (exited with 0 code).
Additionally changes the way extraContainers is used - instead of
toYaml use tpl, because this allows to
reference any values from extraContainers string.
2021-05-20 17:52:35 +02:00
Anmol Sethi
52ea32f4a7
helm: Move chart into ci/helm-chart
2020-11-13 17:27:52 -05:00