Skip to content

Commit

Permalink
Bump charts for cassiopeia release
Browse files Browse the repository at this point in the history
  • Loading branch information
gionn committed Sep 20, 2023
1 parent f895260 commit ec7fcf8
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 11 deletions.
4 changes: 2 additions & 2 deletions charts/alfresco-share/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: alfresco-share
description: Alfresco Share Helm chart for Kubernetes
type: application
version: 0.1.0
appVersion: 7.4.1
version: 0.1.1
appVersion: 7.4.1.1
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.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 7.4.1](https://img.shields.io/badge/AppVersion-7.4.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.1](https://img.shields.io/badge/AppVersion-7.4.1.1-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"` | |
| image.tag | string | `"7.4.1.1"` | |
| 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
tag: 7.4.1.1
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
4 changes: 2 additions & 2 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.3.0
appVersion: "3.10.0"
version: 4.4.0
appVersion: 3.11.0
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
@@ -1,6 +1,6 @@
# alfresco-sync-service

![Version: 4.3.0](https://img.shields.io/badge/Version-4.3.0-informational?style=flat-square) ![AppVersion: 3.10.0](https://img.shields.io/badge/AppVersion-3.10.0-informational?style=flat-square)
![Version: 4.4.0](https://img.shields.io/badge/Version-4.4.0-informational?style=flat-square) ![AppVersion: 3.11.0](https://img.shields.io/badge/AppVersion-3.11.0-informational?style=flat-square)

Alfresco Sync Service

Expand Down Expand Up @@ -39,7 +39,7 @@ Alfresco Sync Service
| image.internalPort | int | `9090` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"quay.io/alfresco/service-sync"` | |
| image.tag | string | `"3.10.0"` | |
| image.tag | string | `"3.11.0"` | |
| 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
3 changes: 1 addition & 2 deletions 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: 3.10.0
tag: 3.11.0
pullPolicy: IfNotPresent
internalPort: 9090
environment:
Expand Down Expand Up @@ -127,7 +127,6 @@ database:
password: admin
# -- An existing kubernetes secret with DB info (prefered over using values)
existingSecretName: null

ingress:
# -- useful when running Sync service without SSL termination done by a load
# balancer, e.g. when ran on Minikube for testing purposes
Expand Down

0 comments on commit ec7fcf8

Please sign in to comment.