Skip to content

Commit

Permalink
OPSEXP-1818 Trigger activemq redeployment if rendered secret has chan…
Browse files Browse the repository at this point in the history
…ged (#82)
  • Loading branch information
gionn authored Jul 27, 2023
1 parent d9e3259 commit bf62374
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 13 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: 1.0.0
digest: sha256:094ae734b29e6e4735e4b6c3ad786305217cb375570a6a8518395c92f61c23bf
generated: "2023-02-14T14:53:39.031589+01:00"
version: 2.0.0
digest: sha256:04d458edc1a42ae7a4e4bc73d5872cc5cab9ef5960e5b6226af605a661bff71f
generated: "2023-07-26T13:09:04.032549214Z"
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.1.0
appVersion: 5.17.4
version: 3.2.0
appVersion: 5.17.5
dependencies:
- name: alfresco-common
version: 1.0.0
version: 2.0.0
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
@@ -1,6 +1,6 @@
# activemq

![Version: 3.1.0](https://img.shields.io/badge/Version-3.1.0-informational?style=flat-square) ![AppVersion: 5.17.4](https://img.shields.io/badge/AppVersion-5.17.4-informational?style=flat-square)
![Version: 3.2.0](https://img.shields.io/badge/Version-3.2.0-informational?style=flat-square) ![AppVersion: 5.17.5](https://img.shields.io/badge/AppVersion-5.17.5-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 @@ -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 | 1.0.0 |
| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-common | 2.0.0 |

## Values

Expand All @@ -24,7 +24,7 @@ A Helm chart providing a basic Apache ActiveMQ deployment required to evaluate A
| enabled | bool | `true` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"alfresco/alfresco-activemq"` | |
| image.tag | string | `"5.17.4-jre17-rockylinux8"` | |
| image.tag | string | `"5.17.5-jre17-rockylinux8"` | |
| livenessProbe.failureThreshold | int | `6` | |
| livenessProbe.initialDelaySeconds | int | `60` | |
| livenessProbe.periodSeconds | int | `10` | |
Expand Down
1 change: 1 addition & 0 deletions charts/activemq/templates/deployment-activemq.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ spec:
metadata:
{{- with .Values.podAnnotations }}
annotations:
checksum/secret-activemq: {{ include (print $.Template.BasePath "/secret-activemq.yaml") . | sha256sum }}
{{- toYaml . | nindent 8 }}
{{- end }}
labels:
Expand Down
8 changes: 4 additions & 4 deletions charts/activemq/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ replicaCount: 1
nodeSelector: {}
image:
repository: alfresco/alfresco-activemq
tag: 5.17.4-jre17-rockylinux8
tag: 5.17.5-jre17-rockylinux8
pullPolicy: IfNotPresent
adminUser:
# -- An existing kubernetes secret that contains BROKER_USERNAME and BROKER_PASSWORD keys to override the default user credentials
existingSecretName:
existingSecretName: null
# -- Username for the default user with administrative privileges
user: admin
# -- Password for the default user with administrative privileges
Expand Down Expand Up @@ -58,12 +58,12 @@ livenessProbe:
persistence:
enabled: true
baseSize: 20Gi
storageClass:
storageClass: null
# -- defines type of access required by the persistent volume
# [Access_Modes] (https://kubernetes.io/docs/concepts/storage/persistent-volumes/#access-modes)
accessModes:
- ReadWriteOnce
existingClaim:
existingClaim: null
data:
mountPath: "/opt/activemq/data"
subPath: "alfresco-infrastructure/activemq-data"

0 comments on commit bf62374

Please sign in to comment.