Skip to content

Commit

Permalink
OPSEXP-2629 Bump ATS compatibility for ACS 7.4 (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
gionn committed Apr 19, 2024
1 parent 898714d commit 74c0fdd
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 21 deletions.
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

0 comments on commit 74c0fdd

Please sign in to comment.