Skip to content

Repository files navigation

Kubernetes Helm charts by @IMIO

This is a Helm charts repository for Kubernetes made by @IMIO.

Add Helm repository

To install the imio repo just run:

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

Helm Charts

  • odoo

    helm install your-release-name imio/odoo
  • onechart

    helm install your-release-name imio/onechart
  • plausible-analytics

    helm install your-release-name imio/plausible-analytics
  • plone

    helm install your-release-name imio/plone
  • smtp4dev

    helm install your-release-name imio/smtp4dev

Verify chart signatures

Chart releases can optionally be signed with a GPG key, which produces a provenance file (<chart>-<version>.tgz.prov) published alongside the .tgz. If the version you want to install has a matching .prov file, you can verify it came from @IMIO before installing.

Always check the fingerprint below against the imported key — don't trust the key file alone, since anyone who could tamper with the download could ship a matching-looking key too.

# 1. Import the key, then confirm its fingerprint matches the one above
curl -sSL https://imio.github.io/helm-charts/imio-helm-pubkey.asc | gpg --import
gpg --fingerprint devops@imio.be

# 2. Export a binary keyring (the armored .asc will NOT load in `helm verify`)
gpg --export devops@imio.be > imio-helm.gpg

# 3. Install or pull with verification
helm install your-release-name imio/smtp4dev --verify --keyring ./imio-helm.gpg

License

Apache License 2.0

About

Kubernetes Helm charts by @IMIO

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors