diff --git a/.circleci/chart-testing.yaml b/.circleci/chart-testing.yaml index 88308c21..87e07618 100644 --- a/.circleci/chart-testing.yaml +++ b/.circleci/chart-testing.yaml @@ -1,3 +1,4 @@ chart-repos: - argo=https://argoproj.github.io/argo-helm - minio=https://helm.min.io/ + - dandydeveloper=https://dandydeveloper.github.io/charts/ diff --git a/.circleci/config.yml b/.circleci/config.yml index eef2b982..6f36d2c1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -21,6 +21,7 @@ jobs: - checkout - run: helm repo add stable https://charts.helm.sh/stable - run: helm repo add minio https://helm.min.io/ + - run: helm repo add dandydeveloper https://dandydeveloper.github.io/charts/ # Only actually publish charts on master. - run: | set -x diff --git a/charts/argo-cd/Chart.yaml b/charts/argo-cd/Chart.yaml index 210a61bb..7c5b4cf1 100644 --- a/charts/argo-cd/Chart.yaml +++ b/charts/argo-cd/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v1 -appVersion: 1.7.6 +appVersion: 1.7.11 description: A Helm chart for ArgoCD, a declarative, GitOps continuous delivery tool for Kubernetes. name: argo-cd -version: 2.11.5 +version: 2.11.6 home: https://github.com/argoproj/argo-helm icon: https://raw.githubusercontent.com/argoproj/argo/master/docs/assets/argo.png keywords: diff --git a/charts/argo-cd/requirements.lock b/charts/argo-cd/requirements.lock index 6b9da354..fd400f51 100644 --- a/charts/argo-cd/requirements.lock +++ b/charts/argo-cd/requirements.lock @@ -1,6 +1,6 @@ dependencies: - name: redis-ha - repository: https://charts.helm.sh/stable - version: 4.4.2 -digest: sha256:21780522f7047d49ccad6d79f79ee3e28b4839df044beea293e2e4fd69610f52 -generated: "2021-01-11T16:15:21.274802-08:00" + repository: https://dandydeveloper.github.io/charts/ + version: 4.10.1 +digest: sha256:e1e0526ad009ecc065df937b48c4e0e5877e5194242c7888b1dc4467775f2663 +generated: "2020-12-14T14:00:30.830130403+01:00" diff --git a/charts/argo-cd/requirements.yaml b/charts/argo-cd/requirements.yaml index 64a897e3..82c0ed62 100644 --- a/charts/argo-cd/requirements.yaml +++ b/charts/argo-cd/requirements.yaml @@ -1,5 +1,5 @@ dependencies: - name: redis-ha - version: 4.4.2 - repository: https://charts.helm.sh/stable + version: 4.10.1 + repository: https://dandydeveloper.github.io/charts/ condition: redis-ha.enabled diff --git a/charts/argo-cd/values.yaml b/charts/argo-cd/values.yaml index f665e173..0e68c9a7 100755 --- a/charts/argo-cd/values.yaml +++ b/charts/argo-cd/values.yaml @@ -10,7 +10,7 @@ installCRDs: true global: image: repository: argoproj/argocd - tag: v1.7.6 + tag: v1.7.11 imagePullPolicy: IfNotPresent securityContext: {} # runAsUser: 999 @@ -28,7 +28,7 @@ controller: image: repository: # argoproj/argocd - tag: # v1.7.6 + tag: # v1.7.11 imagePullPolicy: # IfNotPresent # If changing the number of replicas you must pass the number as ARGOCD_CONTROLLER_REPLICAS as an environment variable @@ -160,7 +160,7 @@ controller: # resolved for this cloud to continue to maintain state. # - alert: ArgoAppNotSynced # expr: | - # argocd_app_sync_status{sync_status!="Synced"} == 1 + # argocd_app_info{sync_status!="Synced"} == 1 # for: 12h # labels: # severity: warning @@ -267,7 +267,7 @@ redis: image: repository: redis - tag: 5.0.8 + tag: 5.0.10-alpine imagePullPolicy: IfNotPresent containerPort: 6379 @@ -354,7 +354,7 @@ server: image: repository: # argoproj/argocd - tag: # v1.7.6 + tag: # v1.7.11 imagePullPolicy: # IfNotPresent ## Additional command line arguments to pass to argocd-server @@ -706,7 +706,7 @@ repoServer: image: repository: # argoproj/argocd - tag: # v1.7.6 + tag: # v1.7.11 imagePullPolicy: # IfNotPresent ## Additional command line arguments to pass to argocd-repo-server