Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey Lazarev committed Sep 9, 2021
1 parent ac37c0c commit a9a1f5a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The Helm downloader plugin with rendering templated values files
## Install
Use helm CLI to install this plugin:
```
$ helm plugin install https://github.com/vivid-money/helm-plugin-render-values --version 0.1.2
$ helm plugin install https://github.com/vivid-money/helm-plugin-render-values --version 0.1.3
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion plugin.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: "helm-render-values"
version: "0.1.2"
version: "0.1.3"
ignoreFlags: false
description: |-
Render value-file as template and use it.
Expand Down
2 changes: 1 addition & 1 deletion scripts/make-assets.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
# set -x

VERSION="0.1.2"
VERSION="0.1.3"
mkdir -p assets

OS_LIST="darwin
Expand Down

0 comments on commit a9a1f5a

Please sign in to comment.