Skip to content

Commit

Permalink
Merge pull request #1797 from GiganticMinecraft/renovate/argo-cd-6.x
Browse files Browse the repository at this point in the history
chore(deps): update helm release argo-cd to v6
  • Loading branch information
outductor authored Feb 11, 2024
2 parents 9936555 + 80bd884 commit b876368
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,16 @@ server:
enabled: true
minAvailable: 1
maxUnavailable: 0
metrics:
enabled: true
serviceMonitor:
enabled: true
additionalLabels:
release: prometheus

configEnabled: true
# -- [General Argo CD configuration]
config:
configs:
cm:
create: true
# Argo CD instance label key
application.instanceLabelKey: argocd.argoproj.io/instance
kustomize.buildOptions: --load-restrictor LoadRestrictionsNone
Expand All @@ -53,9 +59,9 @@ server:
redirectURIs:
- https://argo-workflows.onp-k8s.admin.seichi.click/oauth2/callback
secretEnv: ARGO_WORKFLOWS_SSO_CLIENT_SECRET
admin.enabled: "false"

rbacConfig:
admin.enabled: false
rbac:
create: true
# policy.csv is an file containing user-defined RBAC policies and role definitions (optional).
# Policy rules are in the form:
# p, subject, resource, action, object, effect
Expand All @@ -69,13 +75,6 @@ server:
# but will see no apps, projects, etc...
policy.default: role:readonly

metrics:
enabled: true
serviceMonitor:
enabled: true
additionalLabels:
release: prometheus

controller:
resources:
limits:
Expand Down
2 changes: 1 addition & 1 deletion terraform/onp_cluster_argocd.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ resource "helm_release" "onp_cluster_argocd" {
chart = "argo-cd"
name = "argocd"
namespace = "argocd"
version = "5.55.0"
version = "6.0.5"

reset_values = true
recreate_pods = true
Expand Down

0 comments on commit b876368

Please sign in to comment.