We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c985ad commit 70a80bfCopy full SHA for 70a80bf
argocd/applications/configs/infra-managers.yaml
@@ -75,7 +75,7 @@ telemetry-manager:
75
76
os-resource-manager:
77
managerArgs:
78
- osProfileRevision: 0.9.5
+ osProfileRevision: 0.9.8
79
osSecurityFeatureEnable: false
80
inventoryAddress: "inventory.orch-infra.svc.cluster.local:50051"
81
traceURL: "orchestrator-observability-opentelemetry-collector.orch-platform.svc:4318"
argocd/applications/templates/infra-managers.yaml
@@ -21,7 +21,7 @@ spec:
21
sources:
22
- repoURL: {{ required "A valid chartRepoURL entry required!" .Values.argo.chartRepoURL }}
23
chart: infra/charts/{{$appName}}
24
- targetRevision: 2.16.7
+ targetRevision: 2.16.8
25
helm:
26
releaseName: {{$appName}}
27
valuesObject:
0 commit comments