KUOKA Yusuke
|
ca26d757f7
|
Merge pull request #113 from gavvvr/patch-1
Add root CAs to docker image
|
2018-04-23 10:46:14 +09:00 |
Kirill Gavrilov
|
a28279233e
|
Add root CAs to docker image
|
2018-04-22 01:09:54 +03:00 |
KUOKA Yusuke
|
e85b87828a
|
Merge pull request #110 from sstarcher/empty_filter
support selector that is empty
|
2018-04-18 15:49:25 +09:00 |
Shane Starcher
|
789362dfd4
|
support the same selector repeated
|
2018-04-17 11:10:46 -04:00 |
KUOKA Yusuke
|
79c7d1501a
|
Merge pull request #106 from roboll/update-readme-for-breaking-change
Update README not to confuse new-comers due to breaking change in master
|
2018-04-12 10:46:03 +09:00 |
KUOKA Yusuke
|
883cd1e3f3
|
Update README not to confuse new-comers due to breaking change in master
|
2018-04-11 21:15:49 +09:00 |
Shane Starcher
|
71fa693997
|
templating the entire helmfile and adding some documentation (#98)
* templating the entire helmfile and adding some documentation
* updating vendor and using dep
* update to golang 1.10
* updating docs
|
2018-04-10 20:19:43 +09:00 |
KUOKA Yusuke
|
a5706e9951
|
Introducing semver (#102)
Resolves #101
|
2018-04-10 14:20:05 +09:00 |
KUOKA Yusuke
|
eaee6ef6a9
|
Merge pull request #95 from danielcb/fix-race-condition
Fix race condition. Add concurrency option similiar to DiffReleases
|
2018-04-09 23:50:49 +09:00 |
KUOKA Yusuke
|
69c3e5513a
|
Merge pull request #100 from mumoshu/redo-release-automation
Redo release automation via CircleCI
|
2018-04-09 21:45:36 +09:00 |
Yusuke KUOKA
|
8c4ada4457
|
Allow overriding docker repository ORG name
|
2018-04-09 20:28:11 +09:00 |
Yusuke KUOKA
|
35cb4d4032
|
Redo release automation via CircleCI
Resolves #91
|
2018-04-09 20:27:50 +09:00 |
Daniel
|
2b07b9715e
|
Fix race condition. Add concurrency option similiar to DiffReleases
|
2018-04-06 16:05:32 +02:00 |
KUOKA Yusuke
|
d380b8d550
|
Merge pull request #87 from danielcb/feature-envvar-support-for-names
Add envvar interpolation for names and namespaces
|
2018-04-06 19:03:08 +09:00 |
KUOKA Yusuke
|
24dfc477ca
|
Merge pull request #89 from danielcb/fix-readme
Add quotes to envvar example in readme
|
2018-04-06 18:54:42 +09:00 |
KUOKA Yusuke
|
2caf1a15ad
|
Merge pull request #90 from danielcb/add-envvar-examples
Add explanation for envvar interpolation and examples to readme
|
2018-04-06 18:54:02 +09:00 |
KUOKA Yusuke
|
635046fa23
|
Merge pull request #81 from cmeury/integration-test
Run simple integration test against minikube (local & CI)
|
2018-04-06 18:43:00 +09:00 |
Daniel
|
3dd49cac66
|
Add explanation for envvar interpolation and examples to readme
|
2018-04-06 09:06:14 +02:00 |
Daniel
|
a3d6cce636
|
Add quotes to envvar example in readme
|
2018-04-06 08:50:09 +02:00 |
Daniel
|
191d9ef1a2
|
Add envvar interpolation for names and namespaces
|
2018-04-05 19:05:37 +02:00 |
Cedric Meury
|
627a09d272
|
clean out test dependency steps
|
2018-04-05 04:55:29 +02:00 |
Cedric Meury
|
b485abf818
|
keep one single workflow
|
2018-04-05 04:50:10 +02:00 |
Cedric Meury
|
8912eef468
|
run integration tests against minikube on circleci
|
2018-04-05 04:44:35 +02:00 |
Cedric Meury
|
3545c12ee4
|
migrate to circle config v2
|
2018-04-05 04:44:35 +02:00 |
Cedric Meury
|
8bcdeed432
|
run an integration test script against minikube
|
2018-04-05 04:44:21 +02:00 |
KUOKA Yusuke
|
283848c594
|
Merge pull request #83 from sstarcher/file_exists
checks for file existence
|
2018-04-04 16:48:29 +09:00 |
KUOKA Yusuke
|
b75c1d8436
|
Merge pull request #85 from fsilberstein/sync-args-without-update
Sync command: change the way we apply args
|
2018-04-04 16:41:35 +09:00 |
Shane Starcher
|
b4f9c1ce79
|
Do delete decrypted secret on sync command (#82)
Due to not passing around the pointer into channels and through the functions, we were not getting back the generatedValues. This fixes that.
|
2018-04-04 10:22:17 +09:00 |
Fabien Silberstein
|
caf784699d
|
Apply args flag only to sync command and not updatedeps
|
2018-04-03 17:46:57 +02:00 |
Shane Starcher
|
9ee0f967c8
|
checks for file existance
|
2018-04-03 10:03:42 -04:00 |
Cedric Meury
|
813fd4bfc7
|
render environment variables in repository URLs (#78)
* unit test for template rendering
* render env vars in repository urls
|
2018-04-02 19:16:34 +09:00 |
KUOKA Yusuke
|
1af8743bb6
|
Merge pull request #77 from cmeury/sync-update-deps
Update dependencies of local charts when running 'sync'
|
2018-04-02 18:29:11 +09:00 |
KUOKA Yusuke
|
e6216564b2
|
Merge pull request #76 from cmeury/update-dockerfile
Upgrade container to alpine 3.7 and Helm 2.8.2 & check sha256
|
2018-04-02 18:22:31 +09:00 |
KUOKA Yusuke
|
70b1e8ae1f
|
Merge pull request #74 from mumoshu/oneshot-job-example
doc: Add a basic example for managing oneshot jobs
|
2018-04-02 18:21:47 +09:00 |
Cedric Meury
|
96ae2a9827
|
remove unnecessary print in test
|
2018-04-02 00:02:45 +02:00 |
Cedric Meury
|
1b302db7f8
|
running update dependencies for local charts
|
2018-04-01 21:23:31 +02:00 |
Cedric Meury
|
963c84e07c
|
use wget to download file
|
2018-03-30 11:41:47 +02:00 |
Cedric Meury
|
cef2d26c06
|
extract method for duplicated code
|
2018-03-28 01:56:43 +02:00 |
Cedric Meury
|
174e5557c8
|
alpine 3.7; helm 2.8.2; check sha256 sum; add run target
|
2018-03-28 01:15:19 +02:00 |
Yusuke KUOKA
|
9d7c036753
|
doc: Add a basic example for managfing oneshot jobs
Resolves #49
|
2018-03-27 17:21:01 +09:00 |
KUOKA Yusuke
|
a33d111ecb
|
Merge pull request #72 from cmeury/add-tests
describing current functionality of helmexec as tests
|
2018-03-27 16:34:43 +09:00 |
KUOKA Yusuke
|
da2686eaad
|
Merge pull request #75 from mumoshu/note-version-range
doc: Note about specifying chart semver
|
2018-03-27 16:19:36 +09:00 |
Cedric Meury
|
baba83b124
|
renamed New() returns execer instead of interface
|
2018-03-27 00:03:04 +02:00 |
Yusuke KUOKA
|
0fc53a43cf
|
doc: Note about specifying chart semver
Ref #61
|
2018-03-26 13:29:53 +09:00 |
KUOKA Yusuke
|
49223eb968
|
Merge pull request #69 from cmeury/charts-help-text
correct help text for sync, fixes #62
|
2018-03-26 11:45:14 +09:00 |
Cedric Meury
|
7f90415689
|
code style
|
2018-03-26 00:17:12 +02:00 |
Cedric Meury
|
915c190901
|
a tab snuck in
|
2018-03-26 00:11:10 +02:00 |
Cedric Meury
|
6c6f300423
|
describing current functionality as tests
|
2018-03-26 00:06:05 +02:00 |
Cedric Meury
|
1a0d1192ce
|
correct help text for sync, fixes #62
|
2018-03-25 00:13:43 +01:00 |
KUOKA Yusuke
|
5aa7da98af
|
Merge pull request #60 from mxey/sync-args
Add --args option to sync command
|
2018-03-24 22:57:26 +09:00 |