Skip to content

Commit 5bcaaf4

Browse files
authored
chore(argo-cd): remove outdated server.log.enforce.enable flag (#3578)
* chore: remove outdated server.log.enforce.enable flag Signed-off-by: just-ysc <[email protected]> * docs: update changelog Signed-off-by: just-ysc <[email protected]> * Revert "docs: update changelog" This reverts commit cf62b53. Signed-off-by: just-ysc <[email protected]> * docs: update changelog Signed-off-by: just-ysc <[email protected]> --------- Signed-off-by: just-ysc <[email protected]>
1 parent 7042773 commit 5bcaaf4

File tree

3 files changed

+3
-8
lines changed

3 files changed

+3
-8
lines changed

charts/argo-cd/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ appVersion: v3.2.0
33
kubeVersion: ">=1.25.0-0"
44
description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
55
name: argo-cd
6-
version: 9.1.0
6+
version: 9.1.1
77
home: https://github.com/argoproj/argo-helm
88
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
99
sources:
@@ -26,5 +26,5 @@ annotations:
2626
fingerprint: 2B8F22F57260EFA67BE1C5824B11F800CD9D2252
2727
url: https://argoproj.github.io/argo-helm/pgp_keys.asc
2828
artifacthub.io/changes: |
29-
- kind: changed
30-
description: Bump argo-cd to v3.2.0
29+
- kind: removed
30+
description: Remove `server.rbac.log.enforce.enable` flag in `configs.cm`

charts/argo-cd/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -914,7 +914,6 @@ NAME: my-release
914914
| configs.cm."resource.customizations.ignoreResourceUpdates.autoscaling_HorizontalPodAutoscaler" | string | See [values.yaml] | Legacy annotations used on HPA autoscaling/v1 |
915915
| configs.cm."resource.customizations.ignoreResourceUpdates.discovery.k8s.io_EndpointSlice" | string | See [values.yaml] | Ignores update if EndpointSlice is not excluded globally |
916916
| configs.cm."resource.exclusions" | string | See [values.yaml] | Resource Exclusion/Inclusion |
917-
| configs.cm."server.rbac.log.enforce.enable" | bool | `false` | Enable logs RBAC enforcement |
918917
| configs.cm."statusbadge.enabled" | bool | `false` | Enable Status Badge |
919918
| configs.cm."timeout.hard.reconciliation" | string | `"0s"` | Timeout to refresh application data as well as target manifests cache |
920919
| configs.cm."timeout.reconciliation" | string | `"180s"` | Timeout to discover if a new manifests version got published to the repository |

charts/argo-cd/values.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -183,10 +183,6 @@ configs:
183183
## Ref: https://argo-cd.readthedocs.io/en/stable/operator-manual/app-sync-using-impersonation/
184184
application.sync.impersonation.enabled: false
185185

186-
# -- Enable logs RBAC enforcement
187-
## Ref: https://argo-cd.readthedocs.io/en/latest/operator-manual/upgrading/2.3-2.4/#enable-logs-rbac-enforcement
188-
server.rbac.log.enforce.enable: false
189-
190186
# -- Enable exec feature in Argo UI
191187
## Ref: https://argo-cd.readthedocs.io/en/latest/operator-manual/rbac/#exec-resource
192188
exec.enabled: false

0 commit comments

Comments
 (0)