Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OPSEXP-2444 Bump compatibility matrix for draco release #24

Merged
merged 2 commits into from
Jan 17, 2024
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
18 changes: 9 additions & 9 deletions deployments/uber-manifest.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ targets:
sourceid: repositoryTag_{{ $id }}
spec:
file: {{ osDir .acs.helm_target }}/Chart.yaml
key: .appVersion
key: "$.appVersion"
{{- end }}
{{- end }}
{{- if index . "search" }}
Expand Down Expand Up @@ -389,7 +389,7 @@ targets:
sourceid: searchTag_{{ $id }}
spec:
file: {{ osDir $target_search_helm }}/Chart.yaml
key: .appVersion
key: "$.appVersion"
{{- end }}
{{- end }}
{{- if index . "search-enterprise" }}
Expand Down Expand Up @@ -432,7 +432,7 @@ targets:
sourceid: searchEnterpriseTag_{{ $id }}
spec:
file: {{ osDir $target_searchEnt }}/Chart.yaml
key: .appVersion
key: "$.appVersion"
{{- end }}
{{- end }}
{{- end }}
Expand Down Expand Up @@ -464,7 +464,7 @@ targets:
sourceid: shareTag_{{ $id }}
spec:
file: {{ osDir .share.helm_target }}/Chart.yaml
key: .appVersion
key: "$.appVersion"
{{- end }}
{{- end }}
{{- if index . "onedrive" }}
Expand All @@ -483,7 +483,7 @@ targets:
sourceid: onedriveTag_{{ $id }}
spec:
file: {{ osDir .onedrive.helm_target }}/Chart.yaml
key: .appVersion
key: "$.appVersion"
{{- end }}
{{- end }}
{{- if index . "msteams" }}
Expand All @@ -502,7 +502,7 @@ targets:
sourceid: msteamsTag_{{ $id }}
spec:
file: {{ osDir .msteams.helm_target }}/Chart.yaml
key: .appVersion
key: "$.appVersion"
{{- end }}
{{- end }}
{{- if index . "intelligence" }}
Expand All @@ -521,7 +521,7 @@ targets:
sourceid: intelligenceTag_{{ $id }}
spec:
file: {{ osDir .intelligence.helm_target }}/Chart.yaml
key: .appVersion
key: "$.appVersion"
{{- end }}
{{- end }}
{{- if index . "trouter" }}
Expand Down Expand Up @@ -554,7 +554,7 @@ targets:
sourceid: trouterTag_{{ $id }}
spec:
file: {{ osDir .trouter.helm_target }}/Chart.yaml
key: .appVersion
key: "$.appVersion"
{{- end }}
{{- end }}
{{- if index . "sfs" }}
Expand Down Expand Up @@ -671,7 +671,7 @@ targets:
sourceid: syncTag_{{ $id }}
spec:
file: {{ osDir .sync.helm_target }}/Chart.yaml
key: .appVersion
key: "$.appVersion"
{{- end }}
{{- end }}
{{- end }}
4 changes: 2 additions & 2 deletions deployments/values/supported-matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ matrix:
version: "23.1"
pattern: *ga_hotfixes_pattern
search:
version: &search_ga_version "2.0.8"
version: &search_ga_version "2.0.9"
pattern: *ga_hotfixes_pattern
search-enterprise:
version: "4.0"
Expand Down Expand Up @@ -112,7 +112,7 @@ matrix:
version: "7.4"
pattern: *ga_hotfixes_pattern
search:
version: "2.0.8"
version: *search_ga_version
pattern: *ga_hotfixes_pattern
search-enterprise:
version: "3.3.1"
Expand Down