Skip to content

ycrash/helm-charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yCrash Helm Charts

License Version View - Documentation

Usage

Helm must be installed to use the charts. Please refer to Helm's documentation to get started.

Once Helm is set up properly, add the repo as follows:

Get Repo Info

helm repo add ycrash https://ycrash.github.io/helm-charts
helm repo update ycrash
helm repo list

Installing the Chart

To install the chart with the release name ycrash:

helm install ycrash ycrash/ycrash

Uninstalling the Chart

To uninstall the chart with the release name ycrash:

helm uninstall ycrash --keep-history

To remove all the Kubernetes components associated with the chart and delete the release name ycrash:

helm delete ycrash

Search the Chart

helm search repo ycrash --versions

yCrash Server Helm Charts

Installs the Non-intrusive, AI aided, Instant root cause analysis tool yCrash

  1. Download your license.lic file from here or send an email to support@tier1app.com.

  2. Run helm install / upgrade:

helm upgrade -i ycrash ycrash/ycrash --set-file ycrash.secrets.license.content=license.lic

or with S3 storage:

helm upgrade -i ycrash ycrash/ycrash \
  --set-file ycrash.secrets.license.content=license.lic \
  --set ycrash.storage.s3.endPointUrl=https://s3.us-west-1.amazonaws.com \
  --set ycrash.storage.s3.region=us-west-1 \
  --set ycrash.storage.s3.bucketName=my-bucket \
  --set ycrash.storage.s3.accessKey=my-access-key \
  --set ycrash.storage.s3.secretKey=my-secret-key

See charts/ycrash/values.yaml for the complete configuration values.

BuggyApp Helm Charts

helm upgrade -i buggyapp ycrash/buggyapp --set buggyapp.secrets.agentConfig.options.k=Licensee@UserNo

Get your key (Licensee@UserNo) from your license.lic file.

See charts/buggyapp/values.yaml for the complete configuration values.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •