Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Helm Charts repository

NotificationsYou must be signed in to change notification settings

zazuko/helm-charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Artifact HubDownloads

This repository contains the Helm charts for deploying some of the apps we maintain on Kubernetes.

Usage

To use the charts, you need to add the Zazuko Helm repository using the following command:

helm repo add zazuko https://charts.zazuko.com

Development

Make sure to run the following command to make sure that the charts are valid:

helm lint zazuko/*

And that one to generate/update the README file for each chart:

./scripts/docs.sh

To preview a chart, you can use the following command:

CHART_NAME=trifidhelm template"zazuko/${CHART_NAME}" --values"zazuko/${CHART_NAME}/values.yaml"

To install a chart, you can use the following command:

CHART_NAME=trifidhelm install"${CHART_NAME}-release""zazuko/${CHART_NAME}" --values"zazuko/${CHART_NAME}/values.yaml"# --namespace default

And to update the chart, you can use the following command:

CHART_NAME=trifidhelm upgrade"${CHART_NAME}-release""zazuko/${CHART_NAME}" --values"zazuko/${CHART_NAME}/values.yaml"# --namespace default

To uninstall a chart, you can use the following command:

CHART_NAME=trifidhelm uninstall"${CHART_NAME}-release"# --namespace default

Optional: To sign the charts, you can use the following commands:

CHART_NAME=trifidKEY_NAME='Name for your GPG key'gpg --full-generate-key# Generate a new GPG keygpg --output private.pgp --armor --export-secret-key"${KEY_NAME}"# Export the private keycat private.pgp| gpg --dearmor --output private.gpg# Convert the private key to GPGhelm package --sign --key"${KEY_NAME}" --keyring private.pgp"zazuko/${CHART_NAME}"# Package and sign the chart

About

Helm Charts repository

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors3

  •  
  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp