Erin Call
3ae13d4b3c
Pass --strict to helm lint
when so instructed [ #28 ]
2020-01-02 11:25:13 -08:00
Erin Call
17724e7015
Pass --keep-history when so instructed [ #24 ]
2020-01-02 10:58:58 -08:00
Erin Call
04a2c48ece
Docs for settings/environment conflict resolution [ #45 ]
2020-01-02 09:23:02 -08:00
Erin Call
997a33fc0d
Simple issue template for doc requests [ #46 ]
2020-01-02 09:12:51 -08:00
Erin Call
280c8577a4
Merge branch 'master' into dotenv
2020-01-02 09:08:25 -08:00
Erin Call
51058470e5
Load .env files on startup [ #6 ]
2020-01-02 09:05:26 -08:00
Joachim Hill-Grannec
7d750f097d
Merge pull request #40 from pelotech/no-eks-support
...
Mention that EKS isn't currently supported [#5 ]
2020-01-01 16:47:18 -05:00
Erin Call
9c91a415b0
Merge branch 'master' into no-eks-support
2020-01-01 09:09:01 -08:00
Joachim Hill-Grannec
9e8de53f8f
Merge pull request #52 from josmo/contributions
...
Directions on how to setup custom build of images till PR gets merged
2019-12-31 18:08:31 -05:00
Joachim Hill-Grannec
2893e09651
Merge branch 'master' into contributions
2019-12-31 18:07:55 -05:00
Joachim Hill-Grannec
69a15a8d48
Merge pull request #51 from pelotech/deprecation-warnings
...
Emit warnings about deprecated settings
2019-12-31 18:07:32 -05:00
Joachim Hill-Grannec
27827a2940
Merge branch 'master' into deprecation-warnings
2019-12-31 18:03:52 -05:00
Joachim Hill-Grannec
eb2d280d59
Merge pull request #55 from josmo/pin-image
...
pin version of docker image to alpine/helm:3.0.2
2019-12-31 18:03:32 -05:00
Joachim Hill-Grannec
3bf73acb42
Merge branch 'master' into deprecation-warnings
2019-12-31 18:03:00 -05:00
Joachim Hill-Grannec
997f49bb8d
Merge branch 'master' into pin-image
2019-12-31 18:01:42 -05:00
Erin Call
86984bcecd
Merge pull request #50 from pelotech/no-prefix
...
Remove support for the prefix setting [#48 ]
2019-12-31 15:00:52 -08:00
Joachim Hill-Grannec
c4329833f8
Merge branch 'master' into no-prefix
2019-12-31 18:00:00 -05:00
Joachim Hill-Grannec
3fa2d71559
pin version of docker image to alpine/helm:3.0.2
2019-12-31 17:57:32 -05:00
Joachim Hill-Grannec
f919966cf0
Merge pull request #54 from josmo/migration-link
...
link to migrate the deployments in the cluster
2019-12-31 17:56:21 -05:00
Joachim Hill-Grannec
fed4de2ed9
Update README.md
...
Co-Authored-By: Erin Call <hello@erincall.com>
2019-12-31 17:54:46 -05:00
Joachim Hill-Grannec
e641102770
link to migrate the deployments in the cluster
2019-12-31 17:34:53 -05:00
Joachim Hill-Grannec
51db551995
Merge pull request #53 from josmo/badges
...
Adding basic badges
2019-12-31 17:27:59 -05:00
Joachim Hill-Grannec
2389268fa2
Adding basic badges
2019-12-31 17:24:12 -05:00
Joachim Hill-Grannec
fe7ee09350
add link to contributing
2019-12-31 14:48:21 -05:00
Joachim Hill-Grannec
680989754a
Directions on how to setup custom build of images till PR gets merged
2019-12-31 14:19:56 -05:00
Erin Call
7cd46bb8b1
Emit warnings about deprecated settings [ #10 ]
...
These aren't an error case--the plugin will work just fine--but users
should be aware they (the settings) aren't being respected.
2019-12-31 10:03:53 -08:00
Erin Call
ab7abb699a
Remove support for the prefix setting [ #48 ]
...
The setting isn't necessary with modern versions of Drone, and it
creates a lot of edge-cases. The use-case doesn't justify the added
complexity.
2019-12-31 09:28:42 -08:00
Erin Call
8e5a32ff85
Merge branch 'master' into no-eks-support
2019-12-30 13:45:21 -08:00
Joachim Hill-Grannec
353bd76f8f
Merge pull request #49 from pelotech/helm-repos
...
Call `helm repo add` when instructed
2019-12-30 14:44:17 -07:00
Erin Call
1dba561a76
Merge branch 'master' into helm-repos
2019-12-30 13:30:07 -08:00
Erin Call
ae31cf66c3
Merge pull request #41 from pelotech/license
...
Use the apache 2.0 license [#23 ]
2019-12-30 13:29:52 -08:00
Erin Call
3985ec8faa
Merge branch 'master' into helm-repos
2019-12-30 13:29:23 -08:00
Erin Call
499ab6877f
Do repo error-checking in AddRepo.Prepare [ #26 ]
2019-12-30 13:24:57 -08:00
Erin Call
2b802df00f
Merge branch 'master' into license
2019-12-30 11:59:12 -08:00
Erin Call
48b6b3f5b3
Create AddRepo steps when there are repos to add [ #26 ]
2019-12-30 11:57:19 -08:00
Joachim Hill-Grannec
29ee0c53ab
Merge pull request #38 from pelotech/help-by-default
...
Run the help step by default
2019-12-30 11:52:17 -07:00
Erin Call
22e30fea56
The prefix setting is implemented [#19,#9]
...
Just something I noticed while resolving a merge conflict. The "write
some docs" and "implement prefix" branches happened concurrently and
didn't get re-coordinated.
2019-12-30 09:56:47 -08:00
Erin Call
9155d5eeeb
Merge branch 'master' into helm-repos
2019-12-30 09:56:18 -08:00
Erin Call
75c99683b5
AddRepo step that calls helm repo add
[ #26 ]
...
As with some of the other commands, I'm not sure `--namespace` is
relevant here. Just rolling with the "at worst it doesn't hurt" theory.
2019-12-30 09:52:00 -08:00
Joachim Hill-Grannec
eb1834df49
Merge branch 'master' into help-by-default
2019-12-28 09:31:04 -07:00
Joachim Hill-Grannec
1b2af0b3ac
Merge pull request #44 from pelotech/update-dependencies
...
Call `helm dependency update` when so instructed
2019-12-28 09:30:32 -07:00
Joachim Hill-Grannec
0f8657b1c2
Merge branch 'master' into update-dependencies
2019-12-28 09:29:53 -07:00
Joachim Hill-Grannec
edb1fb6e27
Merge pull request #47 from pelotech/timeout-formatting
...
Shim bare numbers into duration strings
2019-12-28 09:27:40 -07:00
Erin Call
d5a59590a1
Shim bare numbers into duration strings [ #39 ]
...
Helm2's --timeout took a number of seconds, rather than the
ParseDuration-compatible string that helm3 uses. For backward-
compatibility, update a bare number into a duration string.
2019-12-27 16:20:32 -08:00
Erin Call
89ec9425b0
Mention the chart param for uninstalls [ #25 ]
2019-12-27 15:44:09 -08:00
Erin Call
181165cc51
Call helm dependency update
when so instructed [ #25 ]
...
As with Lint, I have no idea whether the --namespace flag actually
matters here. I don't think it will hurt, though!
2019-12-27 15:06:32 -08:00
Erin Call
354dce2e12
Use the apache 2.0 license [ #23 ]
2019-12-27 11:18:13 -08:00
Erin Call
12c8e08d6f
Mention that EKS isn't currently supported [ #5 ]
...
We'd like to support it eventually, but the current state of affairs
doesn't justify the effort.
Also removed some vestigial code that was copy-pasta from the kubeconfig
in drone-helm.
2019-12-27 10:49:22 -08:00
Erin Call
3b78f01b45
Merge pull request #37 from pelotech/github-metafiles
...
Metafiles for the github repo config
2019-12-26 15:38:46 -08:00
Erin Call
24060c18fc
Provide better e2e-testing instructions [ #12 ]
...
The "get a kubernetes cluster" part could use some outfleshing, but this
is certainly more straightforward than it was before.
2019-12-26 15:21:34 -08:00