Code Monkey home page Code Monkey logo

helm-charts's Introduction

helm-charts

CyberArk Helm charts repository.

Download charts from this repository

To use charts from this repository, add the repository to Helm:

$ helm repo add cyberark https://cyberark.github.io/helm-charts
"cyberark" has been added to your repositories

$ helm repo update
Hang tight while we grab the latest from your chart repositories...
...Skip local chart repository
...Successfully got an update from the "cyberark" chart repository
...Successfully got an update from the "stable" chart repository
Update Complete. ⎈ Happy Helming!⎈

View all CyberArk charts

Helm 3+

$ helm search repo cyberark
NAME                    CHART VERSION   APP VERSION     DESCRIPTION                     
cyberark/conjur-oss     2.0.1                           A Helm chart for CyberArk Conjur

$ helm search repo -l cyberark/conjur-oss
NAME                    CHART VERSION   APP VERSION     DESCRIPTION                     
cyberark/conjur-oss     2.0.1                           A Helm chart for CyberArk Conjur
cyberark/conjur-oss     2.0.0                           A Helm chart for CyberArk Conjur
cyberark/conjur-oss     1.3.8                           A Helm chart for CyberArk Conjur
cyberark/conjur-oss     1.3.7                           A Helm chart for CyberArk Conjur
cyberark/conjur-oss     1.3.6                           A Helm chart for CyberArk Conjur
cyberark/conjur-oss     1.3.5                           A Helm chart for CyberArk Conjur
cyberark/conjur-oss     1.3.4                           A Helm chart for CyberArk Conjur
cyberark/conjur-oss     0.2.1                           A Helm chart for CyberArk Conjur
cyberark/conjur-oss     0.2.0                           A Helm chart for CyberArk Conjur
cyberark/conjur-oss     0.1.0                           A Helm chart for CyberArk Conjur

Helm 2

$ helm search -r 'cyberark/*'
NAME                CHART VERSION	APP VERSION DESCRIPTION
cyberark/conjur-oss 2.0.1                      A Helm chart for CyberArk Conjur

Inspect and install a chart

Helm 3+

$ helm inspect chart cyberark/conjur-oss
apiVersion: v1
description: A Helm chart for CyberArk Conjur
home: https://www.conjur.org
...
$ helm install conjur-oss \
  --set dataKey="$(docker run --rm cyberark/conjur data-key generate)" \
  cyberark/conjur-oss
NAME: conjur-oss
LAST DEPLOYED: Mon Dec 23 11:40:04 2019
NAMESPACE: default
STATUS: deployed
REVISION: 1
...

Helm 2

$ helm inspect cyberark/conjur-oss
apiVersion: v1
description: A Helm chart for CyberArk Conjur
home: https://www.conjur.org
...

$ helm install \
  --set dataKey="$(docker run --rm cyberark/conjur data-key generate)" \
  cyberark/conjur-oss
NAME:   full-swan
LAST DEPLOYED: Mon Jul 30 17:40:28 2018
NAMESPACE: conjur
STATUS: DEPLOYED
...

Contributing

We welcome contributions of all kinds to this repository. For instructions on how to get started and descriptions of our development workflows, please see our contributing guide.

License

This repository is licensed under Apache License 2.0 - see LICENSE for more details.

helm-charts's People

Contributors

abrahamko avatar diverdane avatar doodlesbykumbi avatar gl-johnson avatar imheresamir avatar izgeri avatar jakequilty avatar john-odonnell avatar jtuttle avatar rpothier avatar sgnn7 avatar szh avatar tzheleznyak avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

helm-charts's Issues

Helm charts are published to Helm artifact hub and helm/hub

The Cyberark Helm charts should be published to the Helm artifact hub as well as the soon-to-be-deprecated helm/hub. Having our charts published on these hubs will enable users to discover our charts using e.g. helm search hub cyberark or helm search hub conjur (rather than adding our repo explicitly and then doing a helm search repo cyberark).

This task will include checking that our Helm charts meet the requirements for including charts in the Artifact Hub and in helm/hub.

One of the requirements is:

Every chart to have a maintainer listed along with valid contact information for each maintainer. The contact information could be in the form of an email address or link to a contact form.

Perhaps the email address [email protected] can be used for that?

Once all of the requirements for inclusion are met, then the process for publishing is fairly straight-forward.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.