Latest argocd
This commit is contained in:
parent
5854468f09
commit
baa9b69265
@ -1,7 +1,7 @@
|
||||
apiVersion: v2
|
||||
description: KubeZero ArgoCD Helm chart to install ArgoCD itself and the KubeZero ArgoCD Application
|
||||
name: kubezero-argo-cd
|
||||
version: 0.5.3
|
||||
version: 0.5.4
|
||||
home: https://kubezero.com
|
||||
icon: https://cdn.zero-downtime.net/assets/kubezero/logo-small-64.png
|
||||
keywords:
|
||||
@ -15,6 +15,6 @@ dependencies:
|
||||
version: ">= 0.1.3"
|
||||
repository: https://zero-down-time.github.io/kubezero/
|
||||
- name: argo-cd
|
||||
version: 2.7.0
|
||||
version: 2.8.0
|
||||
repository: https://argoproj.github.io/argo-helm
|
||||
kubeVersion: ">= 1.16.0"
|
||||
kubeVersion: ">= 1.17.0"
|
||||
|
@ -31,13 +31,14 @@ argo-cd:
|
||||
|
||||
global:
|
||||
image:
|
||||
tag: v1.7.5
|
||||
tag: v1.7.7
|
||||
|
||||
controller:
|
||||
args:
|
||||
statusProcessors: "4"
|
||||
operationProcessors: "2"
|
||||
appResyncPeriod: "300"
|
||||
logFormat: json
|
||||
|
||||
metrics:
|
||||
enabled: false
|
||||
@ -62,6 +63,7 @@ argo-cd:
|
||||
memory: 256Mi
|
||||
|
||||
repoServer:
|
||||
logFormat: json
|
||||
metrics:
|
||||
enabled: false
|
||||
serviceMonitor:
|
||||
@ -77,6 +79,7 @@ argo-cd:
|
||||
effect: NoSchedule
|
||||
|
||||
server:
|
||||
logFormat: json
|
||||
config:
|
||||
# argo-cd.server.config.url -- ArgoCD hostname to be exposed via Istio
|
||||
url: argocd.example.com
|
||||
|
@ -24,9 +24,9 @@ spec:
|
||||
hosts: ["{{ .Values.grafana.istio.url }}"]
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
---
|
||||
{{- if .Values.prometheus.istio.enabled }}
|
||||
{{- if .Values.prometheus.istio.ipBlocks }}
|
||||
---
|
||||
apiVersion: security.istio.io/v1beta1
|
||||
kind: AuthorizationPolicy
|
||||
metadata:
|
||||
|
@ -15,8 +15,8 @@ spec:
|
||||
- destination:
|
||||
host: metrics-grafana
|
||||
{{- end }}
|
||||
---
|
||||
{{- if .Values.prometheus.istio.enabled }}
|
||||
---
|
||||
apiVersion: networking.istio.io/v1alpha3
|
||||
kind: VirtualService
|
||||
metadata:
|
||||
|
Loading…
Reference in New Issue
Block a user