The Scaleway Helm repository contains kubernetes applications packaged by Scaleway.
Helm is a tool for managing Kubernetes charts. Charts are packages of pre-configured Kubernetes resources.
- Kubernetes 1.16+
- Helm 3
To install Helm, refer to the Helm install guide and ensure that the helm
binary is in the PATH
of your shell.
The following command allows you to download and install all the charts from this repository:
$ helm repo add scaleway https://helm.scw.cloud/
To install an application: helm install my-release scaleway/<package-name>
, package-name can be found with helm search repo
to view available chart packages.
To list installed applications: helm list --all-namespaces --all
And to upgrade an application: helm upgrade my-release -n namespace
Helm Quick Start guide provides detailed instructions on how to use the Helm client to manage packages on your Kubernetes cluster.
If you are looking for a way to contribute please read CONTRIBUTING.
Participation in the Kubernetes community is governed by the CNCF Code of Conduct.
We love feedback. Feel free to reach us on Scaleway Slack community, we are waiting for you on #k8s.
You can also join the official Kubernetes slack on #scaleway-k8s channel
You can also raise an issue if you think you've found a bug.