Skip to content

Commit

Permalink
OPSEXP-2630 Support insight zeppelin in the supported matrix (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
gionn authored Apr 18, 2024
1 parent a5999e5 commit 9421c1b
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 1 deletion.
27 changes: 27 additions & 0 deletions deployments/uber-manifest.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,21 @@ sources:
pattern: >-
^{{ index . "acs" "version" }}{{ index . "acs" "pattern" }}$
{{- end }}
{{- if index . "insight-zeppelin" }}
{{ $image := "quay.io/alfresco/insight-zeppelin" }}
insightZeppelinTag_{{ $id }}:
name: Alfresco Insight Zeppelin
kind: dockerimage
spec:
image: {{ $image }}
{{ if eq (printf "%.8s" $image) "quay.io/" }}
{{ template "quay_auth" }}
{{ end }}
versionFilter:
kind: regex
pattern: >-
^{{ index . "insight-zeppelin" "version" }}{{ index . "insight-zeppelin" "pattern" }}$
{{- end }}
{{- if index . "search-enterprise" }}
searchEnterpriseTag_{{ $id }}:
name: Search Enterprise tag
Expand Down Expand Up @@ -368,6 +383,18 @@ targets:
key: "$.appVersion"
{{- end }}
{{- end }}
{{- if index . "insight-zeppelin" }}
{{- if index . "insight-zeppelin" "helm_target" }}
insightZeppelinValues_{{ $id }}:
name: Alfresco Insight Zeppelin image tag
kind: yaml
sourceid: insightZeppelinTag_{{ $id }}
spec:
file: {{ index . "insight-zeppelin" "helm_target" }}
key: >-
{{ index . "insight-zeppelin" "helm_key" }}
{{- end }}
{{- end }}
{{- if index . "search" }}
{{- if and .search.compose_key .search.compose_target }}
searchCompose_{{ $id }}:
Expand Down
17 changes: 16 additions & 1 deletion deployments/values/supported-matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,12 @@ matrix:
share:
version: *acs_ga_version
pattern: *ga_hotfixes_pattern
search:
insight-zeppelin:
version: &search_ga_version "2.0.10"
pattern: *ga_hotfixes_pattern
search:
version: *search_ga_version
pattern: *ga_hotfixes_pattern
search-enterprise:
version: "4.0"
pattern: *ga_hotfixes_pattern
Expand Down Expand Up @@ -121,6 +124,9 @@ matrix:
share:
version: "7.4"
pattern: *ga_hotfixes_pattern
insight-zeppelin:
version: *search_ga_version
pattern: *ga_hotfixes_pattern
search:
version: *search_ga_version
pattern: *ga_hotfixes_pattern
Expand Down Expand Up @@ -172,6 +178,9 @@ matrix:
share:
version: "7.3.1"
pattern: *ga_hotfixes_pattern
insight-zeppelin:
version: "2.0.5"
pattern: *ga_hotfixes_pattern
search:
version: "2.0.5"
pattern: *ga_hotfixes_pattern
Expand Down Expand Up @@ -223,6 +232,9 @@ matrix:
share:
version: "7.2"
pattern: *ga_hotfixes_pattern
insight-zeppelin:
version: "2.0.3"
pattern: *ga_hotfixes_pattern
search:
version: "2.0.3"
pattern: *ga_hotfixes_pattern
Expand Down Expand Up @@ -274,6 +286,9 @@ matrix:
share:
version: "7.1.1"
pattern: *ga_hotfixes_pattern
insight-zeppelin:
version: "2.0.2"
pattern: *ga_hotfixes_pattern
search:
version: "2.0.2"
pattern: *ga_hotfixes_pattern
Expand Down

0 comments on commit 9421c1b

Please sign in to comment.