Skip to content

Commit

Permalink
actually bump the chart version, 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Dustin Collins committed Aug 1, 2018
1 parent 0c5d84c commit 3cb0643
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion conjur-oss/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: conjur-oss
version: 0.1.0
version: 0.2.0
description: A Helm chart for CyberArk Conjur
icon: https://xebialabs-clients-iglusjax.stackpathdns.com/assets/files/logos/CyberArkConjurLogoWhiteBlue.png
keywords:
Expand Down
4 changes: 2 additions & 2 deletions conjur-oss/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Install latest Conjur with integrated Postgres.
```sh-session
$ helm install \
--set dataKey="$(docker run --rm cyberark/conjur data-key generate)" \
https://github.com/cyberark/conjur-oss-helm-chart/releases/download/v0.1.0/conjur-oss-0.1.0.tgz
https://github.com/cyberark/conjur-oss-helm-chart/releases/download/v0.2.0/conjur-oss-0.2.0.tgz
```

This will deploy the latest version of `cyberark/conjur`.
Expand Down Expand Up @@ -80,7 +80,7 @@ ingress:
```sh-session
$ helm install -f custom-values.yaml \
https://github.com/cyberark/conjur-oss-helm-chart/releases/download/v0.1.0/conjur-oss-0.1.0.tgz
https://github.com/cyberark/conjur-oss-helm-chart/releases/download/v0.2.0/conjur-oss-0.2.0.tgz
```

Note that this requires:
Expand Down

0 comments on commit 3cb0643

Please sign in to comment.