Commit Graph

220 Commits

Author SHA1 Message Date
Ivan Pedrazas 057547a6f1 Merge pull request #69 from josmo/multiple-updates
build changes - go dep, doc updates, purge fixed, namespace plugin moved
2018-09-03 14:43:47 +01:00
Joachim Hill-Grannec 1d816a8e2f readme updates 2018-08-02 23:10:40 +02:00
Joachim Hill-Grannec 3dc097576e fix missing $ 2018-08-02 21:08:03 +02:00
Joachim Hill-Grannec 1e386e1598 instructions to build and publish forks 2018-08-02 20:57:03 +02:00
Joachim Hill-Grannec fba3dfaa27 might work 2018-08-02 20:51:07 +02:00
Joachim Hill-Grannec 1c799977a7 fix? 2018-08-02 20:50:19 +02:00
Joachim Hill-Grannec e19d37964d cant inject plugin vars :( 2018-08-02 20:49:26 +02:00
Joachim Hill-Grannec d1a5647e56 trying to make the build work per fork as well as grabbing a couple new version options 2018-08-02 20:45:16 +02:00
Joachim Hill-Grannec b60ef92c36 missing purge command to be able to pass to delete command 2018-08-02 19:24:41 +02:00
Joachim Hill-Grannec bca2b65ede the server might have a valid cert that does not need a ca. this should not stop trying 2018-08-02 15:03:18 +02:00
Joachim Hill-Grannec d77c4cde47 changing to a plugin package to allow reuse 2018-08-02 14:51:10 +02:00
Joachim Hill-Grannec 008f2a1cb8 gofmt 2018-08-02 14:41:30 +02:00
Joachim Hill-Grannec 6eddd44720 fix cp/paste error 2018-08-02 14:38:58 +02:00
Joachim Hill-Grannec 66b2406a6e Moved usage info to docs
added drone file to build
gitignore release, vendor
remove build from docker file (now in drone)
2018-08-02 14:36:58 +02:00
Joachim Hill-Grannec 25b1da52a4 update to use go dep for the dependencies 2018-08-02 14:10:13 +02:00
Ivan Pedrazas 50d87fa485 Merge pull request #66 from TDabasinskas/master
Implement helm dependency update
2018-06-12 10:31:44 +01:00
Tomas Dabasinskas 3352cfd231 Fix indent 2018-06-12 11:38:51 +03:00
Tomas Dabasinskas 866b81da61 Update README with dependencies section 2018-06-12 11:36:35 +03:00
Tomas Dabasinskas dab0b45caf Implement dependencies restore functionallity 2018-06-12 11:19:14 +03:00
Tomas Dabasinskas 05120a8ad7 Inroduce --update-dependencies flag 2018-06-12 09:27:53 +03:00
Tomas Dabasinskas b7d1e1197b Improve README code highlighting 2018-06-12 09:09:22 +03:00
Tomas Dabasinskas e89cda7805 Exclude .idea directory 2018-06-12 09:08:21 +03:00
Ivan Pedrazas ceac55a5e4 Merge pull request #65 from andyet/master
support certificate authority data
2018-06-11 09:55:51 +01:00
Heather Young d1523100c4 update Readme 2018-06-08 16:13:58 -07:00
Heather Young 8ed81bf0c7 support certificate-authority-data 2018-06-08 16:06:21 -07:00
Ivan Pedrazas c821877081 Updated kubectl and helm 2018-05-23 11:06:02 +01:00
Ivan Pedrazas 4701f74d40 remove drone file 2018-05-23 08:03:57 +01:00
Ivan Pedrazas 1b4a6b7b06 Merge pull request #62 from jmccann/delete-purge
add ability to pass --purge to delete
2018-05-04 11:17:04 +02:00
Ivan Pedrazas 349d9d4f90 Merge pull request #61 from arhont375/patch-1
Allow usage of this plugin during pull request
2018-05-04 11:16:52 +02:00
Ivan Pedrazas 2aafd30ad3 Merge pull request #60 from jmccann/skip-secrets
allow specifying server, token, values and serviceaccount outside env
2018-05-04 11:15:54 +02:00
Ivan Pedrazas 1581a604cf Merge pull request #63 from ipedrazas/revert-59-plugin-package
Revert "plugin package"
2018-05-04 11:15:40 +02:00
Ivan Pedrazas 421288f50e Revert "plugin package" 2018-05-04 11:15:28 +02:00
Ivan Pedrazas ea7392595f Merge pull request #59 from jmccann/plugin-package
plugin package
2018-05-04 11:14:12 +02:00
Jacob McCann 105c821740 add ability to pass --purge to delete 2018-05-02 15:32:14 -05:00
arhont375 740191bf1d Allow usage of this plugin during pull request
Hi,
All commits that belong to pull request will have such build event, therefore we will see only help message instead of deployment.
2018-05-02 17:24:39 +09:00
Jacob McCann f63630d0d6 allow specifying server, token, values and serviceaccount outside env 2018-04-27 12:12:12 -05:00
Jacob McCann 0161c2c948 fix testing in Dockerfile for additional plugin package 2018-04-26 15:16:24 -05:00
Jacob McCann 7862038e57 revendor using dep 2018-04-26 15:16:08 -05:00
Jacob McCann 10776ba4d8 make plugin a package
so that it can be used/imported by other things
2018-04-26 14:29:21 -05:00
Ivan Pedrazas 1fabc3427b Merge pull request #58 from jmccann/fix-delete-tests
fix/update tests to reflect delete params
2018-04-20 09:02:46 +01:00
Jacob McCann f6e5ea3dbe fix/update tests to reflect delete params 2018-04-18 11:59:18 -05:00
Ivan Pedrazas d5e905aeec Merge pull request #56 from kelvintaywl/chore/update-readme-default-cont-img
[docs] use `ipedrazas/drone-helm` in docs for consistency
2018-04-18 09:42:39 +01:00
Ivan Pedrazas 7594f58791 Merge pull request #57 from jmccann/delete-tiller-ns
allow passing some params to delete: dry_run, tiller_ns
2018-04-18 09:42:29 +01:00
Jacob McCann c5ce590c4b allow passing some params to delete: dry_run, tiller_ns 2018-04-17 16:12:39 -05:00
Kelvin Tay f717b4ef87 use ipedrazas/drone-helm in docs for consistency 2018-04-16 00:41:34 +09:00
Ivan Pedrazas 9b3721194b Merge pull request #55 from rporres/add-known-issues
Added potential secret leak known issue
2018-03-22 14:42:52 +00:00
Rafael Porres Molina 3476490cd9 added potential secret leak known issue 2018-03-22 13:42:52 +01:00
Ivan Pedrazas 470a80e5f9 Merge pull request #54 from jmccann/delete-testing
Add some tests for delete command
2018-03-14 10:52:28 +00:00
Jacob McCann 05a4d7f90a Add some tests for delete command 2018-03-13 18:38:24 -05:00
Ivan Pedrazas 00f7a55d5c helm & kubectl updated
Helm is 2.8.2
Kubectl is 1.9.3
2018-03-13 20:18:49 +00:00