Skip to content

Commit

Permalink
Bump community tags (#1294)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmacius authored Feb 13, 2025
1 parent 0ce4801 commit c01fc15
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docker-compose/community-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#
services:
alfresco:
image: docker.io/alfresco/alfresco-content-repository-community:23.4.0
image: docker.io/alfresco/alfresco-content-repository-community:23.4.1
mem_limit: 1900m
environment:
JAVA_TOOL_OPTIONS: >-
Expand Down
4 changes: 2 additions & 2 deletions helm/acs-sso-example/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ description: |
:warning: All components have persistence disabled so all data is lost after a
deployment is destroyed or rolled back!
type: application
version: 1.1.2
appVersion: 23.4.0
version: 1.1.3
appVersion: 23.4.1
home: https://www.alfresco.com
sources:
- https://github.com/Alfresco/acs-deployment
Expand Down
2 changes: 1 addition & 1 deletion helm/acs-sso-example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ grand_parent: Helm

# acs-sso-example

![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.4.0](https://img.shields.io/badge/AppVersion-23.4.0-informational?style=flat-square)
![Version: 1.1.3](https://img.shields.io/badge/Version-1.1.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 23.4.1](https://img.shields.io/badge/AppVersion-23.4.1-informational?style=flat-square)

An example Chart to demonstrate how to compose your own Alfresco platform
with SSO on kubernetes using a nthrid party Keycloak.
Expand Down
2 changes: 1 addition & 1 deletion helm/acs-sso-example/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ alfresco-repository:
replicaCount: 1
image:
repository: alfresco/alfresco-content-repository-community
tag: 23.4.0
tag: 23.4.1
configuration:
repository:
existingConfigMap: repository-properties
Expand Down
2 changes: 1 addition & 1 deletion helm/alfresco-content-services/community_values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ alfresco-repository:
replicaCount: 1
image:
repository: alfresco/alfresco-content-repository-community
tag: 23.4.0
tag: 23.4.1
persistence:
accessModes:
- ReadWriteOnce
Expand Down

0 comments on commit c01fc15

Please sign in to comment.