Merge pull request #29 from codefresh-io/upgrade-argo-cd

Upgrade ArgoCD
This commit is contained in:
Daniel Maizel 2023-11-03 11:04:43 +02:00 committed by GitHub
commit 63013fc015
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 8 deletions

View file

@ -6,7 +6,6 @@ charts:
- charts/argo-cd - charts/argo-cd
chart-repos: chart-repos:
- dandydeveloper=https://dandydeveloper.github.io/charts/ - dandydeveloper=https://dandydeveloper.github.io/charts/
helm-extra-args: "--timeout 600s"
validate-chart-schema: false validate-chart-schema: false
validate-maintainers: true validate-maintainers: true
validate-yaml: true validate-yaml: true

View file

@ -38,10 +38,10 @@ jobs:
- name: Setup Chart Linting - name: Setup Chart Linting
id: lint id: lint
uses: helm/chart-testing-action@e8788873172cb653a90ca2e819d79d65a66d4e76 # v2.4.0 uses: helm/chart-testing-action@b43128a8b25298e1e7b043b78ea6613844e079b1 # v2.6.0
with: with:
# Note: Also update in scripts/lint.sh # Note: Also update in scripts/lint.sh
version: v3.7.1 version: v3.10.0
- name: List changed charts - name: List changed charts
id: list-changed id: list-changed

View file

@ -1,9 +1,9 @@
apiVersion: v2 apiVersion: v2
appVersion: v2.8.1-cap-CR-not-setup-kustomize-ns appVersion: v2.8.1-cap-CR-20837
kubeVersion: ">=1.23.0-0" kubeVersion: ">=1.23.0-0"
description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes. description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
name: argo-cd name: argo-cd
version: 5.46.2-3-cap-CR-not-setup-kustomize-ns version: 5.46.2-4-cap-CR-20837
home: https://github.com/argoproj/argo-helm home: https://github.com/argoproj/argo-helm
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
sources: sources:
@ -27,4 +27,4 @@ annotations:
url: https://argoproj.github.io/argo-helm/pgp_keys.asc url: https://argoproj.github.io/argo-helm/pgp_keys.asc
artifacthub.io/changes: | artifacthub.io/changes: |
- kind: changed - kind: changed
description: Update ArgoCD version to v2.8.1-cap-CR-not-setup-kustomize-ns description: Update ArgoCD version to v2.8.1-cap-CR-20837

View file

@ -9,7 +9,7 @@ echo -e "\n-- Linting all Helm Charts --\n"
docker run \ docker run \
-v "$SRCROOT:/workdir" \ -v "$SRCROOT:/workdir" \
--entrypoint /bin/sh \ --entrypoint /bin/sh \
quay.io/helmpack/chart-testing:v3.7.1 \ quay.io/helmpack/chart-testing:v3.10.0 \
-c cd /workdir \ -c cd /workdir \
ct lint \ ct lint \
--config .github/configs/ct-lint.yaml \ --config .github/configs/ct-lint.yaml \