Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: argo-cd v2.7.18 #60

Merged
merged 1 commit into from
Apr 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading