Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(argo-cd): Add Openshift 4 specific Route command to NOTES.txt #855

Closed
wants to merge 12 commits into from
Prev Previous commit
Next Next commit
fix(argo-cd): re-enable not yet deprecated staticassets flag (#849)
Signed-off-by: Lucas Bickel <lucas.bickel@adfinis.com>
Signed-off-by: Shabin Shanmugalingam <shabin.shanmugalingam@t-systems.com>
  • Loading branch information
hairmare authored and shabin100 committed Aug 2, 2021
commit 94939158e3f64692760fac4c294ad60904b04012
6 changes: 2 additions & 4 deletions charts/argo-cd/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
appVersion: 2.0.5
description: A Helm chart for ArgoCD, a declarative, GitOps continuous delivery tool for Kubernetes.
name: argo-cd
version: 3.11.0
version: 3.11.1
home: https://github.com/argoproj/argo-helm
icon: https://argoproj.github.io/argo-cd/assets/logo.png
keywords:
Expand All @@ -21,6 +21,4 @@ dependencies:
condition: redis-ha.enabled
annotations:
artifacthub.io/changes: |
- "[Updated]: Updated redis-ha chart dependency 4.12.14 -> 4.12.17"
- "[Updated]: Updated dex image 2.27.0 -> 2.28.1"
- "[Updated]: Updated redis alpine image 6.2.2 -> 6.2.4"
- "[Changed]: Set server.staticAssets.enabled=true since Argo CD 2.0.5 still needs it"
2 changes: 1 addition & 1 deletion charts/argo-cd/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ server:

# This flag is used to either remove or pass the CLI flag --staticassets /shared/app to the argocd-server app
staticAssets:
enabled: false
enabled: true

## Environment variables to pass to argocd-server
##
Expand Down