Skip to content

Commit

Permalink
add missing insight engine image tag ref
Browse files Browse the repository at this point in the history
  • Loading branch information
gionn committed Nov 9, 2023
1 parent 2962f4d commit 71fe9c3
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 0 deletions.
2 changes: 2 additions & 0 deletions helm/alfresco-content-services/7.0.N_values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ alfresco-search:
securecomms: none
searchServicesImage:
tag: 2.0.2.2
insightEngineImage:
tag: 2.0.2.2
alfresco-digital-workspace:
image:
tag: 2.6.1
Expand Down
2 changes: 2 additions & 0 deletions helm/alfresco-content-services/7.1.N_values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ alfresco-search:
securecomms: none
searchServicesImage:
tag: 2.0.2.2
insightEngineImage:
tag: 2.0.2.2
alfresco-search-enterprise:
liveIndexing:
mediation:
Expand Down
2 changes: 2 additions & 0 deletions helm/alfresco-content-services/7.2.N_values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ share:
alfresco-search:
searchServicesImage:
tag: 2.0.3.6
insightEngineImage:
tag: 2.0.3.6
alfresco-search-enterprise:
liveIndexing:
mediation:
Expand Down
2 changes: 2 additions & 0 deletions helm/alfresco-content-services/7.3.N_values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ alfresco-transform-service:
alfresco-search:
searchServicesImage:
tag: 2.0.5.2
insightEngineImage:
tag: 2.0.5.2
alfresco-search-enterprise:
enabled: false
liveIndexing:
Expand Down
2 changes: 2 additions & 0 deletions helm/alfresco-content-services/7.4.N_values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ activemq:
alfresco-search:
searchServicesImage:
tag: 2.0.8.1
insightEngineImage:
tag: 2.0.8.1
alfresco-search-enterprise:
enabled: false
liveIndexing:
Expand Down
2 changes: 2 additions & 0 deletions helm/alfresco-content-services/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,8 @@ Please refer to the [documentation](https://github.com/Alfresco/acs-deployment/b
| alfresco-search.ingress.basicAuth | string | `nil` | Default solr basic auth user/password: admin / admin You can create your own with htpasswd utilility & encode it with base64. Example: `echo -n "$(htpasswd -nbm admin admin)" | base64 | tr -d '\n'` basicAuth: YWRtaW46JGFwcjEkVVJqb29uS00kSEMuS1EwVkRScFpwSHB2a3JwTDd1Lg== |
| alfresco-search.ingress.enabled | bool | `false` | Alfresco Search services endpoint ('/solr') |
| alfresco-search.ingress.tls | list | `[]` | |
| alfresco-search.insightEngineImage.repository | string | `"quay.io/alfresco/insight-engine"` | |
| alfresco-search.insightEngineImage.tag | string | `"2.0.8.1"` | |
| alfresco-search.nameOverride | string | `"alfresco-search"` | |
| alfresco-search.repository.existingConfigMap.keys.host | string | `"repo_svc_name"` | |
| alfresco-search.repository.existingConfigMap.keys.port | string | `"repo_svc_port"` | |
Expand Down
3 changes: 3 additions & 0 deletions helm/alfresco-content-services/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,9 @@ alfresco-search:
searchServicesImage:
repository: quay.io/alfresco/search-services
tag: 2.0.8.1
insightEngineImage:
repository: quay.io/alfresco/insight-engine
tag: 2.0.8.1
nameOverride: alfresco-search
# If an external Solr service is to be used then enabled must be set to false
# and external has to be configured accordingly.
Expand Down

0 comments on commit 71fe9c3

Please sign in to comment.