Skip to content

Commit 63013fc

Browse files
Merge pull request #29 from codefresh-io/upgrade-argo-cd
Upgrade ArgoCD
2 parents f490789 + af9deb5 commit 63013fc

File tree

4 files changed

+7
-8
lines changed

4 files changed

+7
-8
lines changed

.github/configs/ct-lint.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ charts:
66
- charts/argo-cd
77
chart-repos:
88
- dandydeveloper=https://dandydeveloper.github.io/charts/
9-
helm-extra-args: "--timeout 600s"
109
validate-chart-schema: false
1110
validate-maintainers: true
1211
validate-yaml: true

.github/workflows/lint-and-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ jobs:
3838

3939
- name: Setup Chart Linting
4040
id: lint
41-
uses: helm/chart-testing-action@e8788873172cb653a90ca2e819d79d65a66d4e76 # v2.4.0
41+
uses: helm/chart-testing-action@b43128a8b25298e1e7b043b78ea6613844e079b1 # v2.6.0
4242
with:
4343
# Note: Also update in scripts/lint.sh
44-
version: v3.7.1
44+
version: v3.10.0
4545

4646
- name: List changed charts
4747
id: list-changed

charts/argo-cd/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
apiVersion: v2
2-
appVersion: v2.8.1-cap-CR-not-setup-kustomize-ns
2+
appVersion: v2.8.1-cap-CR-20837
33
kubeVersion: ">=1.23.0-0"
44
description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
55
name: argo-cd
6-
version: 5.46.2-3-cap-CR-not-setup-kustomize-ns
6+
version: 5.46.2-4-cap-CR-20837
77
home: https://github.com/argoproj/argo-helm
88
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
99
sources:
@@ -27,4 +27,4 @@ annotations:
2727
url: https://argoproj.github.io/argo-helm/pgp_keys.asc
2828
artifacthub.io/changes: |
2929
- kind: changed
30-
description: Update ArgoCD version to v2.8.1-cap-CR-not-setup-kustomize-ns
30+
description: Update ArgoCD version to v2.8.1-cap-CR-20837

scripts/lint.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ echo -e "\n-- Linting all Helm Charts --\n"
99
docker run \
1010
-v "$SRCROOT:/workdir" \
1111
--entrypoint /bin/sh \
12-
quay.io/helmpack/chart-testing:v3.7.1 \
12+
quay.io/helmpack/chart-testing:v3.10.0 \
1313
-c cd /workdir \
1414
ct lint \
1515
--config .github/configs/ct-lint.yaml \
1616
--lint-conf .github/configs/lintconf.yaml \
17-
--debug
17+
--debug

0 commit comments

Comments
 (0)