-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #56 from ministryofjustice/alresco-unpackage-helm
unarchive helm charts
- Loading branch information
Showing
553 changed files
with
35,589 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
16
alfresco-content-services/charts/activemq/README.md.gotmpl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" . }} |
25 changes: 25 additions & 0 deletions
25
alfresco-content-services/charts/activemq/charts/alfresco-common/.helmignore
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/ |
6 changes: 6 additions & 0 deletions
6
alfresco-content-services/charts/activemq/charts/alfresco-common/Chart.lock
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
11 changes: 11 additions & 0 deletions
11
alfresco-content-services/charts/activemq/charts/alfresco-common/Chart.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
15 changes: 15 additions & 0 deletions
15
alfresco-content-services/charts/activemq/charts/alfresco-common/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | | ||
|
18 changes: 18 additions & 0 deletions
18
alfresco-content-services/charts/activemq/charts/alfresco-common/README.md.gotmpl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" . }} |
22 changes: 22 additions & 0 deletions
22
alfresco-content-services/charts/activemq/charts/alfresco-common/charts/common/.helmignore
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/ |
23 changes: 23 additions & 0 deletions
23
alfresco-content-services/charts/activemq/charts/alfresco-common/charts/common/Chart.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Oops, something went wrong.