Commit Graph

970 Commits

Author SHA1 Message Date
James Munnelly
ba832fefc8 Add additionalPrinterColumns fields to CustomResourceDefintions
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-01-10 21:40:10 +00:00
James Munnelly
c4a794d163 Include CRD and Namespace resources in static deployment manifest file
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-01-10 16:54:45 +00:00
Artem Kajalainen
83dcd0118f fix: update static manifest
Signed-off-by: Artem Kajalainen <artem.kajalainen@gofore.com>
2019-01-10 17:25:29 +02:00
Artem Kajalainen
6b3558460d style: removed empty line
Signed-off-by: Artem Kajalainen <artem.kajalainen@gofore.com>
2019-01-10 08:10:51 +02:00
Artem Kajalainen
60537ce557 feat(helm chart): add priorityClassName option
Signed-off-by: Artem Kajalainen <artem.kajalainen@gofore.com>
2019-01-10 08:07:35 +02:00
Marcos Estevez
be532c8606
Merge branch 'master' into imagepullsecrets
Signed-off-by: Marcos Estevez <marcos.stvz@gmail.com>
2019-01-09 09:43:29 +01:00
Chris Boot
b66a84c5dd Update static deployment
Signed-off-by: Chris Boot <bootc@bootc.net>
2019-01-08 23:40:51 +00:00
Chris Boot
f2a672daeb Bump chart version
Signed-off-by: Chris Boot <bootc@bootc.net>
2019-01-08 23:40:34 +00:00
Chris Boot
e1e30f6c18 Fix CronJob schedule for in webhook chart
The current schedule (* * */24 * *) effectively causes the CronJob to
run on the 24th of every month only, and on the 24th it runs every
single minute (1440 times). The itention was to have it run daily, but I
suspect that running it weekly should be plenty good enough.

This fixes helm/charts#8077.

Signed-off-by: Chris Boot <bootc@bootc.net>
2019-01-08 22:51:31 +00:00
James Munnelly
3464f4363a Bump versions for 0.6.0-alpha.0
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-01-08 16:45:06 +00:00
Marcos Estevez
8a3edf5632
Updating manifest
Signed-off-by: Marcos Estevez <marcos.stvz@gmail.com>
2019-01-08 15:59:03 +01:00
Marcos Estevez
d7723fb0f4
[chart] Adding imagePullSecrets to Service Account
Signed-off-by: Marcos Estevez <marcos.stvz@gmail.com>
2019-01-08 15:57:46 +01:00
James Munnelly
ef59c419b6 Fix link in Helm chart README
Signed-off-by: James Munnelly <james@munnelly.eu>
2018-12-14 09:05:45 -08:00
James Munnelly
fb0e21eea0 Add extra 'install CRDs' step to Helm chart README
Signed-off-by: James Munnelly <james@munnelly.eu>
2018-12-06 11:13:28 +00:00
James Munnelly
bb7d2f5f4e Remove the Namespace resource from Helm chart
Signed-off-by: James Munnelly <james@munnelly.eu>
2018-12-04 19:08:35 +00:00
James Munnelly
779cc0ae1f Update getting started guide
Signed-off-by: James Munnelly <james@munnelly.eu>
2018-12-04 18:26:49 +00:00
James Munnelly
cdd513c6c5 Remove CRDs from Helm chart and introduce 00-crds.yaml file
Signed-off-by: James Munnelly <james@munnelly.eu>
2018-12-04 18:11:13 +00:00
James Munnelly
4283138a81 Move deployment generation values.yaml to deploy/manifests and don't generate without-rbac variants of manifests
Signed-off-by: James Munnelly <james@munnelly.eu>
2018-12-04 16:29:26 +00:00
James Munnelly
dfa1a92366 Add .gitignore
Signed-off-by: James Munnelly <james@munnelly.eu>
2018-12-04 16:20:44 +00:00
James Munnelly
5a17c58c03 Rearrange Helm charts into deploy/ and test/e2e/charts directories
Signed-off-by: James Munnelly <james@munnelly.eu>
2018-12-04 16:19:49 +00:00