scaleway / helm-charts

Scaleway Helm Charts

Home Page:https://helm.scw.cloud/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scaleway Helm repository

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.

Getting started

Prerequisites

  • Kubernetes 1.16+
  • Helm 3

Installing Helm

To install Helm, refer to the Helm install guide and ensure that the helm binary is in the PATH of your shell.

Add Repository

The following command allows you to download and install all the charts from this repository:

$ helm repo add scaleway https://helm.scw.cloud/

Using Helm

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.

Development

If you are looking for a way to contribute please read CONTRIBUTING.

Code of conduct

Participation in the Kubernetes community is governed by the CNCF Code of Conduct.

Reach us

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.

About

Scaleway Helm Charts

https://helm.scw.cloud/


Languages

Language:Mustache 69.8%Language:Smarty 30.2%