diff --git a/helm/osko/Chart.yaml b/helm/osko/Chart.yaml index fc1062b..8e90cb5 100644 --- a/helm/osko/Chart.yaml +++ b/helm/osko/Chart.yaml @@ -24,3 +24,13 @@ version: 0.0.1 appVersion: "0.0.1" home: https://github.com/oskoperator/osko + +dependencies: + - name: prometheus-operator-crds + version: 8.0.1 + repository: https://prometheus-community.github.io/helm-charts + condition: crds.prometheus-operator.enabled + - name: osko-crds + version: 0.0.1 + repository: https://helm.osko.dev/ + condition: crds.osko.enabled diff --git a/helm/osko/values.yaml b/helm/osko/values.yaml index 3dec369..28b5125 100644 --- a/helm/osko/values.yaml +++ b/helm/osko/values.yaml @@ -2,6 +2,10 @@ # This is a YAML-formatted file. # Declare variables to be passed into your templates. +crds: + prometheus-operator: true + osko: true + replicaCount: 1 image: