Karolis Rusenas
|
974a9780e4
|
Merge pull request #281 from schubter/feature/hipchat-server
added HIPCHAT_SERVER environment variable
|
2018-10-02 12:39:09 +01:00 |
Andreas Schubert
|
3d982272fe
|
added HIPCHAT_SERVER environment variable
to allow specifying a self hosted hipchat server
|
2018-10-02 13:19:55 +02:00 |
Karolis Rusenas
|
fbaa04e24c
|
Merge pull request #279 from stickycode/registry-can-have-a-port
Registry can have a port
|
2018-09-27 23:08:34 +01:00 |
Michael McCallum
|
5971cf2452
|
Working with tests by filtering ports from the image registry
|
2018-09-27 18:29:54 +12:00 |
Michael McCallum
|
00c68877f2
|
Verify that ports on registries work
|
2018-09-27 16:05:05 +12:00 |
Michael McCallum
|
65606ca693
|
Port should not be part of the registry comparison
Just use the hostname
|
2018-09-27 15:46:07 +12:00 |
Karolis Rusenas
|
4a59bf45ae
|
fixed deployment manifests
|
2018-09-16 12:10:57 +01:00 |
Karolis Rusenas
|
5b1f45e989
|
updating webhookrelayd container tag
|
2018-09-16 12:10:42 +01:00 |
Karolis Rusenas
|
f1fd7e64ad
|
Merge branch 'master' of github.com:keel-hq/keel
|
2018-09-16 12:06:42 +01:00 |
Karolis Rusenas
|
d5589a3b95
|
Merge pull request #274 from The-Loeki/patch-1
Helm chart updates
|
2018-09-16 12:06:31 +01:00 |
Karolis Rusenas
|
b8a8196ba6
|
additional parse test
|
2018-09-16 12:05:33 +01:00 |
Ronald van Zantvoort
|
1c9c2a967b
|
regen non-helm files, gen-deploy fix
|
2018-09-13 14:36:07 +02:00 |
Ronald van Zantvoort
|
57f81e85e3
|
Helm: chart.yaml appVersion fix
|
2018-09-13 12:54:31 +02:00 |
Ronald van Zantvoort
|
2252c2478d
|
helm: update chart.yaml
because rbac to default=yes we bump the minor one up
|
2018-09-13 12:45:56 +02:00 |
Ronald van Zantvoort
|
be91e196a7
|
values.yaml updates & lint fixes
bump version, enable rbac by default (as per the updated best practices), helm lint fixes
|
2018-09-13 12:45:07 +02:00 |
Ronald van Zantvoort
|
4f426fedbf
|
Helm: fix slack & insecure registry toggles
`slack.botName` needs `slack.bot_name` set, which isn't in values.yaml, seems confusing and messes up `helm lint`. Same for insecure_registry.
|
2018-09-13 12:40:25 +02:00 |
Karolis Rusenas
|
03510c10b7
|
redundant logging
|
2018-09-04 22:28:17 +01:00 |
Karolis Rusenas
|
02fb52ab52
|
Merge pull request #265 from keel-hq/feature/regexp_matching
Feature/regexp matching
|
2018-09-04 22:26:56 +01:00 |
Karolis Rusenas
|
701f417741
|
policy parse tests
|
2018-09-04 21:25:44 +01:00 |
Karolis Rusenas
|
7241701933
|
fixed tests
|
2018-09-04 21:16:48 +01:00 |
Karolis Rusenas
|
4e50f7ecdd
|
get policy test moved
|
2018-09-04 21:10:57 +01:00 |
Karolis Rusenas
|
aa447f6f56
|
cleanup
|
2018-09-02 22:42:03 +01:00 |
Karolis Rusenas
|
a7d4b214af
|
using policy package
|
2018-09-02 22:41:12 +01:00 |
Karolis Rusenas
|
acb13d7d2d
|
cleanup, migrated to policy package
|
2018-09-02 22:40:59 +01:00 |
Karolis Rusenas
|
0a4e581ad2
|
helm updates test for force policy
|
2018-09-02 22:33:58 +01:00 |
Karolis Rusenas
|
1e729811b3
|
glob test
|
2018-09-02 21:34:27 +01:00 |
Karolis Rusenas
|
7d3864bdd1
|
refactoring to use new policies
|
2018-09-02 21:19:02 +01:00 |
Karolis Rusenas
|
49bfb262e5
|
making it testable
|
2018-09-02 21:18:43 +01:00 |
Karolis Rusenas
|
9fe0293e1a
|
test updates
|
2018-09-02 21:18:27 +01:00 |
Karolis Rusenas
|
373869a7da
|
moved to a separate package
|
2018-09-02 21:14:13 +01:00 |
Karolis Rusenas
|
84239bd62f
|
cleanup
|
2018-09-02 21:14:00 +01:00 |
Karolis Rusenas
|
c37a11f006
|
cleanup
|
2018-09-02 21:13:54 +01:00 |
Karolis Rusenas
|
31ae67f3ba
|
tests moved to policy package
|
2018-09-02 21:08:26 +01:00 |
Karolis Rusenas
|
dfe21c5fc0
|
semver tests
|
2018-09-02 21:07:44 +01:00 |
Karolis Rusenas
|
47afdbd680
|
semver policy type
|
2018-09-02 18:57:25 +01:00 |
Karolis Rusenas
|
5a2fb50496
|
adding go-glob to vendor
|
2018-09-02 16:33:11 +01:00 |
Karolis Rusenas
|
3819aae4b5
|
regexp policy
|
2018-09-02 16:32:11 +01:00 |
Karolis Rusenas
|
b4fc8f2241
|
using policy interface, unifying update checks
|
2018-09-02 16:32:05 +01:00 |
Karolis Rusenas
|
83f2c249ea
|
policy refactoring
|
2018-09-02 16:31:22 +01:00 |
Karolis Rusenas
|
087d788694
|
Merge pull request #264 from keel-hq/feature/helm_match_tag
adding helm match tag
|
2018-09-01 12:47:17 +01:00 |
Karolis Rusenas
|
6211693ce7
|
adding helm match tag
|
2018-09-01 12:45:32 +01:00 |
Karolis Rusenas
|
bb495fad56
|
Merge pull request #262 from The-Loeki/patch-1
Helm chart: RBAC to allow CronJobs
|
2018-08-31 14:03:40 +01:00 |
Ronald van Zantvoort
|
b7afa2e053
|
Chart.yaml bump versions
|
2018-08-31 15:01:29 +02:00 |
Ronald van Zantvoort
|
de6a78b593
|
Helm chart: RBAC to allow CronJobs
This fixxes perm denied errors for me, haven't tested much more yet, but if something comes up I'll PR again ;)
|
2018-08-31 14:33:18 +02:00 |
Karolis Rusenas
|
6c7ff6295f
|
Merge pull request #257 from keel-hq/feature/cron_jobs
#251 initial work on cron job support
|
2018-08-30 00:15:54 +01:00 |
Karolis Rusenas
|
cc56f0745a
|
charts updated
|
2018-08-30 00:14:40 +01:00 |
Karolis Rusenas
|
01903f5050
|
watching cron jobs
|
2018-08-30 00:02:55 +01:00 |
Karolis Rusenas
|
64162cbb85
|
adding cron job update capability to the k8s provider
|
2018-08-30 00:02:48 +01:00 |
Karolis Rusenas
|
d6cfe68cdc
|
Merge branch 'master' into feature/cron_jobs
|
2018-08-29 23:43:52 +01:00 |
Karolis Rusenas
|
f883ecc0b7
|
Merge pull request #258 from keel-hq/feature/approvals_in_mem
Feature/approvals in mem
|
2018-08-29 23:41:55 +01:00 |