Skip to content

Commit

Permalink
feat: argo-cd v2.10.8 (#65)
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Marquis <justin@akuity.io>
  • Loading branch information
34fathombelow committed Apr 30, 2024
1 parent 15cd670 commit bc0d816
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/argo-cd/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
version: 2.10.7-ak.0.0
appVersion: 2.10.7
version: 2.10.8-ak.0.0
appVersion: 2.10.8
description: A Helm chart for ArgoCD, a declarative, GitOps continuous delivery tool for Kubernetes.
name: argo-cd
home: https://charts.akuity.io
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,12 @@ spec:
key: controller.diff.server.side
name: argocd-cmd-params-cm
optional: true
- name: ARGOCD_IGNORE_NORMALIZER_JQ_TIMEOUT
valueFrom:
configMapKeyRef:
name: argocd-cmd-params-cm
key: controller.ignore.normalizer.jq.timeout
optional: true
image: {{ include "argo-cd.image" (dict "root" . "image" .Values.controller.image ) }}
imagePullPolicy: {{ default .Values.global.image.pullPolicy .Values.controller.image.pullPolicy }}
name: argocd-application-controller
Expand Down
2 changes: 1 addition & 1 deletion charts/argo-cd/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ redis:
image:
repository: quay.io/akuity/redis
# https://hub.docker.com/_/redis/
tag: 7.0.14-alpine
tag: 7.0.15-alpine
pullPolicy: # IfNotPresent
haProxyImage:
# https://hub.docker.com/_/haproxy
Expand Down

0 comments on commit bc0d816

Please sign in to comment.