Skip to content

Commit aad8855

Browse files
authored
Bump infra-managers version, and remove OSRM manual mode configuration (#926)
1 parent 268fcb7 commit aad8855

File tree

10 files changed

+1
-21
lines changed

10 files changed

+1
-21
lines changed

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.15.3
24+
targetRevision: 2.15.5
2525
helm:
2626
releaseName: {{$appName}}
2727
valuesObject:

orch-configs/clusters/bkc.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ root:
2929
- orch-configs/profiles/profile-aws.yaml
3030
- orch-configs/profiles/alerting-emails.yaml
3131
- orch-configs/profiles/enable-explicit-proxy.yaml
32-
- orch-configs/profiles/enable-osrm-manual-mode.yaml
3332
- orch-configs/profiles/resource-default.yaml
3433
- orch-configs/clusters/bkc.yaml
3534

orch-configs/clusters/dev-minimal.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ root:
1616
- orch-configs/profiles/proxy-none.yaml
1717
- orch-configs/profiles/profile-dev.yaml
1818
- orch-configs/profiles/artifact-rs-production-noauth.yaml
19-
- orch-configs/profiles/enable-osrm-manual-mode.yaml
2019
- orch-configs/profiles/resource-default.yaml
2120
- orch-configs/clusters/dev-minimal.yaml
2221

orch-configs/clusters/dev.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ root:
2222
- orch-configs/profiles/artifact-rs-production-noauth.yaml
2323
- orch-configs/profiles/o11y-dev.yaml
2424
- orch-configs/profiles/alerting-emails-dev.yaml
25-
- orch-configs/profiles/enable-osrm-manual-mode.yaml
2625
- orch-configs/profiles/resource-default.yaml
2726
- orch-configs/clusters/dev.yaml
2827

orch-configs/clusters/onprem-1k.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ root:
2121
- orch-configs/profiles/alerting-emails.yaml
2222
- orch-configs/profiles/artifact-rs-production-noauth.yaml
2323
- orch-configs/profiles/o11y-onprem-1k.yaml
24-
- orch-configs/profiles/enable-osrm-manual-mode.yaml
2524
- orch-configs/profiles/resource-default.yaml
2625
- orch-configs/clusters/onprem-1k.yaml
2726

orch-configs/clusters/onprem-explicit-proxy.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ root:
2222
- orch-configs/profiles/artifact-rs-production-noauth.yaml
2323
- orch-configs/profiles/o11y-onprem.yaml
2424
- orch-configs/profiles/enable-explicit-proxy.yaml
25-
- orch-configs/profiles/enable-osrm-manual-mode.yaml
2625
- orch-configs/profiles/resource-default.yaml
2726
- orch-configs/clusters/onprem-explicit-proxy.yaml
2827

orch-configs/clusters/onprem-oxm.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ root:
1717
- orch-configs/profiles/profile-oxm.yaml
1818
- orch-configs/profiles/artifact-rs-production-noauth.yaml
1919
- orch-configs/profiles/enable-explicit-proxy.yaml
20-
- orch-configs/profiles/enable-osrm-manual-mode.yaml
2120
- orch-configs/profiles/resource-default.yaml
2221
- orch-configs/clusters/onprem-oxm.yaml
2322

orch-configs/clusters/onprem.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ root:
2121
- orch-configs/profiles/alerting-emails.yaml
2222
- orch-configs/profiles/artifact-rs-production-noauth.yaml
2323
- orch-configs/profiles/o11y-onprem.yaml
24-
- orch-configs/profiles/enable-osrm-manual-mode.yaml
2524
- orch-configs/profiles/resource-default.yaml
2625
- orch-configs/clusters/onprem.yaml
2726

orch-configs/profiles/enable-osrm-manual-mode.yaml

Lines changed: 0 additions & 10 deletions
This file was deleted.

orch-configs/templates/cluster.tpl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,6 @@ root:
5656
{{- end }}
5757
{{- if .Values.enableSquid }}
5858
- orch-configs/profiles/enable-explicit-proxy.yaml
59-
{{- end }}
60-
{{- if .Values.enableOsrmManualMode }}
61-
- orch-configs/profiles/enable-osrm-manual-mode.yaml
6259
{{- end }}
6360
- orch-configs/profiles/resource-default.yaml
6461
- orch-configs/clusters/{{ .Values.name }}.yaml

0 commit comments

Comments
 (0)