- Remove OpenEBS from k0s.yaml bootstrap (deploy via ArgoCD instead) - Remove sealed-secrets from bootstrap Helm chart (deploy via ArgoCD) - Convert helm values to valuesObject in Argo apps
23 lines
568 B
YAML
23 lines
568 B
YAML
apiVersion: v2
|
|
name: turbo-mothership-bootstrap
|
|
description: Umbrella chart for cluster bootstrap components
|
|
type: application
|
|
version: 0.1.0
|
|
appVersion: "1.0.0"
|
|
|
|
dependencies:
|
|
- name: ingress-nginx
|
|
version: "4.14.1"
|
|
repository: https://kubernetes.github.io/ingress-nginx
|
|
condition: ingress-nginx.enabled
|
|
|
|
- name: cert-manager
|
|
version: "1.19.2"
|
|
repository: https://charts.jetstack.io
|
|
condition: cert-manager.enabled
|
|
|
|
- name: argo-cd
|
|
version: "9.1.6"
|
|
repository: https://argoproj.github.io/argo-helm
|
|
condition: argo-cd.enabled
|