Skip to content

Commit

Permalink
feat(release): v1.26.0 (#192)
Browse files Browse the repository at this point in the history
* 1.26.0
* Fix helm deployment darwin+windows
* Update catalogs
  • Loading branch information
VladyslavKurmaz authored Jun 9, 2021
1 parent 93baceb commit 6060677
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 11 deletions.
2 changes: 1 addition & 1 deletion components/gradle/components.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 4 additions & 5 deletions components/helm/.tln.conf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ module.exports = {
steps: async (tln) => [
{
id: 'install',
filter: 'linux',
builder: (tln, script) => {
const id = script.env.TLN_COMPONENT_ID;
const home = script.env.TLN_COMPONENT_HOME;
Expand All @@ -26,13 +25,13 @@ module.exports = {
url: `https://get.helm.sh/helm-v${version}-linux-amd64.tar.gz`
},
darwin: {
name: `go${version}.darwin-amd64.tar.gz`,
opts: { src: `go`, flt: `*`, dest: `.`, rmv: `go` },
name: `helm-v${version}-darwin-amd64.tar.gz`,
opts: { src: `darwin-amd64`, flt:`*`, dest:`.`, rmv: `darwin-amd64` },
url: `https://get.helm.sh/helm-v${version}-darwin-amd64.tar.gz`
},
win32: {
name: `go${version}.windows-amd64.zip`,
opts: { src: `go`, flt: `*`, dest: `.`, rmv: `go` },
name: `helm-v${version}-windows-amd64.zip`,
opts: { src: `windows-amd64`, flt:`*`, dest:`.`, rmv: `windows-amd64` },
url: `https://get.helm.sh/helm-v${version}-windows-amd64.zip`
}
}));
Expand Down
Loading

0 comments on commit 6060677

Please sign in to comment.