Skip to content
This repository has been archived by the owner on Jan 9, 2021. It is now read-only.

Commit

Permalink
Update chart to v0.2.2 (#15)
Browse files Browse the repository at this point in the history
* Updated version of the chart to 1.2.0

This will ensure that we have a new version on the marketplace.

* Updated the chart to include the new upstream version and parameter

Since we want authenticators to be configurable, we now have that as an
option in the UI.
  • Loading branch information
sgnn7 authored and dustinmm80 committed Dec 6, 2018
1 parent 97fdeff commit bae58f5
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [1.2.0](https://github.com/cyberark/conjur-google-cloud-launcher/releases/tag/v1.2.0) - 2018-12-06
### Changed
- Authenticators parameter was added to configuration UI. See [conjur-oss Helm chart configuration](https://github.com/cyberark/conjur-oss-helm-chart/tree/master/conjur-oss#configuration).

## [1.1.0](https://github.com/cyberark/conjur-google-cloud-launcher/releases/tag/v1.1.0) - 2018-08-10
### Changed
- Helm chart now comes from https://github.com/cyberark/conjur-oss-helm-chart
Expand Down
2 changes: 1 addition & 1 deletion conjur/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v1
description: A Helm chart for CyberArk Conjur
name: conjur
version: 1.1.0
version: 1.2.0
icon: https://xebialabs-clients-iglusjax.stackpathdns.com/assets/files/logos/CyberArkConjurLogoWhiteBlue.png
2 changes: 1 addition & 1 deletion conjur/requirements.yaml
@@ -1,5 +1,5 @@
dependencies:
- name: conjur-oss
version: "0.2.1"
version: "0.2.2"
repository: https://cyberark.github.io/helm-charts
alias: conjuross # aliased to remove '-' in conjur-oss. Downstream tools have problems without this.
2 changes: 1 addition & 1 deletion conjur/templates/application.yaml
Expand Up @@ -13,7 +13,7 @@ metadata:
spec:
descriptor:
type: Conjur
version: '1.1.0'
version: '1.2.0'
description: |-
CyberArk Conjur automatically secures secrets used by privileged users and machine identities.
Expand Down
7 changes: 7 additions & 0 deletions schema.yaml
Expand Up @@ -29,6 +29,13 @@ properties:
splitByColon:
before: postgres.repository
after: postgres.tag
conjuross.authenticators:
type: string
default: authn
title: Conjur Authenticators
description: >-
Comma-separated list of authenticators to enable on Conjur.
See the full list at https://docs.conjur.org/Latest/en/Content/Operations/Services/authentication-types.htm.
conjuross.dataKey:
type: string
title: Conjur Data key
Expand Down

0 comments on commit bae58f5

Please sign in to comment.