Skip to content

Commit

Permalink
Bump default values to latest 23.3.2 tag
Browse files Browse the repository at this point in the history
  • Loading branch information
gionn committed Sep 30, 2024
1 parent 956daaf commit a715a42
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions charts/alfresco-repository/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ apiVersion: v2
name: alfresco-repository
description: Alfresco content repository Helm chart
type: application
version: 0.7.1
appVersion: 23.3.0
version: 0.7.2
appVersion: 23.3.2
dependencies:
- name: alfresco-common
version: 3.1.3
version: 3.1.4
repository: https://alfresco.github.io/alfresco-helm-charts/
- name: postgresql
version: 12.5.6
Expand Down
6 changes: 3 additions & 3 deletions charts/alfresco-repository/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ parent: Charts Reference

# alfresco-repository

![Version: 0.7.1](https://img.shields.io/badge/Version-0.7.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 23.3.0](https://img.shields.io/badge/AppVersion-23.3.0-informational?style=flat-square)
![Version: 0.7.2](https://img.shields.io/badge/Version-0.7.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 23.3.2](https://img.shields.io/badge/AppVersion-23.3.2-informational?style=flat-square)

Alfresco content repository Helm chart

Expand All @@ -15,7 +15,7 @@ Checkout [alfresco-content-services chart's doc](https://github.com/Alfresco/acs

| Repository | Name | Version |
|------------|------|---------|
| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-common | 3.1.3 |
| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-common | 3.1.4 |
| oci://registry-1.docker.io/bitnamicharts | postgresql | 12.5.6 |

## Values
Expand Down Expand Up @@ -92,7 +92,7 @@ Checkout [alfresco-content-services chart's doc](https://github.com/Alfresco/acs
| image.port | int | `8080` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"quay.io/alfresco/alfresco-content-repository"` | |
| image.tag | string | `"23.3.0"` | |
| image.tag | string | `"23.3.2"` | |
| imagePullSecrets | list | `[]` | |
| ingress.annotations | object | `{"nginx.ingress.kubernetes.io/affinity":"cookie","nginx.ingress.kubernetes.io/proxy-body-size":"5g","nginx.ingress.kubernetes.io/session-cookie-hash":"sha1","nginx.ingress.kubernetes.io/session-cookie-name":"alfrescoRepo"}` | provide annotations for nginx ingress (no toher ingress is supported at that point) |
| ingress.className | string | `"nginx"` | supported ingress class |
Expand Down
2 changes: 1 addition & 1 deletion charts/alfresco-repository/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ replicaCount: 1
image:
repository: quay.io/alfresco/alfresco-content-repository
pullPolicy: IfNotPresent
tag: 23.3.0
tag: 23.3.2
port: 8080
strategy:
type: RollingUpdate
Expand Down
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: 1.1.1
appVersion: 23.3.0
version: 1.1.2
appVersion: 23.3.2
dependencies:
- repository: https://alfresco.github.io/alfresco-helm-charts
version: 3.1.4
Expand Down
4 changes: 2 additions & 2 deletions charts/alfresco-share/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ parent: Charts Reference

# alfresco-share

![Version: 1.1.1](https://img.shields.io/badge/Version-1.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 23.3.0](https://img.shields.io/badge/AppVersion-23.3.0-informational?style=flat-square)
![Version: 1.1.2](https://img.shields.io/badge/Version-1.1.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 23.3.2](https://img.shields.io/badge/AppVersion-23.3.2-informational?style=flat-square)

Alfresco Share Helm chart for Kubernetes

Expand Down Expand Up @@ -37,7 +37,7 @@ Checkout [alfresco-content-services chart's doc](https://github.com/Alfresco/acs
| 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 | `"23.3.0"` | |
| image.tag | string | `"23.3.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 @@ -18,7 +18,7 @@ repository:
known_urls: null
image:
repository: quay.io/alfresco/alfresco-share
tag: 23.3.0
tag: 23.3.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

0 comments on commit a715a42

Please sign in to comment.