Skip to content
This repository was archived by the owner on Jun 29, 2026. It is now read-only.

Commit 093497f

Browse files
author
Julia Okuniewska
authored
fix: panic in intel infra provider when condition in clusterConnect wasn't found (#482)
1 parent bbed1ee commit 093497f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

argocd/applications/templates/cluster-connect-gateway.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: cluster/charts/{{$appName}}
24-
targetRevision: 1.2.0
24+
targetRevision: 1.2.1
2525
helm:
2626
releaseName: {{$appName}}
2727
valuesObject:

argocd/applications/templates/intel-infra-provider.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: cluster/charts/{{$appName}}
24-
targetRevision: 1.2.0
24+
targetRevision: 1.2.1
2525
helm:
2626
releaseName: {{$appName}}
2727
valuesObject:

0 commit comments

Comments
 (0)