Skip to content

Commit fdf45c8

Browse files
authored
GoVersion (1.24.9) update in tenancy components (#1048)
1 parent cb643a0 commit fdf45c8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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:

0 commit comments

Comments
 (0)