Skip to content

Commit

Permalink
OPSEXP-2938 Bump activemq to 5.18.6 (#419)
Browse files Browse the repository at this point in the history
  • Loading branch information
gionn authored Nov 28, 2024
1 parent 2c658b7 commit 8d7bf2a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions charts/activemq/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: alfresco-common
repository: https://alfresco.github.io/alfresco-helm-charts/
version: 3.1.3
digest: sha256:aa16cabbeb3d227803dff9c0d097d6e52afa97d741793607156d4573c3d4bc47
generated: "2024-07-10T14:14:04.160182452Z"
version: 3.1.4
digest: sha256:472c86bbe4b88aceee0fec6653ae229ef9f5b6237d8d092d5d99c20272afa370
generated: "2024-11-28T14:17:33.150693+01:00"
6 changes: 3 additions & 3 deletions charts/activemq/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ 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
version: 3.1.4
repository: https://alfresco.github.io/alfresco-helm-charts/
icon: https://avatars0.githubusercontent.com/u/391127?s=200&v=4
6 changes: 3 additions & 3 deletions charts/activemq/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand All @@ -17,7 +17,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.1.3 |
| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-common | 3.1.4 |

## Values

Expand All @@ -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` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/activemq/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8d7bf2a

Please sign in to comment.