Skip to content

Commit 768b90c

Browse files
authored
Merge branch 'main' into bump_observability
2 parents 5b84839 + a49a3b0 commit 768b90c

File tree

11 files changed

+9
-17
lines changed

11 files changed

+9
-17
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/infra-managers.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ telemetry-manager:
7575

7676
os-resource-manager:
7777
managerArgs:
78-
osProfileRevision: 0.8.10
78+
osProfileRevision: 0.8.11
7979
osSecurityFeatureEnable: false
8080
inventoryAddress: "inventory.orch-infra.svc.cluster.local:50051"
8181
traceURL: "orchestrator-observability-opentelemetry-collector.orch-platform.svc:4318"

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:

argocd/applications/templates/nexus-api-gw.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: common/charts/nexus-api-gw
24-
targetRevision: 25.2.3
24+
targetRevision: 25.2.4
2525
helm:
2626
releaseName: {{$appName}}
2727
valuesObject:

argocd/applications/templates/tenancy-api-mapping.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: common/charts/{{$appName}}
24-
targetRevision: 25.2.5
24+
targetRevision: 25.2.8
2525
helm:
2626
releaseName: {{$appName}}
2727
valuesObject:

argocd/applications/templates/tenancy-datamodel.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: common/charts/{{$appName}}
24-
targetRevision: 0.3.1
24+
targetRevision: 25.2.1
2525
helm:
2626
releaseName: {{$appName}}
2727
valuesObject:

installer/utils.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,4 +403,4 @@ get_s3_prefix() {
403403
fi
404404

405405
cleanup_init_terraform
406-
}
406+
}

0 commit comments

Comments
 (0)