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 6, 2023
1 parent b1b65d9 commit 0d85b17
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 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-share/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: alfresco-share
description: Alfresco Share Helm chart for Kubernetes
type: application
version: 0.1.1
appVersion: 7.4.1.1
appVersion: 7.4.1.2
dependencies:
- repository: https://alfresco.github.io/alfresco-helm-charts
version: 2.1.0
Expand Down
4 changes: 2 additions & 2 deletions charts/alfresco-share/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# alfresco-share

![Version: 0.1.1](https://img.shields.io/badge/Version-0.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 7.4.1.1](https://img.shields.io/badge/AppVersion-7.4.1.1-informational?style=flat-square)
![Version: 0.1.1](https://img.shields.io/badge/Version-0.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 7.4.1.2](https://img.shields.io/badge/AppVersion-7.4.1.2-informational?style=flat-square)

Alfresco Share Helm chart for Kubernetes

Expand Down Expand Up @@ -28,7 +28,7 @@ Alfresco Share Helm chart for Kubernetes
| image.port | int | `8080` | Internal port where the pod is listening. Should only be changed is you use a custom image which uses a different port. |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"quay.io/alfresco/alfresco-share"` | |
| image.tag | string | `"7.4.1.1"` | |
| image.tag | string | `"7.4.1.2"` | |
| imagePullSecrets | list | `[]` | |
| ingress.annotations."nginx.ingress.kubernetes.io/affinity" | string | `"cookie"` | |
| ingress.annotations."nginx.ingress.kubernetes.io/proxy-body-size" | string | `"5g"` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/alfresco-share/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repository:
known_urls: null
image:
repository: quay.io/alfresco/alfresco-share
tag: 7.4.1.1
tag: 7.4.1.2
pullPolicy: IfNotPresent
# -- Internal port where the pod is listening. Should only be changed is you
# use a custom image which uses a different port.
Expand Down
2 changes: 1 addition & 1 deletion charts/alfresco-transform-service/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: alfresco-transform-service
description: A Helm chart for deploying Alfresco Transform Services
type: application
version: 0.2.0
appVersion: "3.0.0"
appVersion: 3.0.0
dependencies:
- name: alfresco-common
version: 2.1.0
Expand Down

0 comments on commit 0d85b17

Please sign in to comment.