From 3cb06430f7d60298512833b19a8fbb90704ddcf0 Mon Sep 17 00:00:00 2001 From: Dustin Collins Date: Wed, 1 Aug 2018 12:21:30 -0500 Subject: [PATCH] actually bump the chart version, 0.2.0 --- conjur-oss/Chart.yaml | 2 +- conjur-oss/README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conjur-oss/Chart.yaml b/conjur-oss/Chart.yaml index 533be0d..221bd2e 100644 --- a/conjur-oss/Chart.yaml +++ b/conjur-oss/Chart.yaml @@ -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: diff --git a/conjur-oss/README.md b/conjur-oss/README.md index 53c6821..26557c7 100644 --- a/conjur-oss/README.md +++ b/conjur-oss/README.md @@ -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`. @@ -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: