diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 8093477..5e232d4 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -21,7 +21,6 @@ builds: goarch: - amd64 - arm64 - - 386 binary: schema archives: @@ -33,6 +32,7 @@ archives: - plugin.yaml checksum: + name_template: '{{ .ProjectName }}-checksum.sha' algorithm: sha256 changelog: diff --git a/plugin.yaml b/plugin.yaml index 11dd3f9..f8f92c5 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,5 +1,5 @@ name: "schema" -version: "0.1.1" +version: "0.1.2" usage: "generate values.schema.json from values yaml" description: "Helm plugin for generating values.schema.json from multiple values files." ignoreFlags: false