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 Oct 2, 2024
1 parent 259372b commit b7f7880
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion charts/alfresco-search-service/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ name: alfresco-search-service
sources:
- https://github.com/Alfresco/alfresco-helm-charts
version: 3.3.3
appVersion: 2.0.11
appVersion: 2.0.12
dependencies:
- name: alfresco-insight-zeppelin
version: 3.0.2
Expand Down
6 changes: 3 additions & 3 deletions charts/alfresco-search-service/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ parent: Charts Reference

# alfresco-search-service

![Version: 3.3.3](https://img.shields.io/badge/Version-3.3.3-informational?style=flat-square) ![AppVersion: 2.0.11](https://img.shields.io/badge/AppVersion-2.0.11-informational?style=flat-square)
![Version: 3.3.3](https://img.shields.io/badge/Version-3.3.3-informational?style=flat-square) ![AppVersion: 2.0.12](https://img.shields.io/badge/AppVersion-2.0.12-informational?style=flat-square)

A Helm chart for deploying Alfresco Search Service

Expand Down Expand Up @@ -47,7 +47,7 @@ Checkout [alfresco-content-services chart's doc](https://github.com/Alfresco/acs
| 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.11"` | |
| insightEngineImage.tag | string | `"2.0.12"` | |
| livenessProbe.initialDelaySeconds | int | `130` | |
| livenessProbe.periodSeconds | int | `20` | |
| livenessProbe.timeoutSeconds | int | `10` | |
Expand Down Expand Up @@ -83,7 +83,7 @@ Checkout [alfresco-content-services chart's doc](https://github.com/Alfresco/acs
| 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.11"` | |
| searchServicesImage.tag | string | `"2.0.12"` | |
| service.name | string | `"solr"` | |
| service.type | string | `"ClusterIP"` | |
| serviceAccount.annotations | object | `{}` | Annotations to add to the service account |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ name: alfresco-insight-zeppelin
version: 3.0.2
sources:
- https://github.com/Alfresco/alfresco-helm-charts
appVersion: 2.0.11
appVersion: 2.0.12
dependencies:
- name: alfresco-common
version: 3.1.3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ parent: Charts Reference

# alfresco-insight-zeppelin

![Version: 3.0.2](https://img.shields.io/badge/Version-3.0.2-informational?style=flat-square) ![AppVersion: 2.0.11](https://img.shields.io/badge/AppVersion-2.0.11-informational?style=flat-square)
![Version: 3.0.2](https://img.shields.io/badge/Version-3.0.2-informational?style=flat-square) ![AppVersion: 2.0.12](https://img.shields.io/badge/AppVersion-2.0.12-informational?style=flat-square)

A Helm chart for deploying Alfresco Insight Zeppelin

Expand Down Expand Up @@ -36,7 +36,7 @@ Checkout [alfresco-content-services chart's doc](https://github.com/Alfresco/acs
| image.internalPort | int | `9090` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"quay.io/alfresco/insight-zeppelin"` | |
| image.tag | string | `"2.0.11"` | |
| image.tag | string | `"2.0.12"` | |
| ingress.path | string | `"/zeppelin"` | |
| livenessProbe.initialDelaySeconds | int | `130` | |
| livenessProbe.periodSeconds | int | `20` | |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
replicaCount: 1
image:
repository: quay.io/alfresco/insight-zeppelin
tag: 2.0.11
tag: 2.0.12
pullPolicy: IfNotPresent
internalPort: 9090
podSecurityContext:
Expand Down
4 changes: 2 additions & 2 deletions charts/alfresco-search-service/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ podSecurityContext:
fsGroup: 33007
searchServicesImage:
repository: quay.io/alfresco/search-services
tag: 2.0.11
tag: 2.0.12
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.11
tag: 2.0.12
pullPolicy: *searchDockerImagePullPolicy
# -- container's port search service is listening on
# change if your custom image use a different port.
Expand Down
2 changes: 1 addition & 1 deletion charts/alfresco-sync-service/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ name: alfresco-sync-service
sources:
- https://github.com/Alfresco/acs-deployment
version: 6.0.1
appVersion: 5.0.0
appVersion: 4.0.1
icon: https://avatars0.githubusercontent.com/u/391127?s=200&v=4
dependencies:
- name: alfresco-common
Expand Down
4 changes: 2 additions & 2 deletions charts/alfresco-sync-service/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ parent: Charts Reference

# alfresco-sync-service

![Version: 6.0.1](https://img.shields.io/badge/Version-6.0.1-informational?style=flat-square) ![AppVersion: 5.0.0](https://img.shields.io/badge/AppVersion-5.0.0-informational?style=flat-square)
![Version: 6.0.1](https://img.shields.io/badge/Version-6.0.1-informational?style=flat-square) ![AppVersion: 4.0.1](https://img.shields.io/badge/AppVersion-4.0.1-informational?style=flat-square)

Alfresco Sync Service

Expand Down Expand Up @@ -46,7 +46,7 @@ Checkout [alfresco-content-services chart's doc](https://github.com/Alfresco/acs
| image.internalPort | int | `9090` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"quay.io/alfresco/service-sync"` | |
| image.tag | string | `"5.0.0"` | |
| image.tag | string | `"4.0.1"` | |
| ingress.extraAnnotations | object | `{}` | useful when running Sync service without SSL termination done by a load balancer, e.g. when ran on Minikube for testing purposes nginx.ingress.kubernetes.io/ssl-redirect: "false" |
| ingress.path | string | `"/syncservice"` | |
| ingress.tls | list | `[]` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/alfresco-sync-service/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ podSecurityContext:
fsGroup: 1000
image:
repository: quay.io/alfresco/service-sync
tag: 5.0.0
tag: 4.0.1
pullPolicy: IfNotPresent
internalPort: 9090
environment:
Expand Down

0 comments on commit b7f7880

Please sign in to comment.