fix: update vcluster chart version and stuff
This commit is contained in:
@@ -6,7 +6,7 @@ metadata:
|
|||||||
name: {{ $fullname }}
|
name: {{ $fullname }}
|
||||||
namespace: argocd
|
namespace: argocd
|
||||||
spec:
|
spec:
|
||||||
project: atlantis
|
project: vcluster
|
||||||
syncPolicy:
|
syncPolicy:
|
||||||
automated: {}
|
automated: {}
|
||||||
syncOptions:
|
syncOptions:
|
||||||
@@ -16,7 +16,7 @@ spec:
|
|||||||
namespace: {{ .Release.Namespace }}
|
namespace: {{ .Release.Namespace }}
|
||||||
source:
|
source:
|
||||||
repoURL: https://charts.loft.sh
|
repoURL: https://charts.loft.sh
|
||||||
targetRevision: 0.18.1
|
targetRevision: 0.19.5
|
||||||
chart: vcluster
|
chart: vcluster
|
||||||
helm:
|
helm:
|
||||||
values: |-
|
values: |-
|
||||||
@@ -98,6 +98,12 @@ spec:
|
|||||||
apiVersion: postgresql.cnpg.io/v1
|
apiVersion: postgresql.cnpg.io/v1
|
||||||
- kind: Secret
|
- kind: Secret
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
|
# - kind: Component
|
||||||
|
# apiVersion: dapr.io/v1alpha1
|
||||||
|
# - kind: Configuration
|
||||||
|
# apiVersion: dapr.io/v1alpha1
|
||||||
|
# - kind: Subscription
|
||||||
|
# apiVersion: dapr.io/v1alpha1
|
||||||
# - kind: Jaeger
|
# - kind: Jaeger
|
||||||
# apiVersion: jaegertracing.io/v1
|
# apiVersion: jaegertracing.io/v1
|
||||||
# - kind: CiliumNetworkPolicy
|
# - kind: CiliumNetworkPolicy
|
||||||
@@ -140,7 +146,10 @@ spec:
|
|||||||
|
|
||||||
# The contents of manifests-template will be templated using helm
|
# The contents of manifests-template will be templated using helm
|
||||||
# this allows you to use helm values inside, e.g.: {{ .Release.Name }}
|
# this allows you to use helm values inside, e.g.: {{ .Release.Name }}
|
||||||
manifestsTemplate: ''
|
# manifestsTemplate: |-
|
||||||
|
# {{- range .Files.Lines "_atlantis.yaml" }}
|
||||||
|
# {{ . }}
|
||||||
|
# {{- end }}
|
||||||
|
|
||||||
helm:
|
helm:
|
||||||
- chart:
|
- chart:
|
||||||
|
|||||||
Reference in New Issue
Block a user