You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
docker-infisical/helm-charts
Tchoupinax 8a1a3e9ab9
chore(helm-chart): increase the version to 0.4.2
6 months ago
..
infisical chore(helm-chart): increase the version to 0.4.2 6 months ago
secrets-operator Update k8 operator Chart version 8 months ago
README.md chore(chart): breaking change version bump + docs 1 year ago
upload-to-cloudsmith.sh patch upload script 1 year ago

README.md

Infisical Helm Charts

Welcome to Infisical Helm Charts repository! Find instructions below to setup and install our charts.

Installation

# Add the Infisical repository
helm repo add infisical 'https://dl.cloudsmith.io/public/infisical/helm-charts/helm/charts/' && helm repo update

# Install Infisical (default values)
helm upgrade --install --atomic \
  -n infisical --create-namespace \
  infisical infisical/infisical
  
# Install Infisical Secrets Operator (default values)
helm upgrade --install --atomic \
  -n infisical --create-namespace \
  infisical-secrets-operator infisical/secrets-operator

Charts

Here's the link to our charts corresponding documentation :

Documentation

We're trying to follow a documentation convention across our charts, allowing us to auto-generate markdown documentation thanks to this tool

Steps to update the documentation :

  1. cd helm-charts/<chart>
  2. git clone https://github.com/bitnami-labs/readme-generator-for-helm
  3. npm install ./readme-generator-for-helm
  4. npm exec readme-generator -- --readme README.md --values values.yaml
    • It'll insert the table below the ## Parameters title
    • It'll output errors if some of the path aren't documented