Skip to content

Commit

Permalink
OPSEXP-2130 Bump service sync to latest GA tag (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
gionn authored Jun 5, 2023
1 parent e53d187 commit 0fe6484
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
10 changes: 5 additions & 5 deletions charts/alfresco-sync-service/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.2.2
version: 2.4.0
- name: alfresco-common
repository: https://alfresco.github.io/alfresco-helm-charts/
version: 2.0.0
- name: activemq
repository: https://alfresco.github.io/alfresco-helm-charts/
version: 3.0.1
version: 3.1.0
- name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
version: 12.2.3
digest: sha256:ecc70fe7948a2c3d1cff1392ac229ab7172054037177840dd2c4115f8f2cfc7f
generated: "2023-03-14T20:19:21.928703+01:00"
version: 12.5.6
digest: sha256:e39405a7071d52fabbfb5c13dadabdd196cdfec40637bc26fd2444700c67d7e5
generated: "2023-06-01T10:44:55.970183+02:00"
6 changes: 3 additions & 3 deletions charts/alfresco-sync-service/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ keywords:
name: alfresco-sync-service
sources:
- https://github.com/Alfresco/acs-deployment
version: 4.0.5
appVersion: 4.0.0-M7
version: 4.1.0
appVersion: 3.9.0
icon: https://avatars0.githubusercontent.com/u/391127?s=200&v=4
dependencies:
- name: common
Expand All @@ -19,7 +19,7 @@ dependencies:
version: 2.0.0
repository: https://alfresco.github.io/alfresco-helm-charts/
- name: activemq
version: 3.0.1
version: 3.1.0
repository: https://alfresco.github.io/alfresco-helm-charts/
condition: activemq.enabled
- name: postgresql
Expand Down
6 changes: 3 additions & 3 deletions charts/alfresco-sync-service/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# alfresco-sync-service

![Version: 4.0.5](https://img.shields.io/badge/Version-4.0.5-informational?style=flat-square) ![AppVersion: 4.0.0-M7](https://img.shields.io/badge/AppVersion-4.0.0--M7-informational?style=flat-square)
![Version: 4.1.0](https://img.shields.io/badge/Version-4.1.0-informational?style=flat-square) ![AppVersion: 3.9.0](https://img.shields.io/badge/AppVersion-3.9.0-informational?style=flat-square)

Alfresco Sync Service

Expand All @@ -12,7 +12,7 @@ Alfresco Sync Service

| Repository | Name | Version |
|------------|------|---------|
| https://alfresco.github.io/alfresco-helm-charts/ | activemq | 3.0.1 |
| https://alfresco.github.io/alfresco-helm-charts/ | activemq | 3.1.0 |
| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-common | 2.0.0 |
| oci://registry-1.docker.io/bitnamicharts | common | 2.x.x |
| oci://registry-1.docker.io/bitnamicharts | postgresql | 12.x.x |
Expand Down Expand Up @@ -40,7 +40,7 @@ Alfresco Sync Service
| image.internalPort | int | `9090` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"quay.io/alfresco/service-sync"` | |
| image.tag | string | `"4.0.0-M7"` | |
| image.tag | string | `"3.9.0"` | |
| ingress.extraAnnotations | string | `nil` | 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 @@ -24,7 +24,7 @@ podSecurityContext:
fsGroup: 1000
image:
repository: quay.io/alfresco/service-sync
tag: 4.0.0-M7
tag: 3.9.0
pullPolicy: IfNotPresent
internalPort: 9090
environment:
Expand Down

0 comments on commit 0fe6484

Please sign in to comment.