Skip to content

Commit

Permalink
Merge pull request #110 from iits-consulting/chore/argocd_update
Browse files Browse the repository at this point in the history
argoCD: Update to argoCD 2.11.2
  • Loading branch information
krankkkk authored Jun 3, 2024
2 parents 39afb7f + b5b42c5 commit 837d1c6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
6 changes: 3 additions & 3 deletions charts/argocd/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: argo-cd
repository: https://charts.bitnami.com/bitnami
version: 6.0.12
digest: sha256:8abeba73454921a97f55acd93ebbaceac5f730f7a3c3715398fe82a050edd3bd
generated: "2024-04-29T19:50:39.84556+02:00"
version: 6.4.0
digest: sha256:b05c56b5912292b2f00adf4ebe25785618251225380e23ac14ae0cee73c725ee
generated: "2024-06-03T12:33:16.441848+02:00"
11 changes: 5 additions & 6 deletions charts/argocd/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ description: |
name = "argocd"
repository = "https://charts.iits.tech"
chart = "argocd"
version = "5.30.1-fix-proj-generation"
version = "16.2.0"
namespace = "argocd"
create_namespace = true
wait = true
Expand All @@ -24,10 +24,9 @@ description: |
projects = {
infrastructure-charts = {
projectValues = {
# Set this to enable stage $STAGE-values.yaml
# Set this to enable stage values-$STAGE.yaml
stage = var.stage
# Example values which are handed down to the project. Like this you can give over informations from terraform to argocd
traefikElbId = module.terraform_secrets_from_encrypted_s3_bucket.secrets["elb_id"]
rootDomain = var.domain_name
}
Expand All @@ -47,9 +46,9 @@ description: |
named infrastructure-charts and will install everything from there.
name: argocd
appVersion: 2.10.7
version: 16.1.0
appVersion: 2.11.2
version: 16.2.0
dependencies:
- name: argo-cd
repository: https://charts.bitnami.com/bitnami
version: 6.0.12
version: 6.4.0

0 comments on commit 837d1c6

Please sign in to comment.