From 361d06763835517fba5a0f6c6ef9e02f4f390662 Mon Sep 17 00:00:00 2001 From: Jonas Juselius Date: Sat, 20 Apr 2024 08:16:48 +0200 Subject: [PATCH] fix: update vcluster chart version and stuff --- vcluster/chart/templates/vcluster.yaml | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/vcluster/chart/templates/vcluster.yaml b/vcluster/chart/templates/vcluster.yaml index 38340d76..54e71848 100644 --- a/vcluster/chart/templates/vcluster.yaml +++ b/vcluster/chart/templates/vcluster.yaml @@ -6,7 +6,7 @@ metadata: name: {{ $fullname }} namespace: argocd spec: - project: atlantis + project: vcluster syncPolicy: automated: {} syncOptions: @@ -16,7 +16,7 @@ spec: namespace: {{ .Release.Namespace }} source: repoURL: https://charts.loft.sh - targetRevision: 0.18.1 + targetRevision: 0.19.5 chart: vcluster helm: values: |- @@ -98,6 +98,12 @@ spec: apiVersion: postgresql.cnpg.io/v1 - kind: Secret apiVersion: v1 + # - kind: Component + # apiVersion: dapr.io/v1alpha1 + # - kind: Configuration + # apiVersion: dapr.io/v1alpha1 + # - kind: Subscription + # apiVersion: dapr.io/v1alpha1 # - kind: Jaeger # apiVersion: jaegertracing.io/v1 # - kind: CiliumNetworkPolicy @@ -140,7 +146,10 @@ spec: # The contents of manifests-template will be templated using helm # this allows you to use helm values inside, e.g.: {{ .Release.Name }} - manifestsTemplate: '' + # manifestsTemplate: |- + # {{- range .Files.Lines "_atlantis.yaml" }} + # {{ . }} + # {{- end }} helm: - chart: