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-2629 Bump ATS compatibility for ACS 7.4 #34

Merged
merged 2 commits into from
Apr 19, 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
17 changes: 8 additions & 9 deletions deployments/uber-manifest.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -736,34 +736,33 @@ targets:
key: >-
{{ index . "tengine-tika" "helm_key" }}
{{- end }}
{{- if index . "sync" }}
{{- if and .sync.compose_target .search.compose_key }}
{{- with .sync }}
{{- if and .compose_key .compose_target }}
syncCompose_{{ $id }}:
name: Sync image tag
kind: yaml
sourceid: syncTag_{{ $id }}
transformers:
- addprefix: "quay.io/alfresco/service-sync:"
spec:
file: {{ .sync.compose_target }}
key: >-
{{ .sync.compose_key }}
file: {{ .compose_target }}
key: {{ .compose_key }}
{{- end }}
syncValues_{{ $id }}:
name: Sync image tag
kind: yaml
sourceid: syncTag_{{ $id }}
spec:
file: {{ .sync.helm_target }}
file: {{ .helm_target }}
key: >-
{{ .sync.helm_key }}
{{- if index . "sync" "helm_update_appVersion" }}
{{ .helm_key }}
{{- if .helm_update_appVersion }}
syncAppVersion_{{ $id }}:
name: Sync appVersion in Chart.yaml
kind: yaml
sourceid: syncTag_{{ $id }}
spec:
file: {{ osDir .sync.helm_target }}/Chart.yaml
file: {{ osDir .helm_target }}/Chart.yaml
key: "$.appVersion"
{{- end }}
{{- end }}
Expand Down
24 changes: 12 additions & 12 deletions deployments/values/supported-matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,11 @@ matrix:
version: "2"
pattern: *ga_hotfixes_pattern
intelligence:
version: "~3.1.0"
version: &ais_ga_version "~3.1.0"
trouter:
version: "~4.1.0"
version: &trouter_ga_version "~4.1.0"
sfs:
version: "~4.1.0"
version: *trouter_ga_version
tengine-aio:
version: &tengine_ga_version "~5.1.0"
tengine-misc:
Expand Down Expand Up @@ -149,23 +149,23 @@ matrix:
version: "2"
pattern: *ga_hotfixes_pattern
intelligence:
version: "~2.0.0"
version: *ais_ga_version
trouter:
version: "~3.0.0"
version: *trouter_ga_version
sfs:
version: "~3.0.0"
version: *trouter_ga_version
tengine-aio:
version: "~4.0.0"
version: *tengine_ga_version
tengine-misc:
version: "~4.0.0"
version: *tengine_ga_version
tengine-im:
version: "~4.0.0"
version: *tengine_ga_version
tengine-lo:
version: "~4.0.0"
version: *tengine_ga_version
tengine-pdf:
version: "~4.0.0"
version: *tengine_ga_version
tengine-tika:
version: "~4.0.0"
version: *tengine_ga_version

7.3.N:
id: 73n
Expand Down
Loading