fix: metric template & add suggested change

Signed-off-by: Ludovic Ortega <ludovic.ortega@adminafk.fr>
This commit is contained in:
Ludovic Ortega 2024-04-20 11:21:57 +02:00
parent c7c3ddea12
commit 66cd82d72b
No known key found for this signature in database
GPG key ID: 87471466EB186A4C
3 changed files with 2 additions and 6 deletions

View file

@ -3,7 +3,7 @@ appVersion: v2.10.7
kubeVersion: ">=1.23.0-0" kubeVersion: ">=1.23.0-0"
description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes. description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
name: argo-cd name: argo-cd
version: 6.8.0 version: 6.7.14
home: https://github.com/argoproj/argo-helm home: https://github.com/argoproj/argo-helm
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
sources: sources:

View file

@ -278,11 +278,6 @@ For full list of changes please check ArtifactHub [changelog].
Highlighted versions provide information about additional steps that should be performed by user when upgrading to newer version. Highlighted versions provide information about additional steps that should be performed by user when upgrading to newer version.
### 6.8.0
Added support for IPv4/IPv6 dual-stack networking.
Please refer to [the docs](https://kubernetes.io/docs/concepts/services-networking/dual-stack/) for more information.
### 6.4.0 ### 6.4.0
Added support for application controller dynamic cluster distribution. Added support for application controller dynamic cluster distribution.

View file

@ -23,6 +23,7 @@ spec:
type: {{ .Values.applicationSet.metrics.service.type }} type: {{ .Values.applicationSet.metrics.service.type }}
{{- if and .Values.applicationSet.metrics.service.clusterIP (eq .Values.applicationSet.metrics.service.type "ClusterIP") }} {{- if and .Values.applicationSet.metrics.service.clusterIP (eq .Values.applicationSet.metrics.service.type "ClusterIP") }}
clusterIP: {{ .Values.applicationSet.metrics.service.clusterIP }} clusterIP: {{ .Values.applicationSet.metrics.service.clusterIP }}
{{- end }}
{{- with .Values.applicationSet.metrics.service.ipFamilyPolicy }} {{- with .Values.applicationSet.metrics.service.ipFamilyPolicy }}
ipFamilyPolicy: {{ . }} ipFamilyPolicy: {{ . }}
{{- end }} {{- end }}