Skip to content

Commit

Permalink
feat: upgrade argo-cd to v2.4.13 (#37)
Browse files Browse the repository at this point in the history
Signed-off-by: Jesse Suen <jesse@akuity.io>
  • Loading branch information
jessesuen authored Oct 5, 2022
1 parent a649af4 commit d430752
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions charts/argo-cd/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
version: 2.4.12-ak.0.2
appVersion: 2.4.12
version: 2.4.13-ak.0.0
appVersion: 2.4.13
description: A Helm chart for ArgoCD, a declarative, GitOps continuous delivery tool for Kubernetes.
name: argo-cd
home: https://charts.akuity.io
Expand Down
6 changes: 3 additions & 3 deletions charts/argo-cd/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# argo-cd

![Version: 2.4.12-ak.0.2](https://img.shields.io/badge/Version-2.4.12--ak.0.2-informational?style=flat-square) ![AppVersion: 2.4.12](https://img.shields.io/badge/AppVersion-2.4.12-informational?style=flat-square)
![Version: 2.4.13-ak.0.0](https://img.shields.io/badge/Version-2.4.13--ak.0.0-informational?style=flat-square) ![AppVersion: 2.4.13](https://img.shields.io/badge/AppVersion-2.4.13-informational?style=flat-square)

A Helm chart for ArgoCD, a declarative, GitOps continuous delivery tool for Kubernetes.

Expand Down Expand Up @@ -46,7 +46,7 @@ A Helm chart for ArgoCD, a declarative, GitOps continuous delivery tool for Kube
| dex.enabled | bool | `true` | Enbable or disables dex. Can be disabled if using native OAuth provider |
| dex.image.pullPolicy | string | `nil` | |
| dex.image.repository | string | `"ghcr.io/dexidp/dex"` | |
| dex.image.tag | string | `"v2.32.0"` | |
| dex.image.tag | string | `"v2.35.0-distroless"` | |
| dex.resources | string | `nil` | |
| disasterRecovery | object | `{"activeDeadlineSeconds":540,"backupSchedule":"*/10 * * * *","bucketName":"","command":"argocd-backup.sh","enabled":false,"image":{"pullPolicy":null,"repository":null,"tag":null},"instanceName":""}` | Disaster recovery configurations |
| disasterRecovery.activeDeadlineSeconds | int | `540` | Limits the maxium runtime when performing backup. This must be within the backup schedule. For example, we might want to limit this to 9-minutes if we run backups every 10 minutes |
Expand All @@ -60,7 +60,7 @@ A Helm chart for ArgoCD, a declarative, GitOps continuous delivery tool for Kube
| extensions.image.tag | string | `"v0.1.0"` | |
| global.image.pullPolicy | string | `nil` | If defined, an image pull policy will be applied to all ArgoCD deployments |
| global.image.repository | string | `"quay.io/akuity/argocd"` | If defined, a repository applied to all ArgoCD deployments |
| global.image.tag | string | `"v2.4.12-ak.0"` | If defined, a tag applied to all ArgoCD deployments |
| global.image.tag | string | `"v2.4.13-ak.0"` | If defined, a tag applied to all ArgoCD deployments |
| global.serviceMonitor | object | `{"enabled":false}` | Enable service monitor |
| imageUpdater | object | `{"enabled":false,"image":{"pullPolicy":null,"repository":"quay.io/argoprojlabs/argocd-image-updater","tag":"v0.12.0"}}` | Image Updater |
| imageUpdater.enabled | bool | `false` | Whether to enable image updater |
Expand Down
4 changes: 2 additions & 2 deletions charts/argo-cd/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ global:
# -- If defined, a repository applied to all ArgoCD deployments
repository: quay.io/akuity/argocd
# -- If defined, a tag applied to all ArgoCD deployments
tag: v2.4.12-ak.0
tag: v2.4.13-ak.0
# -- If defined, an image pull policy will be applied to all ArgoCD deployments
pullPolicy: # IfNotPresent
# -- Enable service monitor
Expand Down Expand Up @@ -272,7 +272,7 @@ dex:

image:
repository: ghcr.io/dexidp/dex
tag: v2.32.0
tag: v2.35.0-distroless
pullPolicy: # IfNotPresent

resources:
Expand Down

0 comments on commit d430752

Please sign in to comment.