fix: update vcluster chart version and stuff
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user