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
|
|
|
dependencies:
|
|
|
|
- name: dex
|
2025-02-01 10:02:41 +01:00
|
|
|
version: 0.20.0
|
2024-01-27 09:57:42 +01:00
|
|
|
repository: https://charts.dexidp.io
|
2020-06-12 13:12:59 -05:00
|
|
|
- name: oauth2-proxy
|
2025-01-20 20:44:56 +01:00
|
|
|
version: &chartVersion 7.10.2
|
2024-01-27 09:57:42 +01:00
|
|
|
repository: https://oauth2-proxy.github.io/manifests
|
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
|
2024-01-27 09:57:42 +01:00
|
|
|
version: 1.1.0
|
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
|
2024-01-27 09:57:42 +01:00
|
|
|
version: 1.1.0
|
2020-06-16 16:39:11 -05:00
|
|
|
repository: https://conservis.github.io/helm-charts
|
2024-01-27 09:57:42 +01:00
|
|
|
version: *chartVersion
|