2020-06-12 13:12:59 -05:00
|
|
|
apiVersion: v2
|
2020-06-16 16:39:11 -05:00
|
|
|
description: K8S example based on https://kind.sigs.k8s.io
|
|
|
|
name: kubernetes
|
2020-06-12 13:12:59 -05:00
|
|
|
version: 5.1.1
|
|
|
|
appVersion: 5.1.1
|
|
|
|
dependencies:
|
|
|
|
- name: dex
|
|
|
|
version: 2.11.0
|
2020-11-23 11:45:34 -08:00
|
|
|
repository: https://charts.helm.sh/stable
|
2020-06-12 13:12:59 -05:00
|
|
|
- name: oauth2-proxy
|
|
|
|
version: 3.1.0
|
2020-11-23 11:45:34 -08:00
|
|
|
repository: https://charts.helm.sh/stable
|
2020-06-16 16:39:11 -05:00
|
|
|
# https://github.com/postmanlabs/httpbin/issues/549 is still in progress, for now using a non-official chart
|
2020-06-12 13:12:59 -05:00
|
|
|
- name: httpbin
|
2020-06-16 16:59:56 -05:00
|
|
|
version: 1.0.1
|
2020-06-16 16:39:11 -05:00
|
|
|
repository: https://conservis.github.io/helm-charts
|
2020-06-12 13:12:59 -05:00
|
|
|
- name: hello-world
|
2020-06-16 16:59:56 -05:00
|
|
|
version: 1.0.1
|
2020-06-16 16:39:11 -05:00
|
|
|
repository: https://conservis.github.io/helm-charts
|