From f2df5f9eb0227f09846ba84ecfb90df84758631a Mon Sep 17 00:00:00 2001 From: Hy3n4 Date: Wed, 20 Dec 2023 13:21:30 +0100 Subject: [PATCH] feat(helm): Add Helm chat dependencies - add osko-crds dependency - add prometheus-operator-crds dependency Signed-off-by: Hy3n4 --- helm/osko/Chart.yaml | 10 ++++++++++ helm/osko/values.yaml | 4 ++++ 2 files changed, 14 insertions(+) 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: