Skip to content

Commit 291333e

Browse files
authored
Revert "Update openPolicyAgent version to 1.10.0-static (#1037)" (#1065)
1 parent fdf45c8 commit 291333e

File tree

5 files changed

+1
-12
lines changed

5 files changed

+1
-12
lines changed

argocd/applications/configs/alerting-monitor.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ caSecretName: gateway-ca-cert
66
caSecretKey: ca.crt
77

88
openPolicyAgent:
9-
image:
10-
tag: 1.10.0-static
119
config:
1210
profile: "compressed"
1311

argocd/applications/configs/cluster-connect-gateway.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,3 @@ controller:
1616

1717
# https://doc.traefik.io/traefik/migrate/v2-to-v3-details/#kubernetes-crds-api-group-traefikcontainous
1818
traefikApiGroup: "traefik.io/v1alpha1"
19-
20-
openpolicyagent:
21-
tag: 1.10.0-static

argocd/applications/configs/cluster-manager.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,3 @@ clusterManager:
88

99
metrics:
1010
enabled: true
11-
12-
openpolicyagent:
13-
tag: 1.10.0-static

argocd/applications/configs/metadata-broker.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,3 @@ openidc:
1010
service:
1111
traefik:
1212
namespace: "orch-gateway"
13-
14-
openpolicyagent:
15-
tag: 1.10.0-static

argocd/applications/templates/metadata-broker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ spec:
2121
sources:
2222
- repoURL: {{ required "A valid chartRepoURL entry required!" .Values.argo.chartRepoURL }}
2323
chart: orch-ui/charts/orch-metadata-broker
24-
targetRevision: 0.4.12
24+
targetRevision: 0.4.11
2525
helm:
2626
releaseName: {{$appName}}
2727
valuesObject:

0 commit comments

Comments
 (0)