From 0ad93a05803ae7f65bc3398c8fd31f88f32ef13d Mon Sep 17 00:00:00 2001 From: Giovanni Toraldo <71768+gionn@users.noreply.github.com> Date: Tue, 16 Apr 2024 14:31:47 +0200 Subject: [PATCH] OPSEXP-2630 Bump activemq to 5.18.4 (#276) --- charts/activemq/Chart.lock | 6 +++--- charts/activemq/Chart.yaml | 6 +++--- charts/activemq/README.md | 6 +++--- charts/activemq/values.yaml | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/charts/activemq/Chart.lock b/charts/activemq/Chart.lock index 3b37b9c9..c5eaa5de 100644 --- a/charts/activemq/Chart.lock +++ b/charts/activemq/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: alfresco-common repository: https://alfresco.github.io/alfresco-helm-charts/ - version: 3.0.0 -digest: sha256:d06b86767c5716a7ac02252c31125a77277bb91d6bdbb9fa1fef295c84642c32 -generated: "2023-11-06T19:46:54.63579+05:30" + version: 3.1.2 +digest: sha256:230deb46616c8921522dc68470ba18d8d445b931e8eb49ba09d4d3042732a24b +generated: "2024-04-16T12:58:04.407183+02:00" diff --git a/charts/activemq/Chart.yaml b/charts/activemq/Chart.yaml index 7c8fcbfc..d0cc06c3 100644 --- a/charts/activemq/Chart.yaml +++ b/charts/activemq/Chart.yaml @@ -7,10 +7,10 @@ keywords: name: activemq sources: - https://github.com/Alfresco/alfresco-helm-charts -version: 3.5.2 -appVersion: 5.18.3 +version: 3.5.3 +appVersion: 5.18.4 dependencies: - name: alfresco-common - version: 3.0.0 + version: 3.1.2 repository: https://alfresco.github.io/alfresco-helm-charts/ icon: https://avatars0.githubusercontent.com/u/391127?s=200&v=4 diff --git a/charts/activemq/README.md b/charts/activemq/README.md index e6b609ed..36379615 100644 --- a/charts/activemq/README.md +++ b/charts/activemq/README.md @@ -1,6 +1,6 @@ # activemq -![Version: 3.5.2](https://img.shields.io/badge/Version-3.5.2-informational?style=flat-square) ![AppVersion: 5.18.3](https://img.shields.io/badge/AppVersion-5.18.3-informational?style=flat-square) +![Version: 3.5.3](https://img.shields.io/badge/Version-3.5.3-informational?style=flat-square) ![AppVersion: 5.18.4](https://img.shields.io/badge/AppVersion-5.18.4-informational?style=flat-square) A Helm chart providing a basic Apache ActiveMQ deployment required to evaluate ACS (not meant to be used in production). @@ -12,7 +12,7 @@ A Helm chart providing a basic Apache ActiveMQ deployment required to evaluate A | Repository | Name | Version | |------------|------|---------| -| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-common | 3.0.0 | +| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-common | 3.1.2 | ## Values @@ -25,7 +25,7 @@ A Helm chart providing a basic Apache ActiveMQ deployment required to evaluate A | global.alfrescoRegistryPullSecrets | string | `"quay-registry-secret"` | Authenticate to image registry before pulling by providing an existing secret of type kubernetes.io/dockerconfigjson | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"alfresco/alfresco-activemq"` | | -| image.tag | string | `"5.18.3-jre17-rockylinux8"` | | +| image.tag | string | `"5.18.4-jre17-rockylinux8"` | | | livenessProbe.failureThreshold | int | `6` | | | livenessProbe.initialDelaySeconds | int | `60` | | | livenessProbe.periodSeconds | int | `10` | | diff --git a/charts/activemq/values.yaml b/charts/activemq/values.yaml index da9af158..a88bd2cc 100644 --- a/charts/activemq/values.yaml +++ b/charts/activemq/values.yaml @@ -4,7 +4,7 @@ replicaCount: 1 nodeSelector: {} image: repository: alfresco/alfresco-activemq - tag: 5.18.3-jre17-rockylinux8 + tag: 5.18.4-jre17-rockylinux8 pullPolicy: IfNotPresent adminUser: # -- An existing kubernetes secret that contains BROKER_USERNAME and BROKER_PASSWORD keys to override the default user credentials