Skip to content

Commit

Permalink
Release on plonesaas version 2.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiaifrim committed Nov 25, 2024
1 parent d4d0711 commit bcb4120
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 4 deletions.
25 changes: 24 additions & 1 deletion docs/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5364,6 +5364,29 @@ entries:
- plone-postgres-1.0.0.tgz
version: 1.0.0
plonesaas:
- apiVersion: v2
appVersion: 5.2.9-58
created: "2024-11-25T16:30:44.732981+02:00"
dependencies:
- condition: plonesaas.enabled
name: postfix
repository: https://eea.github.io/helm-charts
version: 1.1.0
- condition: plonesaas.enabled
name: nginx
repository: https://charts.bitnami.com/bitnami
version: 18.1.8
description: PloneSAAS - both backend and frontends
digest: 454847f6d4a27988b7c23c077f4925ad0255e2c255de0a6689ed019a53c50759
home: http://eea.github.io/docs/IT-systems
icon: https://raw.githubusercontent.com/eea/helm-charts/main/sources/plonesaas/volto.png
keywords:
- CMS
name: plonesaas
type: application
urls:
- plonesaas-2.4.5.tgz
version: 2.4.5
- apiVersion: v2
appVersion: 5.2.9-58
created: "2024-10-31T16:44:47.4906751+02:00"
Expand Down Expand Up @@ -7435,4 +7458,4 @@ entries:
urls:
- zz-testing-catalogrefresh-2.0.0.tgz
version: 2.0.0
generated: "2024-11-25T11:23:23.172720222+01:00"
generated: "2024-11-25T16:30:44.729188+02:00"
Binary file added docs/plonesaas-2.4.5.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion sources/plonesaas/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: plonesaas

type: application

version: 2.4.4
version: 2.4.5

appVersion: "5.2.9-58"

Expand Down
3 changes: 2 additions & 1 deletion sources/plonesaas/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ This chart deployes the PloneSaaS app together with several frontends as Ingress
## Releases

<dl>
<dt>Unreleased</dt>
<dt>Version 2.4.5 - 29 August 2024</dt>
<dd>Updated industry deployment image from eeacms/industry-frontend:3.25.0 to eeacms/industry-frontend:3.29.0</dd>
<dd>Added `nginx.ingress.kubernetes.io/proxy-body-size: 100m` to `climate-energy-api-ingress.yaml` and `industry-api.ingress.yaml`, refs #279315</dd>

<dt>Version 2.4.4 - 29 August 2024</dt>
Expand Down
2 changes: 1 addition & 1 deletion sources/plonesaas/templates/industry-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
serviceAccountName: {{ include "appl.serviceAccountName" . }}
containers:
- name: frontend
image: eeacms/industry-frontend:3.25.0
image: eeacms/industry-frontend:3.29.0
env:
- name: PORT
value: "3000"
Expand Down

0 comments on commit bcb4120

Please sign in to comment.