Commit Graph

1226 Commits (ae0e63d493c494d16fc6ccac8ec337bf3866cef0)

Author SHA1 Message Date
Karolis ae0e63d493
Merge pull request #442 from SydoxX/externalIPSupport
Added externalIP to service in chart
2019-09-11 11:28:48 +01:00
Konstantin Papesh 232bca6d3d
Bump chart version 2019-09-11 12:14:55 +02:00
Konstantin Papesh 4f127ce3e5
Added service.externalIP to README 2019-09-11 10:28:19 +02:00
Konstantin Papesh 1750438720
Added externalIP support to service template 2019-09-11 10:21:16 +02:00
Karolis 2e60104e80
Merge pull request #438 from spaghettifunk/aws_iam_role
Changed creation of AWS Session object
2019-09-04 11:36:53 +01:00
Davide Berdin 896c51f608 reverting changes in tests 2019-09-03 14:17:36 +02:00
Davide Berdin 43b8eb8f52 created aws session differently 2019-09-03 13:51:28 +02:00
Karolis 872e31ab3a
Merge pull request #430 from keel-hq/bugfix/handle_empty_creds
if creds helper couldn't return anything, don't return nil
2019-08-18 23:50:05 +01:00
Karolis Rusenas 06d275f5ad don't return early 2019-08-18 23:33:37 +01:00
Karolis Rusenas a42b72ae6c better results 2019-08-18 23:26:50 +01:00
Karolis Rusenas a5b0b147cc if creds helper couldn't return anything, don't return nil 2019-08-18 22:37:34 +01:00
Karolis ed551df33a
Merge pull request #424 from sczizzo/gcr-polling
Support polling GCR
2019-08-01 15:31:49 +01:00
Sean Clemmer cafd5aea61 Support polling GCR 2019-07-31 13:51:04 -07:00
Karolis cc6f0660af
updating example 2019-07-30 22:55:09 +01:00
Karolis 925c8a7a37
Merge pull request #421 from keel-hq/dependabot/npm_and_yarn/ui/handlebars-4.1.2
Bump handlebars from 4.1.0 to 4.1.2 in /ui
2019-07-29 23:12:45 +01:00
Karolis 48ba82c1d2
Merge pull request #422 from keel-hq/dependabot/npm_and_yarn/ui/lodash.defaultsdeep-4.6.1
Bump lodash.defaultsdeep from 4.6.0 to 4.6.1 in /ui
2019-07-29 23:12:37 +01:00
Karolis d20da02db8
Merge pull request #423 from keel-hq/dependabot/npm_and_yarn/ui/lodash-4.17.15
Bump lodash from 4.17.11 to 4.17.15 in /ui
2019-07-29 23:12:28 +01:00
Karolis c4eabfd08e
Merge pull request #420 from keel-hq/dependabot/npm_and_yarn/ui/js-yaml-3.13.1
Bump js-yaml from 3.12.2 to 3.13.1 in /ui
2019-07-29 23:12:05 +01:00
dependabot[bot] e1962cc406
Bump lodash.defaultsdeep from 4.6.0 to 4.6.1 in /ui
Bumps [lodash.defaultsdeep](https://github.com/lodash/lodash) from 4.6.0 to 4.6.1.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.6.0...4.6.1)

Signed-off-by: dependabot[bot] <support@github.com>
2019-07-29 22:10:17 +00:00
dependabot[bot] dce83003a9
Bump lodash from 4.17.11 to 4.17.15 in /ui
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.15.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.15)

Signed-off-by: dependabot[bot] <support@github.com>
2019-07-29 22:10:17 +00:00
dependabot[bot] 18c7747fb0
Bump handlebars from 4.1.0 to 4.1.2 in /ui
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.0 to 4.1.2.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.1.0...v4.1.2)

Signed-off-by: dependabot[bot] <support@github.com>
2019-07-29 22:09:46 +00:00
dependabot[bot] 98b87e88a1
Bump js-yaml from 3.12.2 to 3.13.1 in /ui
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.12.2 to 3.13.1.
- [Release notes](https://github.com/nodeca/js-yaml/releases)
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nodeca/js-yaml/compare/3.12.2...3.13.1)

Signed-off-by: dependabot[bot] <support@github.com>
2019-07-29 22:09:43 +00:00
Karolis 2e7ebc68ad
Merge pull request #418 from minervaproject/master
Fix secret.name hanging ` in chart README
2019-07-19 18:02:33 +03:00
Arthur Rio 5bd6e31c63 Fix secret.name hanging ` 2019-07-19 07:59:26 -07:00
Karolis 081ac2f5bb
Merge pull request #417 from rafaelgaspar/patch-1
Fix service.enabled variable in the documentation
2019-07-19 11:30:48 +03:00
Karolis 6c741d4d77
Merge pull request #416 from minervaproject/fix-chart-debug-value
Fix DEBUG value to be true instead of 1
2019-07-19 11:30:15 +03:00
Rafael Gaspar 09641c66ac
Fix service.enabled variable in the documentation
The documentation was not in sync with `values.yaml`, I just updated the `README.md`
2019-07-19 10:17:27 +02:00
Arthur Rio 84b0371029 Fix DEBUG value to be true instead of 1 2019-07-16 17:34:27 -07:00
Karolis Rusenas df37e0b86a fixed readme, ui link 2019-07-16 22:43:17 +01:00
Karolis 1cf6bc9024
Merge pull request #414 from bsord/bugfix/menu-title
Update menu title for Tracked Images.
2019-07-10 09:37:33 +03:00
BSord 4125790ef8 Update menu title for Tracked Images. 2019-07-10 01:59:31 +00:00
Karolis 108b943e96
Merge pull request #413 from keel-hq/feature/test_refactoring
Feature/test refactoring
2019-07-07 15:55:52 +01:00
Karolis cbee5e0127 test output to gitignore 2019-07-07 15:28:42 +01:00
Karolis 3739109082 update test utils 2019-07-07 15:27:47 +01:00
Karolis a62a9f927d splitting test formatting 2019-07-07 15:27:31 +01:00
Karolis 9b776c3ea3 updating tests 2019-07-07 14:41:19 +01:00
Karolis 1a8ace9f8c
Merge pull request #412 from chrishiestand/patch-2
readme.md - add boss badge
2019-07-01 21:33:31 +01:00
Chris Hiestand 993eb705f7 readme.md - add boss badge
add boss badge
2019-07-01 10:16:05 -07:00
Karolis Rusenas 00a44e0627 ensuring that debug would be set to true 2019-06-17 11:22:27 +01:00
Karolis Rusenas 37b2cfcf8c only send "started" message if debug is enabled 2019-06-17 10:52:51 +01:00
Karolis Rusenas c318ca26b6 don't double encode secret 2019-06-16 11:43:17 +01:00
Karolis Rusenas 13563d4512 default chart policy is now patch 2019-06-16 11:43:08 +01:00
Karolis 5fff341f49
bump to 0.8.12 2019-06-14 23:07:00 +01:00
Karolis 113210ebe8
Merge pull request #410 from minervaproject/master
Fix create secret check
2019-06-14 23:05:23 +01:00
Karolis 563977f8a1
Merge pull request #409 from ggrocco/patch-1
Make all secrets behavior the same way.
2019-06-14 23:05:06 +01:00
Arthur Rio 4463f66fd7 Bump chart version 2019-06-14 21:42:51 +02:00
Arthur Rio 4d610e93d9 Fix check for creating the secret file 2019-06-14 21:41:16 +02:00
Georgeo Rocco 380774d428 bump chart version 2019-06-14 14:19:21 -03:00
Georgeo Rocco d5c3e3158a Make all secrets behavior the same way.
I get an error to have these different behaviors.
2019-06-14 14:19:21 -03:00
Karolis 743309d172
Merge pull request #408 from keel-hq/feature/tiller_address_env
Feature/tiller address env
2019-06-14 18:00:15 +01:00