Commit Graph

10 Commits

Author SHA1 Message Date
c0bw3b
658d3e9af8 Treewide: fix wrong declaration of Apache License 2.0
These packages were announced as published under Apple Public Source
License 2.0 ('apsl20' short handle) but they are actually published
under the Apache License 2.0 ('asl20' short handle)
2022-01-02 15:23:43 +01:00
Florian Klink
20c78da41f kubernetes-helmPlugins.helm-git: init at 0.10.0
This is necessary for running `helm` with a helmfile.yaml containing
git+https URLs.
2021-10-17 00:17:17 +02:00
Marvin Strangfeld
9c153ea769 kubernetes-helmPlugins.helm-secrets: 3.8.1 -> 3.8.3 2021-08-18 12:51:58 +02:00
Eric Bailey
2356a25829 helm-secrets: 3.7.0 -> 3.8.1 2021-07-01 13:46:04 -07:00
Eric Bailey
d10825ede2 kubernetes-helmPlugins.helm-secrets: 3.6.1 -> 3.7.0 2021-05-26 18:30:47 +02:00
Arnout Engelen
1be3d412c0
treewide: go: inherit platforms instead of using platforms.all
`buildGoModule` and `buildGoPackage` by default inherit the `platforms`
from go. That seems better than explicitly configuring `platforms.all`.

There are also many packages that specify 'linux + darwin' - this is
even suggested in the documentation. We might also want to update those,
but let's do the noncontroversial change first.
2021-04-26 08:59:56 +02:00
Eric Bailey
f2e13fa173 helm-secrets: 3.5.0 -> 3.6.1 2021-04-12 16:47:31 -05:00
Eric Bailey
2dbf082e8d helm-secrets: 3.4.1 -> 3.5.0 2021-03-11 00:47:54 +01:00
Eric Bailey
93ea4e0102 kubernetes-helmPlugins: build rather than download 2021-03-03 13:50:19 -06:00
Matthieu Coudron
b9bf757503 kubernetes-helm: support plugins
also introduce helm-s3, helm-diff, helm-secrets plugin.

You can create a wrapped helm with these plugins via:

  myHelm = final.wrapHelm final.kubernetes-helm-unwrapped {
    plugins = with final.kubernetes-helmPlugins; [ helm-s3 helm-secrets helm-diff ];
  };

Running `helm plugin list` will show you these are available.
2021-03-03 13:50:19 -06:00