All Projects → IBM → Charts

IBM / Charts

Licence: other
The IBM/charts repository provides helm charts for IBM and Third Party middleware.

Projects that are alternatives of or similar to Charts

aks-multi-tenant-agic
This sample shows how to use the Application Gateway Ingress Controller in a multi-tenant AKS cluster to expose multiple instances of the same application, one for each tenant.
Stars: ✭ 27 (-89.37%)
Mutual labels:  helm, helm-charts
data-center-helm-charts
Helm charts for Atlassian's Data Center products
Stars: ✭ 77 (-69.69%)
Mutual labels:  helm, helm-charts
helm-charts
Official Helm Chart Repository for InfluxData Applications
Stars: ✭ 133 (-47.64%)
Mutual labels:  helm, helm-charts
k8s-ovpn-chart
[DEPRECATED] Helm chart for a private OpenVPN server
Stars: ✭ 19 (-92.52%)
Mutual labels:  helm, helm-charts
anchore-charts
Helm charts for Anchore tools and services
Stars: ✭ 38 (-85.04%)
Mutual labels:  helm, helm-charts
helm-github-pages
Publish your Kubernetes Helm Charts on GitHub Pages. DEPRECATED: please use https://github.com/helm/chart-releaser
Stars: ✭ 22 (-91.34%)
Mutual labels:  helm, helm-charts
charts
Public helm charts
Stars: ✭ 15 (-94.09%)
Mutual labels:  helm, helm-charts
hull
The incredible HULL - Helm Uniform Layer Library - is a Helm library chart to improve Helm chart based workflows
Stars: ✭ 66 (-74.02%)
Mutual labels:  helm, helm-charts
gradle-helm-plugin
A Gradle plugin for building, publishing and managing Helm charts.
Stars: ✭ 42 (-83.46%)
Mutual labels:  helm, helm-charts
khelm
A Helm chart templating CLI, kpt function and kustomize plugin
Stars: ✭ 46 (-81.89%)
Mutual labels:  helm, helm-charts
redis-developer.github.io
The Home of Redis Developers
Stars: ✭ 28 (-88.98%)
Mutual labels:  helm, helm-charts
charts
My helm charts
Stars: ✭ 15 (-94.09%)
Mutual labels:  helm, helm-charts
multitenant-microservices-demo
Full Isolation in Multi-Tenant SaaS with Kubernetes + Istio
Stars: ✭ 57 (-77.56%)
Mutual labels:  helm, helm-charts
charts
☸️ Helm Charts for YOURLS
Stars: ✭ 12 (-95.28%)
Mutual labels:  helm, helm-charts
helm-mapkubeapis
This is a Helm plugin which map deprecated or removed Kubernetes APIs in a release to supported APIs
Stars: ✭ 287 (+12.99%)
Mutual labels:  helm, helm-charts
helm-charts
Helm Charts
Stars: ✭ 24 (-90.55%)
Mutual labels:  helm, helm-charts
billimek-charts
DEPRECATED - new home is https://github.com/k8s-at-home/charts
Stars: ✭ 90 (-64.57%)
Mutual labels:  helm, helm-charts
kubernetes-helm-chart-cassandra
Kubernetes Helm Chart for Cassandra
Stars: ✭ 29 (-88.58%)
Mutual labels:  helm, helm-charts
stackstorm-ha
K8s Helm Chart (βeta!) that codifies StackStorm (aka "IFTTT for Ops" https://stackstorm.com/) Highly Availability fleet as a simple to use reproducible infrastructure-as-code app
Stars: ✭ 74 (-70.87%)
Mutual labels:  helm, helm-charts
helm-charts
docs.renovatebot.com/helm-charts
Stars: ✭ 51 (-79.92%)
Mutual labels:  helm, helm-charts

IBM Charts Helm Repository

Overview

The IBM/charts git repository provides several Helm chart repositories and is organized as follows:

Helm 3

The repo/ibm-helm directory contains packaged Helm chart binaries. Installation of a chart from the ibm-helm repo may require a docker-registry secret containing an entitlement key from MyIBM Container Software Library. See obtaining your entitlement key for step by step instructions on retrieving an entitlement key if required.

To add the ibm-helm repo to local helm chart repository list run the following command :

helm repo add ibm-helm https://raw.githubusercontent.com/IBM/charts/master/repo/ibm-helm

To add the ibm-helm repo to a OCP 4.6+ helm chart repository list run the following command :

cat <<EOF | kubectl apply -f -
apiVersion: helm.openshift.io/v1beta1
kind: HelmChartRepository
metadata:
  name: ibm-helm-repo
spec:
  connectionConfig:
    url: https://raw.githubusercontent.com/IBM/charts/master/repo/ibm-helm
EOF

Getting Started

If you are new to Helm 3 on OpenShift Container Platform, information on getting started can be found here.

Helm 2

The stable directory contains Helm chart source provided by IBM, while the repo/stable directory contains the packaged Helm chart binaries. To add the stable repo to local repository list run the following command :

helm repo add stable https://raw.githubusercontent.com/IBM/charts/master/repo/stable

The entitled directory contains Helm chart source provided by IBM for commercial use, while the repo/entitled directory contains the packaged Helm chart binaries. Installation of a chart from the entitled helm repo requires a docker-registry secret containing an entitlement key from MyIBM Container Software Library. See installing entitled IBM Software onto IBM Cloud Private for step by step instructions on obtaining an entitlement key and creating the required secrets. To add the entitled repo to local repository list run the following command :

helm repo add entitled https://raw.githubusercontent.com/IBM/charts/master/repo/entitled

The community directory contains Helm chart source provided by the wider community, while the repo/community directory contains the packaged Helm chart binaries. To add the community repo to local repository list run the following command :

helm repo add community https://raw.githubusercontent.com/IBM/charts/master/repo/community

The repo/stable, repo/entitled, and repo/community directories are Helm repositories, and their index.yaml file is built automatically based on the MASTER branch. As of IBM Cloud Private version 3.2, all three repositories are part of the default configuration of IBM Cloud Private, and as such, all charts in those repository will be displayed by default in the IBM Cloud Private catalog.

Getting Started

IBM Cloud Kubernetes Service

If you are new to the IBM Cloud Kubernetes Service platform, information on how to deploy can be found in this tutorial.

IBM Cloud Private

If you are new to IBM Cloud Private, information on getting started can be found here.

Copyright IBM Corporation 2020. All Rights Reserved.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].