Skip to content

intuitem/ca-helm-chart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Installation

Add the repository

helm repo add intuitem https://intuitem.github.io/ca-helm-chart/

Pulling default values

helm show values intuitem/ciso-assistant > my-values.yaml

Creating a dedicated namespace

kubectl create ns ciso-assistant

Install

helm install polpo intuitem/ciso-assistant -f my-values.yaml -n ciso-assistant

Uninstall

helm uninstall polpo -n ciso-assistant

Upgrading

When upgrading, make sure to:

  1. Backup your persistent volumes
  2. Update any custom values
  3. Run: helm upgrade my-release . --set global.appVersion=vx.y.z

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages