We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88f6b3f commit 17623d6Copy full SHA for 17623d6
.goreleaser.yml
@@ -1,6 +1,8 @@
1
builds:
2
- main: ./cmd/helms3
3
binary: ./bin/helms3
4
+ env:
5
+ - CGO_ENABLED=0
6
goos:
7
- darwin
8
- linux
plugin.yaml
@@ -1,5 +1,5 @@
name: "s3"
-version: "0.2.1"
+version: "0.2.2"
usage: "The plugin allows to use s3 protocol to upload, fetch charts and to work with repositories."
description: |-
Provides AWS S3 protocol support.
0 commit comments