Skip to content

Commit 70a80bf

Browse files
authored
Release signed EMT & fix 24.04 upgrade (#1273)
Signed-off-by: Rajeev Ranjan <rajeev2.ranjan@intel.com>
1 parent 0c985ad commit 70a80bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.9.5
78+
osProfileRevision: 0.9.8
7979
osSecurityFeatureEnable: false
8080
inventoryAddress: "inventory.orch-infra.svc.cluster.local:50051"
8181
traceURL: "orchestrator-observability-opentelemetry-collector.orch-platform.svc:4318"

argocd/applications/templates/infra-managers.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: infra/charts/{{$appName}}
24-
targetRevision: 2.16.7
24+
targetRevision: 2.16.8
2525
helm:
2626
releaseName: {{$appName}}
2727
valuesObject:

0 commit comments

Comments
 (0)