File tree Expand file tree Collapse file tree 4 files changed +7
-8
lines changed Expand file tree Collapse file tree 4 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 66- charts/argo-cd
77chart-repos :
88 - dandydeveloper=https://dandydeveloper.github.io/charts/
9- helm-extra-args : " --timeout 600s"
109validate-chart-schema : false
1110validate-maintainers : true
1211validate-yaml : true
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11apiVersion : v2
2- appVersion : v2.8.1-cap-CR-not-setup-kustomize-ns
2+ appVersion : v2.8.1-cap-CR-20837
33kubeVersion : " >=1.23.0-0"
44description : A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
55name : argo-cd
6- version : 5.46.2-3 -cap-CR-not-setup-kustomize-ns
6+ version : 5.46.2-4 -cap-CR-20837
77home : https://github.com/argoproj/argo-helm
88icon : https://argo-cd.readthedocs.io/en/stable/assets/logo.png
99sources :
@@ -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
Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ echo -e "\n-- Linting all Helm Charts --\n"
99docker 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
You can’t perform that action at this time.
0 commit comments