Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion argocd/applications/templates/infra-managers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
sources:
- repoURL: {{ required "A valid chartRepoURL entry required!" .Values.argo.chartRepoURL }}
chart: infra/charts/{{$appName}}
targetRevision: 2.15.3
targetRevision: 2.15.5
helm:
releaseName: {{$appName}}
valuesObject:
Expand Down
1 change: 0 additions & 1 deletion orch-configs/clusters/bkc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ root:
- orch-configs/profiles/profile-aws.yaml
- orch-configs/profiles/alerting-emails.yaml
- orch-configs/profiles/enable-explicit-proxy.yaml
- orch-configs/profiles/enable-osrm-manual-mode.yaml
- orch-configs/profiles/resource-default.yaml
- orch-configs/clusters/bkc.yaml

Expand Down
1 change: 0 additions & 1 deletion orch-configs/clusters/dev-minimal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ root:
- orch-configs/profiles/proxy-none.yaml
- orch-configs/profiles/profile-dev.yaml
- orch-configs/profiles/artifact-rs-production-noauth.yaml
- orch-configs/profiles/enable-osrm-manual-mode.yaml
- orch-configs/profiles/resource-default.yaml
- orch-configs/clusters/dev-minimal.yaml

Expand Down
1 change: 0 additions & 1 deletion orch-configs/clusters/dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ root:
- orch-configs/profiles/artifact-rs-production-noauth.yaml
- orch-configs/profiles/o11y-dev.yaml
- orch-configs/profiles/alerting-emails-dev.yaml
- orch-configs/profiles/enable-osrm-manual-mode.yaml
- orch-configs/profiles/resource-default.yaml
- orch-configs/clusters/dev.yaml

Expand Down
1 change: 0 additions & 1 deletion orch-configs/clusters/onprem-1k.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ root:
- orch-configs/profiles/alerting-emails.yaml
- orch-configs/profiles/artifact-rs-production-noauth.yaml
- orch-configs/profiles/o11y-onprem-1k.yaml
- orch-configs/profiles/enable-osrm-manual-mode.yaml
- orch-configs/profiles/resource-default.yaml
- orch-configs/clusters/onprem-1k.yaml

Expand Down
1 change: 0 additions & 1 deletion orch-configs/clusters/onprem-explicit-proxy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ root:
- orch-configs/profiles/artifact-rs-production-noauth.yaml
- orch-configs/profiles/o11y-onprem.yaml
- orch-configs/profiles/enable-explicit-proxy.yaml
- orch-configs/profiles/enable-osrm-manual-mode.yaml
- orch-configs/profiles/resource-default.yaml
- orch-configs/clusters/onprem-explicit-proxy.yaml

Expand Down
1 change: 0 additions & 1 deletion orch-configs/clusters/onprem-oxm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ root:
- orch-configs/profiles/profile-oxm.yaml
- orch-configs/profiles/artifact-rs-production-noauth.yaml
- orch-configs/profiles/enable-explicit-proxy.yaml
- orch-configs/profiles/enable-osrm-manual-mode.yaml
- orch-configs/profiles/resource-default.yaml
- orch-configs/clusters/onprem-oxm.yaml

Expand Down
1 change: 0 additions & 1 deletion orch-configs/clusters/onprem.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ root:
- orch-configs/profiles/alerting-emails.yaml
- orch-configs/profiles/artifact-rs-production-noauth.yaml
- orch-configs/profiles/o11y-onprem.yaml
- orch-configs/profiles/enable-osrm-manual-mode.yaml
- orch-configs/profiles/resource-default.yaml
- orch-configs/clusters/onprem.yaml

Expand Down
10 changes: 0 additions & 10 deletions orch-configs/profiles/enable-osrm-manual-mode.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions orch-configs/templates/cluster.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,6 @@ root:
{{- end }}
{{- if .Values.enableSquid }}
- orch-configs/profiles/enable-explicit-proxy.yaml
{{- end }}
{{- if .Values.enableOsrmManualMode }}
- orch-configs/profiles/enable-osrm-manual-mode.yaml
{{- end }}
- orch-configs/profiles/resource-default.yaml
- orch-configs/clusters/{{ .Values.name }}.yaml
Expand Down
Loading