From 6cc97ee136ef62700d800fbfb1b77e0f6a2c152c Mon Sep 17 00:00:00 2001 From: Giovanni Toraldo Date: Thu, 28 Nov 2024 12:36:26 +0100 Subject: [PATCH] Bump activemq to 5.18.6 --- charts/activemq/Chart.yaml | 4 ++-- charts/activemq/README.md | 4 ++-- charts/activemq/values.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/activemq/Chart.yaml b/charts/activemq/Chart.yaml index e94d1e0e3..79e242f21 100644 --- a/charts/activemq/Chart.yaml +++ b/charts/activemq/Chart.yaml @@ -7,8 +7,8 @@ keywords: name: activemq sources: - https://github.com/Alfresco/alfresco-helm-charts -version: 3.6.0-alpha.0 -appVersion: 5.18.5 +version: 3.6.0 +appVersion: 5.18.6 dependencies: - name: alfresco-common version: 3.1.3 diff --git a/charts/activemq/README.md b/charts/activemq/README.md index e61904be0..52f2284e9 100644 --- a/charts/activemq/README.md +++ b/charts/activemq/README.md @@ -5,7 +5,7 @@ parent: Charts Reference # activemq -![Version: 3.6.0-alpha.0](https://img.shields.io/badge/Version-3.6.0--alpha.0-informational?style=flat-square) ![AppVersion: 5.18.5](https://img.shields.io/badge/AppVersion-5.18.5-informational?style=flat-square) +![Version: 3.6.0](https://img.shields.io/badge/Version-3.6.0-informational?style=flat-square) ![AppVersion: 5.18.6](https://img.shields.io/badge/AppVersion-5.18.6-informational?style=flat-square) A Helm chart providing a basic Apache ActiveMQ deployment required to evaluate ACS (not meant to be used in production). @@ -30,7 +30,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.5-jre17-rockylinux8"` | | +| image.tag | string | `"5.18.6-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 7659d7120..3f6e74261 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.5-jre17-rockylinux8 + tag: 5.18.6-jre17-rockylinux8 pullPolicy: IfNotPresent adminUser: # -- An existing kubernetes secret that contains BROKER_USERNAME and BROKER_PASSWORD keys to override the default user credentials