Archived
1
0
Commit Graph

29 Commits

Author SHA1 Message Date
5a36627aae Use Ingress v1 from k8s v1.19 2021-09-25 23:07:06 +09:00
798dc0baf2 chore(release): bump version to 3.12.0 2021-09-15 15:54:06 -04:00
d650894eb5 Revert "Revert "refactor: move helm README to docs/helm.md""
This reverts commit f319fca291.
2021-09-13 14:16:47 -07:00
f319fca291 Revert "refactor: move helm README to docs/helm.md"
This reverts commit bc3fb5e22f.
2021-08-25 12:02:39 -07:00
bc3fb5e22f refactor: move helm README to docs/helm.md 2021-08-25 09:04:26 -04:00
ea1b3a7245 chore: add example for parameter/value to Helm Values (#4020) 2021-08-24 15:30:04 -07:00
911af4075f chore(release): bump version to 3.11.1 2021-08-06 12:17:30 -07:00
52579f182d chore(release): bump version to 3.11.0 2021-07-15 02:45:10 +05:30
31aac201bf chore(release): bump version to 3.10.2 2021-05-21 16:04:55 -07:00
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
e983ba9a4b v3.10.1 (#3406)
* Update versions
* Update changelog
2021-05-17 14:59:41 -05:00
d17c97c9cd chore(release): bump version to 3.10.0 2021-05-11 01:39:44 +05:30
003dc0feeb chore(release): bump version to 3.9.3 2021-04-08 11:18:56 -07:00
f688e58472 chore(release): bump version to 3.9.2 2021-03-25 10:33:47 -07:00
606fa26b5a chore: bump version to 3.9.1 2021-03-05 14:05:31 -07:00
76edcced0d chore(helm-chart): update to v3.9.0 2021-02-12 16:22:31 -07:00
2d407be795 docs(helm-chart): update to v3.9.0 2021-02-12 16:22:31 -07:00
07da291d72 chore: update v to 3.8.1 in values.yaml 2021-02-05 14:11:34 -07:00
05d8b61a32 chore: update to 3.8.1 in Chart.yaml 2021-02-05 14:09:16 -07:00
244775dab5 docs(helm chart readme): update to 3.8.1 2021-02-05 14:08:35 -07:00
c4610f7829 v3.8.0
🎅🏼
2020-12-18 15:09:55 -05:00
11f53784c5 v3.7.4 2020-12-01 18:50:31 -05:00
93fb76e4a7 v3.7.3 2020-11-24 13:12:10 -05:00
a0db6723c1 v3.7.2 2020-11-19 17:28:22 -05:00
2bf91ff6a6 v3.7.1 2020-11-16 17:18:12 -05:00
9917da068a v3.7.0 2020-11-16 11:11:50 -05:00
8bf1bf2c9f helm: Use upgrade --install everywhere
See @sreya's review
2020-11-13 18:45:13 -05:00
248c2adb2e helm: Fix README examples
Not sure where --name came from? Maybe an older version of helm.

Ah, it's from v2.16.7
2020-11-13 18:38:58 -05:00
52ea32f4a7 helm: Move chart into ci/helm-chart 2020-11-13 17:27:52 -05:00