Skip to content

Commit

Permalink
feat: argo-cd v2.7.18
Browse files Browse the repository at this point in the history
Signed-off-by: Jesse Suen <[email protected]>
  • Loading branch information
jessesuen committed Apr 23, 2024
1 parent 29cd720 commit 3cf2841
Show file tree
Hide file tree
Showing 9 changed files with 32 additions and 16 deletions.
3 changes: 0 additions & 3 deletions .github/configs/ct-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ chart-dirs:
- charts
chart-repos:
- akuity=https://charts.akuity.io
- minio=https://helm.min.io/
- stable=https://charts.helm.sh/stable
- incubator=https://charts.helm.sh/incubator
helm-extra-args: "--timeout 1200s"
validate-chart-schema: false
validate-maintainers: true
Expand Down
3 changes: 0 additions & 3 deletions .github/configs/ct-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ chart-dirs:
- charts
chart-repos:
- akuity=https://charts.akuity.io
- minio=https://helm.min.io/
- stable=https://charts.helm.sh/stable
- incubator=https://charts.helm.sh/incubator
helm-extra-args: "--timeout 600s"
validate-chart-schema: false
validate-maintainers: true
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/chart-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ jobs:
- name: Add dependency chart repos
run: |
helm repo add akuity https://charts.akuity.io
helm repo add minio https://helm.min.io/
helm repo add stable https://charts.helm.sh/stable
helm repo add incubator https://charts.helm.sh/incubator
- name: Configure Git
run: |
git config user.name "$GITHUB_ACTOR"
Expand Down
8 changes: 4 additions & 4 deletions charts/argo-cd/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
version: 2.7.11-ak.0.0
appVersion: 2.7.11
version: 2.7.18-ak.0.0
appVersion: 2.7.18
description: A Helm chart for ArgoCD, a declarative, GitOps continuous delivery tool for Kubernetes.
name: argo-cd
home: https://charts.akuity.io
Expand All @@ -10,14 +10,14 @@ keywords:
- argocd
- gitops
maintainers:
- name: terrytangyuan
email: [email protected]
- name: jessesuen
email: [email protected]
- name: wanghong230
email: [email protected]
- name: evgeny-goldin
email: [email protected]
- name: 34fathombelow
email: [email protected]

dependencies:
- name: argo-cd-extensions
Expand Down
4 changes: 2 additions & 2 deletions charts/argo-cd/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# argo-cd

![Version: 2.7.11-ak.0.0](https://img.shields.io/badge/Version-2.7.11--ak.0.0-informational?style=flat-square) ![AppVersion: 2.7.11](https://img.shields.io/badge/AppVersion-2.7.11-informational?style=flat-square)
![Version: 2.7.18-ak.0.0](https://img.shields.io/badge/Version-2.7.18--ak.0.0-informational?style=flat-square) ![AppVersion: 2.7.18](https://img.shields.io/badge/AppVersion-2.7.18-informational?style=flat-square)

A Helm chart for ArgoCD, a declarative, GitOps continuous delivery tool for Kubernetes.

Expand All @@ -10,10 +10,10 @@ A Helm chart for ArgoCD, a declarative, GitOps continuous delivery tool for Kube

| Name | Email | Url |
| ---- | ------ | --- |
| terrytangyuan | <[email protected]> | |
| jessesuen | <[email protected]> | |
| wanghong230 | <[email protected]> | |
| evgeny-goldin | <[email protected]> | |
| 34fathombelow | <[email protected]> | |

## Requirements

Expand Down
6 changes: 6 additions & 0 deletions charts/argo-cd/templates/argocd-server/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,12 @@ spec:
key: server.enable.proxy.extension
name: argocd-cmd-params-cm
optional: true
- name: ARGOCD_API_CONTENT_TYPES
valueFrom:
configMapKeyRef:
key: server.api.content.types
name: argocd-cmd-params-cm
optional: true
image: {{ include "argo-cd.image" (dict "root" . "image" .Values.server.image ) }}
imagePullPolicy: {{ default .Values.global.image.pullPolicy .Values.server.image.pullPolicy }}
livenessProbe:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@ spec:
containers:
- args:
- /usr/local/bin/argocd-notifications
env:
- name: ARGOCD_APPLICATION_NAMESPACES
valueFrom:
configMapKeyRef:
key: application.namespaces
name: argocd-cmd-params-cm
optional: true
image: {{ include "argo-cd.image" (dict "root" . "image" .Values.controller.image ) }}
imagePullPolicy: {{ default .Values.global.image.pullPolicy .Values.controller.image.pullPolicy }}
livenessProbe:
Expand Down
12 changes: 12 additions & 0 deletions charts/argo-cd/templates/repo-server/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,18 @@ spec:
key: reposerver.streamed.manifest.max.extracted.size
name: argocd-cmd-params-cm
optional: true
- name: ARGOCD_REPO_SERVER_HELM_MANIFEST_MAX_EXTRACTED_SIZE
valueFrom:
configMapKeyRef:
key: reposerver.helm.manifest.max.extracted.size
name: argocd-cmd-params-cm
optional: true
- name: ARGOCD_REPO_SERVER_DISABLE_HELM_MANIFEST_MAX_EXTRACTED_SIZE
valueFrom:
configMapKeyRef:
key: reposerver.disable.helm.manifest.max.extracted.size
name: argocd-cmd-params-cm
optional: true
- name: ARGOCD_GIT_MODULES_ENABLED
valueFrom:
configMapKeyRef:
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.11-alpine
tag: 7.0.14-alpine
pullPolicy: # IfNotPresent
haProxyImage:
# https://hub.docker.com/_/haproxy
Expand Down

0 comments on commit 3cf2841

Please sign in to comment.