Skip to content

Commit

Permalink
Merge pull request #56 from ministryofjustice/alresco-unpackage-helm
Browse files Browse the repository at this point in the history
unarchive helm charts
  • Loading branch information
georgepstaylor authored May 13, 2024
2 parents dad56c9 + 986c5f5 commit 4fd906f
Show file tree
Hide file tree
Showing 553 changed files with 35,589 additions and 0 deletions.
Binary file removed alfresco-content-services/charts/activemq-3.1.0.tgz
Binary file not shown.
23 changes: 23 additions & 0 deletions alfresco-content-services/charts/activemq/.helmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Patterns to ignore when building packages.
# This supports shell glob matching, relative path matching, and
# negation (prefixed with !). Only one pattern per line.
.DS_Store
# Common VCS dirs
.git/
.gitignore
.bzr/
.bzrignore
.hg/
.hgignore
.svn/
# Common backup files
*.swp
*.bak
*.tmp
*.orig
*~
# Various IDEs
.project
.idea/
*.tmproj
.vscode/
6 changes: 6 additions & 0 deletions alfresco-content-services/charts/activemq/Chart.lock
Original file line number Diff line number Diff line change
@@ -0,0 +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"
16 changes: 16 additions & 0 deletions alfresco-content-services/charts/activemq/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
apiVersion: v2
appVersion: 5.17.4
dependencies:
- name: alfresco-common
repository: https://alfresco.github.io/alfresco-helm-charts/
version: 1.0.0
description: A Helm chart providing a basic Apache ActiveMQ deployment required to
evaluate ACS (not meant to be used in production).
icon: https://avatars0.githubusercontent.com/u/391127?s=200&v=4
keywords:
- activemq
- message broker
name: activemq
sources:
- https://github.com/Alfresco/alfresco-helm-charts
version: 3.1.0
62 changes: 62 additions & 0 deletions alfresco-content-services/charts/activemq/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
# 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)

A Helm chart providing a basic Apache ActiveMQ deployment required to evaluate ACS (not meant to be used in production).

## Source Code

* <https://github.com/Alfresco/alfresco-helm-charts>

## Requirements

| Repository | Name | Version |
|------------|------|---------|
| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-common | 1.0.0 |

## Values

| Key | Type | Default | Description |
|-----|------|---------|-------------|
| adminUser.existingSecretName | string | `nil` | An existing kubernetes secret that contains BROKER_USERNAME and BROKER_PASSWORD keys to override the default user credentials |
| adminUser.password | string | `"admin"` | Password for the default user with administrative privileges |
| adminUser.user | string | `"admin"` | Username for the default user with administrative privileges |
| enabled | bool | `true` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"alfresco/alfresco-activemq"` | |
| image.tag | string | `"5.17.4-jre17-rockylinux8"` | |
| livenessProbe.failureThreshold | int | `6` | |
| livenessProbe.initialDelaySeconds | int | `60` | |
| livenessProbe.periodSeconds | int | `10` | |
| livenessProbe.timeoutSeconds | int | `1` | |
| nodeSelector | object | `{}` | |
| persistence.accessModes | list | `["ReadWriteOnce"]` | defines type of access required by the persistent volume [Access_Modes] (https://kubernetes.io/docs/concepts/storage/persistent-volumes/#access-modes) |
| persistence.baseSize | string | `"20Gi"` | |
| persistence.data.mountPath | string | `"/opt/activemq/data"` | |
| persistence.data.subPath | string | `"alfresco-infrastructure/activemq-data"` | |
| persistence.enabled | bool | `true` | |
| persistence.existingClaim | string | `nil` | |
| persistence.storageClass | string | `nil` | |
| podSecurityContext.fsGroup | int | `1000` | |
| podSecurityContext.runAsGroup | int | `1000` | |
| podSecurityContext.runAsUser | int | `33031` | |
| readinessProbe.failureThreshold | int | `6` | |
| readinessProbe.initialDelaySeconds | int | `5` | |
| readinessProbe.periodSeconds | int | `10` | |
| readinessProbe.timeoutSeconds | int | `1` | |
| replicaCount | int | `1` | |
| resources.limits.cpu | string | `"2"` | |
| resources.limits.memory | string | `"2048Mi"` | |
| resources.requests.cpu | string | `"0.25"` | |
| resources.requests.memory | string | `"512Mi"` | |
| service.name | string | `"activemq"` | |
| services.broker.ports.external.amqp | int | `5672` | |
| services.broker.ports.external.openwire | int | `61616` | |
| services.broker.ports.external.stomp | int | `61613` | |
| services.broker.ports.internal.amqp | int | `5672` | |
| services.broker.ports.internal.openwire | int | `61616` | |
| services.broker.ports.internal.stomp | int | `61613` | |
| services.broker.type | string | `"ClusterIP"` | |
| services.webConsole.ports.external.webConsole | int | `8161` | |
| services.webConsole.ports.internal.webConsole | int | `8161` | |
| services.webConsole.type | string | `"NodePort"` | |
16 changes: 16 additions & 0 deletions alfresco-content-services/charts/activemq/README.md.gotmpl
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{{ template "chart.header" . }}
{{ template "chart.deprecationWarning" . }}

{{ template "chart.badgesSection" . }}

{{ template "chart.description" . }}

{{ template "chart.homepageLine" . }}

{{ template "chart.maintainersSection" . }}

{{ template "chart.sourcesSection" . }}

{{ template "chart.requirementsSection" . }}

{{ template "chart.valuesSection" . }}
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Patterns to ignore when building packages.
# This supports shell glob matching, relative path matching, and
# negation (prefixed with !). Only one pattern per line.
.DS_Store
# Helm unit tests
tests
# Common VCS dirs
.git/
.gitignore
.bzr/
.bzrignore
.hg/
.hgignore
.svn/
# Common backup files
*.swp
*.bak
*.tmp
*.orig
*~
# Various IDEs
.project
.idea/
*.tmproj
.vscode/
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
dependencies:
- name: common
repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami/
version: 1.17.1
digest: sha256:f5dd11ccf8726befd217545b84a48b02c49d68f03a75e4e102b971ad2e4f0fec
generated: "2022-10-05T16:55:42.662007+02:00"
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
apiVersion: v2
dependencies:
- name: common
repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami/
version: 1.x.x
description: 'A helper subchart to avoid duplication in alfresco charts and set common
external dependencies '
icon: https://avatars0.githubusercontent.com/u/391127?s=200&v=4
name: alfresco-common
type: library
version: 1.0.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# alfresco-common

![Version: 1.0.0](https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square) ![Type: library](https://img.shields.io/badge/Type-library-informational?style=flat-square)

A helper subchart to avoid duplication in alfresco charts and set common
external dependencies

Please refer to the [documentation](https://github.com/Alfresco/acs-deployment/blob/master/docs/helm/README.md) for information on the Helm charts and deployment instructions.

## Requirements

| Repository | Name | Version |
|------------|------|---------|
| https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami/ | common | 1.x.x |

Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{{ template "chart.header" . }}
{{ template "chart.deprecationWarning" . }}

{{ template "chart.badgesSection" . }}

{{ template "chart.description" . }}

Please refer to the [documentation](https://github.com/Alfresco/acs-deployment/blob/master/docs/helm/README.md) for information on the Helm charts and deployment instructions.

{{ template "chart.homepageLine" . }}

{{ template "chart.maintainersSection" . }}

{{ template "chart.sourcesSection" . }}

{{ template "chart.requirementsSection" . }}

{{ template "chart.valuesSection" . }}
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Patterns to ignore when building packages.
# This supports shell glob matching, relative path matching, and
# negation (prefixed with !). Only one pattern per line.
.DS_Store
# Common VCS dirs
.git/
.gitignore
.bzr/
.bzrignore
.hg/
.hgignore
.svn/
# Common backup files
*.swp
*.bak
*.tmp
*~
# Various IDEs
.project
.idea/
*.tmproj
.vscode/
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
annotations:
category: Infrastructure
apiVersion: v2
appVersion: 1.17.1
description: A Library Helm Chart for grouping common logic between bitnami charts.
This chart is not deployable by itself.
home: https://github.com/bitnami/charts/tree/master/bitnami/common
icon: https://bitnami.com/downloads/logos/bitnami-mark.png
keywords:
- common
- helper
- template
- function
- bitnami
maintainers:
- name: Bitnami
url: https://github.com/bitnami/charts
name: common
sources:
- https://github.com/bitnami/charts
- https://www.bitnami.com/
type: library
version: 1.17.1
Loading

0 comments on commit 4fd906f

Please sign in to comment.