* feat(argo-cd): Make metrics and serviceMonitors usable on an istio service mesh Signed-off-by: Christian Brauchli <chb@open.ch> * change back default values Signed-off-by: Christian Brauchli <chb@open.ch> * update README Signed-off-by: Christian Brauchli <chb@open.ch> * change values to the values they where before Signed-off-by: Christian Brauchli <chb@open.ch> * fix lint Signed-off-by: Christian Brauchli <chb@open.ch> * adjust default portName to be istio compatible Signed-off-by: Christian Brauchli <chb@open.ch> * update docs Signed-off-by: Christian Brauchli <chb@open.ch> * Resolve copy-paste errors Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com> * Restore dex/deployment.yaml and adapt dex/service.yaml Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com> * Bump minor chart version and add port renaming to changelog Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com> Co-authored-by: Christian Brauchli <chb@open.ch> Co-authored-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>
26 lines
810 B
YAML
26 lines
810 B
YAML
apiVersion: v2
|
|
appVersion: v2.3.3
|
|
description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
|
|
name: argo-cd
|
|
version: 4.6.0
|
|
home: https://github.com/argoproj/argo-helm
|
|
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
|
|
keywords:
|
|
- argoproj
|
|
- argocd
|
|
- gitops
|
|
maintainers:
|
|
- name: alexec
|
|
- name: alexmt
|
|
- name: jessesuen
|
|
- name: seanson
|
|
dependencies:
|
|
- name: redis-ha
|
|
version: 4.12.17
|
|
repository: https://dandydeveloper.github.io/charts/
|
|
condition: redis-ha.enabled
|
|
annotations:
|
|
artifacthub.io/changes: |
|
|
- "[Added]: Metrics service name can now be changed"
|
|
- "[Added]: ServiceMonitor now support tlsConfig"
|
|
- "[Changed]: All metrics Service ports were renamed from 'metrics' to 'http-metrics' (istio compatibility)"
|