Markus Maga
9084cf16d0
Add support for providing credentials when adding chart-repositories ( #67 )
...
Signed-off-by: Markus Maga <markus@nadilus.com >
2019-01-07 21:13:30 +01:00
Jacob LeGrone
228603701a
Support installation to existing namespace ( #59 )
...
This PR adds two flags to the `install` command: `namespace` and `release-label`. If `namespace` is specified, releases will target that namespace and `release-label` will be used to select deployments and pods for readiness and reading log output.
Fixes #34
2018-12-14 15:30:36 +01:00
Reinhard Nägele
739aa607a8
Fix readiness check ( #57 )
...
Readiness check should happen before tests are executed. Otherwise
the fails if there are tests and test pods match the label selectors
that identify pods. Since test pods have status Completed, they
cause the readiness check to fail.
Signed-off-by: Reinhard Nägele <unguiculus@gmail.com >
2018-11-16 13:53:53 +01:00
Reinhard Nägele
f632cd5081
Re-write it in Go ( #35 )
...
* Re-write it in Go
Signed-off-by: Reinhard Nägele <unguiculus@gmail.com >
* Fix loading config from home dir
Signed-off-by: Reinhard Nägele <unguiculus@gmail.com >
* Print config
Signed-off-by: Reinhard Nägele <unguiculus@gmail.com >
* Remove git gc test code
Signed-off-by: Reinhard Nägele <unguiculus@gmail.com >
* Remove year in copyright header
Signed-off-by: Reinhard Nägele <unguiculus@gmail.com >
* Add alias for lint-and-install
Signed-off-by: Reinhard Nägele <unguiculus@gmail.com >
* Fix examples
Signed-off-by: Reinhard Nägele <unguiculus@gmail.com >
* Remove OWNERS file
Signed-off-by: Reinhard Nägele <unguiculus@gmail.com >
* Add docs generation
Signed-off-by: Reinhard Nägele <unguiculus@gmail.com >
* Update CircleCI
Signed-off-by: Reinhard Nägele <unguiculus@gmail.com >
* Update readme
Signed-off-by: Reinhard Nägele <unguiculus@gmail.com >
* Document building and releasing
Signed-off-by: Reinhard Nägele <unguiculus@gmail.com >
Signed-off-by: Reinhard Nägele <unguiculus@gmail.com >
* Remove Makefile
Signed-off-by: Reinhard Nägele <unguiculus@gmail.com >
* Hide doc-gen command
Signed-off-by: Reinhard Nägele <unguiculus@gmail.com >
* Add support for Helm extra args
Signed-off-by: Reinhard Nägele <unguiculus@gmail.com >
* Update tool dependencies
Signed-off-by: Reinhard Nägele <unguiculus@gmail.com >
* Update Goreleaser
Signed-off-by: Reinhard Nägele <unguiculus@gmail.com >
* Upgrade pip
Signed-off-by: Reinhard Nägele <unguiculus@gmail.com >
* Update Gopkg.lock
Signed-off-by: Reinhard Nägele <unguiculus@gmail.com >
* Add log messages
Signed-off-by: Reinhard Nägele <unguiculus@gmail.com >
* Fix CircleCI env var for tag
Signed-off-by: Reinhard Nägele <unguiculus@gmail.com >
* Add Docker login
Signed-off-by: Reinhard Nägele <unguiculus@gmail.com >
* Readme update for MacOS (#1 )
* Add build.sh mac prerequisites, and README markdown linting fixes
Signed-off-by: Scott Rigby <scott@r6by.com >
* Update README.md
Signed-off-by: Reinhard Nägele <unguiculus@gmail.com >
Signed-off-by: Reinhard Nägele <unguiculus@gmail.com >
* Update Gopkg.lock
Signed-off-by: Reinhard Nägele <unguiculus@gmail.com >
* Update config search locations
Signed-off-by: Reinhard Nägele <unguiculus@gmail.com >
* Add config files to distro
Signed-off-by: Reinhard Nägele <unguiculus@gmail.com >
* Add debug flag
Signed-off-by: Reinhard Nägele <unguiculus@gmail.com >
* Add note on config files for linting
Signed-off-by: Reinhard Nägele <unguiculus@gmail.com >
* Fix link
Signed-off-by: Reinhard Nägele <unguiculus@gmail.com >
* Revert "Update Gopkg.lock"
This reverts commit fcbfbdc9db .
Signed-off-by: Reinhard Nägele <unguiculus@gmail.com >
* Fix link
Signed-off-by: Reinhard Nägele <unguiculus@gmail.com >
* Fix readme
Signed-off-by: Reinhard Nägele <unguiculus@gmail.com >
2018-11-07 13:06:20 -05:00