Giter VIP home page Giter VIP logo

helm-charts-1'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-1's People

Watchers

 avatar

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.