Skip to content

cloudkite-io/helm-standard-library

Folders and files

NameName
Last commit message
Last commit date
Jul 12, 2023
Mar 4, 2025
Jan 12, 2024
Feb 13, 2024

Repository files navigation

Cloudkite Helm Standard Library.

To use in helm chart

Chart.yaml:

apiVersion: v2
name: some-chart
description: some description
type: application
version: 1.0.0
dependencies:
  - name: standard-app
    version: 0.3.0
    repository: oci://us-central1-docker.pkg.dev/cloudkite-public/public-helm-charts

values.yaml:

standard-app:
  image: ...
  tag: ...
  apps:
    app1:
  ...

example.values.yaml serves as an ultimate library of all parameters