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

feat(argo-cd): Update to Argo CD v2.4.0 #1325

Merged
merged 9 commits into from
Jun 14, 2022
Prev Previous commit
Next Next commit
Specify logs RBAC enforcement config in server
Argocd v2.4 introduced logs as a new RBAC resource. We should remind user to set the flag now for an easier upgrade experience in future releases.

Signed-off-by: thonglm2 <thonglm2@vng.com.vn>
  • Loading branch information
thonglm2 committed Jun 13, 2022
commit a4a955ffcbae114b35a44d23c10991e4084c2c66
1 change: 1 addition & 0 deletions charts/argo-cd/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ dependencies:
annotations:
artifacthub.io/changes: |
- "[Changed]: Update Argo CD to v2.4.0"
- "[Added]: Specify logs RBAC enforcement config in server"
3 changes: 3 additions & 0 deletions charts/argo-cd/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1227,6 +1227,9 @@ server:
# Argo CD instance label key
application.instanceLabelKey: argocd.argoproj.io/instance

# Enabled logs RBAC enforcement
server.rbac.log.enforce.enable: "false"

# DEPRECATED: Please instead use configs.credentialTemplates and configs.repositories
# repositories: |
# - url: git@github.com:group/repo.git
Expand Down