Skip to content

Commit 7cd2965

Browse files
authored
Update openPolicyAgent version to 1.10.0-static (#1037)
1 parent 5b3ae77 commit 7cd2965

File tree

5 files changed

+12
-1
lines changed

5 files changed

+12
-1
lines changed

argocd/applications/configs/alerting-monitor.yaml

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

88
openPolicyAgent:
9+
image:
10+
tag: 1.10.0-static
911
config:
1012
profile: "compressed"
1113

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,6 @@ 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: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,6 @@ clusterManager:
88

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

argocd/applications/configs/metadata-broker.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,6 @@ 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.11
24+
targetRevision: 0.4.12
2525
helm:
2626
releaseName: {{$appName}}
2727
valuesObject:

0 commit comments

Comments
 (0)