Skip to content

Commit

Permalink
OPSEXP-2950 Use bitnami/elasticsearch helm chart dependencies (#429)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmacius authored Dec 18, 2024
1 parent f7d15b6 commit d5bb8bd
Show file tree
Hide file tree
Showing 10 changed files with 60 additions and 48 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ jobs:
run: |
helm repo add self https://alfresco.github.io/alfresco-helm-charts/
helm repo add bitnami https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami/
helm repo add elastic https://helm.elastic.co
- name: Run chart-releaser
uses: helm/chart-releaser-action@a917fd15b20e8b64b94d9158ad54cd6345335584 # v1.6.0
Expand Down
10 changes: 5 additions & 5 deletions charts/alfresco-audit-storage/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
dependencies:
- name: alfresco-common
repository: https://alfresco.github.io/alfresco-helm-charts/
version: 3.1.4
version: 4.0.0-alpha.0
- name: activemq
repository: https://alfresco.github.io/alfresco-helm-charts/
version: 3.6.0
- name: elasticsearch
repository: https://helm.elastic.co
version: 7.17.3
digest: sha256:f9eaa24e368566c27c81766eab2fe37f024138dfa9b61e6080f425bb33fce9dc
generated: "2024-11-28T13:40:46.590188009Z"
repository: oci://registry-1.docker.io/bitnamicharts
version: 21.4.1
digest: sha256:a2180835b31a2da2960e880f2c9085134ef96239b970f86bc0c8395ec3a72d59
generated: "2024-12-18T11:21:03.05558+01:00"
8 changes: 4 additions & 4 deletions charts/alfresco-audit-storage/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@ apiVersion: v2
name: alfresco-audit-storage
description: A Helm chart for Kubernetes to deploy Alfresco Audit Storage
type: application
version: 0.1.0
version: 0.2.0-alpha.0
appVersion: 1.0.0
dependencies:
- name: alfresco-common
version: 3.1.4
version: 4.0.0-alpha.0
repository: https://alfresco.github.io/alfresco-helm-charts/
- name: activemq
version: 3.6.0
repository: https://alfresco.github.io/alfresco-helm-charts/
tags:
- ci
- name: elasticsearch
repository: https://helm.elastic.co
version: 7.17.3
repository: oci://registry-1.docker.io/bitnamicharts
version: 21.4.1
tags:
- ci
6 changes: 3 additions & 3 deletions charts/alfresco-audit-storage/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ parent: Charts Reference

# alfresco-audit-storage

![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.0](https://img.shields.io/badge/AppVersion-1.0.0-informational?style=flat-square)
![Version: 0.2.0-alpha.0](https://img.shields.io/badge/Version-0.2.0--alpha.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.0](https://img.shields.io/badge/AppVersion-1.0.0-informational?style=flat-square)

A Helm chart for Kubernetes to deploy Alfresco Audit Storage

Expand All @@ -16,8 +16,8 @@ Checkout [alfresco-content-services chart's doc](https://github.com/Alfresco/acs
| Repository | Name | Version |
|------------|------|---------|
| https://alfresco.github.io/alfresco-helm-charts/ | activemq | 3.6.0 |
| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-common | 3.1.4 |
| https://helm.elastic.co | elasticsearch | 7.17.3 |
| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-common | 4.0.0-alpha.0 |
| oci://registry-1.docker.io/bitnamicharts | elasticsearch | 21.4.1 |

## Values

Expand Down
29 changes: 18 additions & 11 deletions charts/alfresco-audit-storage/ci/default-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,23 @@ resources:
cpu: "1"
memory: "1Gi"
elasticsearch:
replicas: 1
clusterHealthCheckParams: "wait_for_status=yellow&timeout=1s"
esJavaOpts: "-Xmx512m -Xms512m"
resources:
requests:
cpu: "100m"
memory: "1Gi"
limits:
cpu: "1000m"
memory: "1Gi"
fullnameOverride: elasticsearch
master:
masterOnly: false
replicaCount: 1
resources:
requests:
cpu: "100m"
memory: "1Gi"
limits:
cpu: "1000m"
memory: "1Gi"
data:
replicaCount: 0
coordinating:
replicaCount: 0
ingest:
replicaCount: 0
activemq:
fullnameOverride: activemq
resources:
Expand All @@ -27,7 +34,7 @@ activemq:
cpu: "1000m"
memory: "1Gi"
index:
url: http://elasticsearch-master:9200
url: http://elasticsearch:9200
messageBroker:
url: nio://activemq-broker:61616
tags:
Expand Down
10 changes: 5 additions & 5 deletions charts/alfresco-search-enterprise/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
dependencies:
- name: alfresco-common
repository: https://alfresco.github.io/alfresco-helm-charts/
version: 3.1.4
version: 4.0.0-alpha.0
- name: activemq
repository: https://alfresco.github.io/alfresco-helm-charts/
version: 3.6.0
- name: elasticsearch
repository: https://helm.elastic.co
version: 7.17.3
digest: sha256:f9eaa24e368566c27c81766eab2fe37f024138dfa9b61e6080f425bb33fce9dc
generated: "2024-11-28T13:40:54.27005502Z"
repository: oci://registry-1.docker.io/bitnamicharts
version: 21.4.1
digest: sha256:a2180835b31a2da2960e880f2c9085134ef96239b970f86bc0c8395ec3a72d59
generated: "2024-12-18T11:21:11.876042+01:00"
8 changes: 4 additions & 4 deletions charts/alfresco-search-enterprise/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@ apiVersion: v2
name: alfresco-search-enterprise
description: A Helm chart for deploying Alfresco Elasticsearch connector
type: application
version: 4.2.0
version: 4.3.0-alpha.0
appVersion: 4.2.0
dependencies:
- name: alfresco-common
version: 3.1.4
version: 4.0.0-alpha.0
repository: https://alfresco.github.io/alfresco-helm-charts/
- name: activemq
version: 3.6.0
repository: https://alfresco.github.io/alfresco-helm-charts/
tags:
- ci
- name: elasticsearch
repository: https://helm.elastic.co
version: 7.17.3
repository: oci://registry-1.docker.io/bitnamicharts
version: 21.4.1
tags:
- ci
6 changes: 3 additions & 3 deletions charts/alfresco-search-enterprise/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ parent: Charts Reference

# alfresco-search-enterprise

![Version: 4.2.0](https://img.shields.io/badge/Version-4.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.2.0](https://img.shields.io/badge/AppVersion-4.2.0-informational?style=flat-square)
![Version: 4.3.0-alpha.0](https://img.shields.io/badge/Version-4.3.0--alpha.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.2.0](https://img.shields.io/badge/AppVersion-4.2.0-informational?style=flat-square)

A Helm chart for deploying Alfresco Elasticsearch connector

Expand All @@ -16,8 +16,8 @@ Checkout [alfresco-content-services chart's doc](https://github.com/Alfresco/acs
| Repository | Name | Version |
|------------|------|---------|
| https://alfresco.github.io/alfresco-helm-charts/ | activemq | 3.6.0 |
| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-common | 3.1.4 |
| https://helm.elastic.co | elasticsearch | 7.17.3 |
| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-common | 4.0.0-alpha.0 |
| oci://registry-1.docker.io/bitnamicharts | elasticsearch | 21.4.1 |

## Values

Expand Down
29 changes: 18 additions & 11 deletions charts/alfresco-search-enterprise/ci/default-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,25 @@ resources:
cpu: "1"
memory: "1Gi"
search:
url: http://elasticsearch-master:9200
url: http://elasticsearch:9200
elasticsearch:
replicas: 1
clusterHealthCheckParams: "wait_for_status=yellow&timeout=1s"
esJavaOpts: "-Xmx512m -Xms512m"
resources:
requests:
cpu: "100m"
memory: "1Gi"
limits:
cpu: "1000m"
memory: "1Gi"
fullnameOverride: elasticsearch
master:
masterOnly: false
replicaCount: 1
resources:
requests:
cpu: "100m"
memory: "1Gi"
limits:
cpu: "1000m"
memory: "1Gi"
data:
replicaCount: 0
coordinating:
replicaCount: 0
ingest:
replicaCount: 0
activemq:
fullnameOverride: activemq
resources:
Expand Down
1 change: 0 additions & 1 deletion ct.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ excluded-charts:
chart-repos:
- self=https://alfresco.github.io/alfresco-helm-charts/
- bitnami=https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami/
- elastic=https://helm.elastic.co

helm-extra-args: --timeout 600s

Expand Down

0 comments on commit d5bb8bd

Please sign in to comment.