Skip to content

Latest commit

 

History

History
58 lines (40 loc) · 1.58 KB

README.md

File metadata and controls

58 lines (40 loc) · 1.58 KB

Helm charts collection

Artifact HUB Artifact HUB

Repository

Helm charts are currently hosted on GitHub releases

helm repo add fydrah https://raw.githubusercontent.com/fydrah/helm-charts/master/index.yaml
helm repo update

Charts

Available charts:

Contributors

Upload a chart

repo admin only

  1. Update chart version (and appVersion if necessary) in Chart.yaml file

  2. Make sure you have:

  3. Export variables

    export CR_INDEX_PATH=index.yaml
    export CR_CHARTS_REPO=https://github.com/fydrah/helm-charts
    export CR_GIT_REPO=helm-charts
    export CR_PACKAGE_PATH=.deploy
    export CR_OWNER=fydrah
    export CR_TOKEN=REDACTED   # This must be a github token with *repos* privileges
  4. Deploy releases. This will package, tag and push tags, and index latest versions. This does not push produced index.yaml (to avoid indexation of wrong release):

    # Launch this from root directory
    ./scripts/deploy-charts.sh