Latest argocd

This commit is contained in:
Stefan Reimer 2020-10-05 04:31:00 -07:00
parent 19769f97d4
commit 2896c03e2a
4 changed files with 9 additions and 6 deletions

View File

@ -1,7 +1,7 @@
apiVersion: v2 apiVersion: v2
description: KubeZero ArgoCD Helm chart to install ArgoCD itself and the KubeZero ArgoCD Application description: KubeZero ArgoCD Helm chart to install ArgoCD itself and the KubeZero ArgoCD Application
name: kubezero-argo-cd name: kubezero-argo-cd
version: 0.5.3 version: 0.5.4
home: https://kubezero.com home: https://kubezero.com
icon: https://cdn.zero-downtime.net/assets/kubezero/logo-small-64.png icon: https://cdn.zero-downtime.net/assets/kubezero/logo-small-64.png
keywords: keywords:
@ -15,6 +15,6 @@ dependencies:
version: ">= 0.1.3" version: ">= 0.1.3"
repository: https://zero-down-time.github.io/kubezero/ repository: https://zero-down-time.github.io/kubezero/
- name: argo-cd - name: argo-cd
version: 2.7.0 version: 2.8.0
repository: https://argoproj.github.io/argo-helm repository: https://argoproj.github.io/argo-helm
kubeVersion: ">= 1.16.0" kubeVersion: ">= 1.17.0"

View File

@ -31,13 +31,14 @@ argo-cd:
global: global:
image: image:
tag: v1.7.5 tag: v1.7.7
controller: controller:
args: args:
statusProcessors: "4" statusProcessors: "4"
operationProcessors: "2" operationProcessors: "2"
appResyncPeriod: "300" appResyncPeriod: "300"
logFormat: json
metrics: metrics:
enabled: false enabled: false
@ -62,6 +63,7 @@ argo-cd:
memory: 256Mi memory: 256Mi
repoServer: repoServer:
logFormat: json
metrics: metrics:
enabled: false enabled: false
serviceMonitor: serviceMonitor:
@ -77,6 +79,7 @@ argo-cd:
effect: NoSchedule effect: NoSchedule
server: server:
logFormat: json
config: config:
# argo-cd.server.config.url -- ArgoCD hostname to be exposed via Istio # argo-cd.server.config.url -- ArgoCD hostname to be exposed via Istio
url: argocd.example.com url: argocd.example.com

View File

@ -24,9 +24,9 @@ spec:
hosts: ["{{ .Values.grafana.istio.url }}"] hosts: ["{{ .Values.grafana.istio.url }}"]
{{- end }} {{- end }}
{{- end }} {{- end }}
---
{{- if .Values.prometheus.istio.enabled }} {{- if .Values.prometheus.istio.enabled }}
{{- if .Values.prometheus.istio.ipBlocks }} {{- if .Values.prometheus.istio.ipBlocks }}
---
apiVersion: security.istio.io/v1beta1 apiVersion: security.istio.io/v1beta1
kind: AuthorizationPolicy kind: AuthorizationPolicy
metadata: metadata:

View File

@ -15,8 +15,8 @@ spec:
- destination: - destination:
host: metrics-grafana host: metrics-grafana
{{- end }} {{- end }}
---
{{- if .Values.prometheus.istio.enabled }} {{- if .Values.prometheus.istio.enabled }}
---
apiVersion: networking.istio.io/v1alpha3 apiVersion: networking.istio.io/v1alpha3
kind: VirtualService kind: VirtualService
metadata: metadata: