Skip to content

Commit

Permalink
🛠 Updatecli pipeline acs bump
Browse files Browse the repository at this point in the history
  • Loading branch information
gionn authored and alfresco-build committed Nov 8, 2023
1 parent da8ef2c commit f7e35ab
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 16 deletions.
2 changes: 1 addition & 1 deletion charts/alfresco-ai-transformer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: alfresco-ai-transformer
description: A Helm chart for deploying Alfresco ai transformer service
type: application
version: 0.3.0
appVersion: "2.0.0"
appVersion: 2.0.0
dependencies:
- name: alfresco-common
version: 2.1.0
Expand Down
2 changes: 1 addition & 1 deletion charts/alfresco-connector-ms365/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: alfresco-connector-ms365
description: A Helm chart for deploying Alfresco connector ms365 service
type: application
version: 0.4.0
appVersion: "2.0.0"
appVersion: 2.0.0
dependencies:
- name: alfresco-common
version: 2.1.0
Expand Down
2 changes: 1 addition & 1 deletion charts/alfresco-connector-msteams/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: alfresco-connector-msteams
description: A Helm chart for deploying Alfresco connector msteams service
type: application
version: 0.2.0
appVersion: "2.0.0"
appVersion: 2.0.0
dependencies:
- name: alfresco-common
version: 2.1.0
Expand Down
2 changes: 1 addition & 1 deletion charts/alfresco-search-service/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ name: alfresco-search-service
sources:
- https://github.com/Alfresco/alfresco-helm-charts
version: 2.0.0-alpha.2
appVersion: 2.0.8
appVersion: 2.0.8.2
dependencies:
- name: alfresco-insight-zeppelin
version: 2.2.0
Expand Down
12 changes: 7 additions & 5 deletions charts/alfresco-search-service/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# alfresco-search-service

![Version: 2.0.0-alpha.2](https://img.shields.io/badge/Version-2.0.0--alpha.2-informational?style=flat-square) ![AppVersion: 2.0.8](https://img.shields.io/badge/AppVersion-2.0.8-informational?style=flat-square)
![Version: 2.0.0-alpha.2](https://img.shields.io/badge/Version-2.0.0--alpha.2-informational?style=flat-square) ![AppVersion: 2.0.8.2](https://img.shields.io/badge/AppVersion-2.0.8.2-informational?style=flat-square)

A Helm chart for deploying Alfresco Search Service

Expand All @@ -26,10 +26,12 @@ Please refer to the [documentation](https://github.com/Alfresco/acs-deployment/b
| alfresco-insight-zeppelin.enabled | bool | `false` | |
| environment.SOLR_CREATE_ALFRESCO_DEFAULTS | string | `"alfresco,archive"` | |
| global.alfrescoRegistryPullSecrets | string | `"quay-registry-secret"` | |
| ingress.annotations | object | `{"nginx.ingress.kubernetes.io/auth-realm":"Authentication Required - Alfresco Search Services","nginx.ingress.kubernetes.io/auth-type":"basic","nginx.ingress.kubernetes.io/whitelist-source-range":"0.0.0.0/0"}` | nginx ingress annotations (see https://kubernetes.github.io/ingress-nginx/user-guide/nginx-configuration/annotations) |
| ingress.annotations."nginx.ingress.kubernetes.io/auth-realm" | string | `"Authentication Required - Alfresco Search Services"` | |
| ingress.annotations."nginx.ingress.kubernetes.io/auth-type" | string | `"basic"` | |
| ingress.annotations."nginx.ingress.kubernetes.io/whitelist-source-range" | string | `"0.0.0.0/0"` | |
| ingress.basicAuth | string | `nil` | Default solr basic auth user/password: admin / admin You can create your own with htpasswd utilility & encode it with base640. Example: `echo -n "$(htpasswd -nbm admin admin)" | base64 | tr -d '\n'` basicAuth: YWRtaW46JGFwcjEkVVJqb29uS00kSEMuS1EwVkRScFpwSHB2a3JwTDd1Lg== |
| ingress.enabled | bool | `false` | Expose the solr admin console behind basic auth |
| ingress.existingSecretName | string | `nil` | An existing secret that contains an `auth` key with a value in the same format of `ingress.basicAuth` |
| ingress.existingSecretName | string | `nil` | |
| ingress.path | string | `"/solr"` | |
| ingress.tls | list | `[]` | |
| initContainer.image.pullPolicy | string | `"IfNotPresent"` | |
Expand All @@ -40,7 +42,7 @@ Please refer to the [documentation](https://github.com/Alfresco/acs-deployment/b
| insightEngineImage.internalPort | string | `nil` | container's port search service is listening on change if your custom image use a different port. |
| insightEngineImage.pullPolicy | string | `"IfNotPresent"` | |
| insightEngineImage.repository | string | `"quay.io/alfresco/insight-engine"` | |
| insightEngineImage.tag | string | `"2.0.8"` | |
| insightEngineImage.tag | string | `"2.0.8.2"` | |
| livenessProbe.initialDelaySeconds | int | `130` | |
| livenessProbe.periodSeconds | int | `20` | |
| livenessProbe.timeoutSeconds | int | `10` | |
Expand Down Expand Up @@ -71,7 +73,7 @@ Please refer to the [documentation](https://github.com/Alfresco/acs-deployment/b
| searchServicesImage.internalPort | string | `nil` | container's port search service is listening on change if your custom image use a different port. |
| searchServicesImage.pullPolicy | string | `"IfNotPresent"` | |
| searchServicesImage.repository | string | `"quay.io/alfresco/search-services"` | |
| searchServicesImage.tag | string | `"2.0.8"` | |
| searchServicesImage.tag | string | `"2.0.8.2"` | |
| service.name | string | `"solr"` | |
| service.type | string | `"ClusterIP"` | |
| type | string | `"search-services"` | set alfresco-insight-zeppelin.enabled=true As the Docker Image for Insight Engine is not publicly available the alfrescoRegistryPullSecrets has to be set More information can be found on https://github.com/Alfresco/acs-deployment/blob/master/docs/helm/registry-authentication.md |
11 changes: 4 additions & 7 deletions charts/alfresco-search-service/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ podSecurityContext:
fsGroup: 33007
searchServicesImage:
repository: quay.io/alfresco/search-services
tag: 2.0.8
tag: 2.0.8.2
pullPolicy: &searchDockerImagePullPolicy IfNotPresent
# -- container's port search service is listening on
# change if your custom image use a different port.
internalPort: null
insightEngineImage:
repository: quay.io/alfresco/insight-engine
tag: 2.0.8
tag: 2.0.8.2
pullPolicy: *searchDockerImagePullPolicy
# -- container's port search service is listening on
# change if your custom image use a different port.
Expand All @@ -49,11 +49,9 @@ ingress:
# You can create your own with htpasswd utilility & encode it with base640.
# Example: `echo -n "$(htpasswd -nbm admin admin)" | base64 | tr -d '\n'`
# basicAuth: YWRtaW46JGFwcjEkVVJqb29uS00kSEMuS1EwVkRScFpwSHB2a3JwTDd1Lg==
basicAuth:
# -- An existing secret that contains an `auth` key with a value in the same
basicAuth: null # -- An existing secret that contains an `auth` key with a value in the same
# format of `ingress.basicAuth`
existingSecretName:
# -- nginx ingress annotations (see
existingSecretName: null # -- nginx ingress annotations (see
# https://kubernetes.github.io/ingress-nginx/user-guide/nginx-configuration/annotations)
annotations:
nginx.ingress.kubernetes.io/auth-type: basic
Expand Down Expand Up @@ -128,6 +126,5 @@ initContainer:
memory: "5Mi"
limits:
memory: "10Mi"

global:
alfrescoRegistryPullSecrets: quay-registry-secret

0 comments on commit f7e35ab

Please sign in to comment.