Skip to content
This repository was archived by the owner on Apr 29, 2025. It is now read-only.

intuitem/ca-helm-chart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

official helm chart is now on GH registry - checkout the documentation

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