Skip to content

Commit

Permalink
OPSEPX-2242: initial changes (#1009)
Browse files Browse the repository at this point in the history
  • Loading branch information
alxgomz committed Sep 20, 2023
1 parent 8fac860 commit 71ae14e
Show file tree
Hide file tree
Showing 40 changed files with 482 additions and 1,220 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-compose-community.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
branches:
- master
- release/**
- next/**
paths:
- docker-compose/community-docker-compose.yml
- test/postman/docker-compose/**
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/docker-compose-enterprise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
branches:
- master
- release/**
- next/**
paths:
- "! docker-compose/community-docker-compose.yml"
- docker-compose/**
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/helm-community.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- master
- release/**
- next/**
paths:
- helm/**
- test/postman/helm/**
Expand Down Expand Up @@ -51,6 +52,11 @@ jobs:
--from-file=.dockerconfigjson=$HOME/.docker/config.json \
--type=kubernetes.io/dockerconfigjson
- name: Set nginx ingress config
run: |
kubectl -n ingress-nginx patch cm ingress-nginx-controller \
-p '{"data": {"allow-snippet-annotations":"true"}}'
- name: Helm install
run: |
helm dep up ./helm/alfresco-content-services
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/helm-enterprise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- master
- release/**
- next/**
paths:
- helm/**
- test/postman/helm/**
Expand Down Expand Up @@ -99,7 +100,7 @@ jobs:
uses: Alfresco/alfresco-build-tools/.github/actions/[email protected]
with:
ingress-nginx-ref: controller-v1.8.2

- name: Set nginx ingress config
run: |
kubectl -n ingress-nginx patch cm ingress-nginx-controller \
Expand All @@ -111,6 +112,11 @@ jobs:
--from-file=.dockerconfigjson=$HOME/.docker/config.json \
--type=kubernetes.io/dockerconfigjson
- name: Set nginx ingress config
run: |
kubectl -n ingress-nginx patch cm ingress-nginx-controller \
-p '{"data": {"allow-snippet-annotations":"true"}}'
- name: Helm install
run: |
helm dep up ./helm/alfresco-content-services
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/helm-static-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- master
- release/**
- next/**
paths:
- helm/**
- test/postman/helm/**
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pre-commit-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
branches:
- master
- release/**
- next/**
paths:
- docker-compose/**
- .pre-commit-config.yaml
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pre-commit-helm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
branches:
- master
- release/**
- next/**
paths:
- helm/**
- test/postman/helm/**
Expand Down
4 changes: 3 additions & 1 deletion helm/alfresco-content-services/7.0.N_values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This values file can be used to install ACS 7.0.x using the latest version of
# the chart
repository:
alfresco-repository:
image:
tag: 7.0.1.10
alfresco-ai-transformer:
Expand Down Expand Up @@ -32,6 +32,8 @@ share:
image:
tag: 7.0.1.3
alfresco-search:
repository:
securecomms: none
searchServicesImage:
tag: 2.0.2.2
alfresco-digital-workspace:
Expand Down
4 changes: 3 additions & 1 deletion helm/alfresco-content-services/7.1.N_values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This values file can be used to install ACS 7.1.x using the latest version of
# the chart
repository:
alfresco-repository:
image:
tag: 7.1.1.8
alfresco-ai-transformer:
Expand Down Expand Up @@ -32,6 +32,8 @@ share:
image:
tag: 7.1.1.8
alfresco-search:
repository:
securecomms: none
searchServicesImage:
tag: 2.0.2.2
alfresco-search-enterprise:
Expand Down
2 changes: 1 addition & 1 deletion helm/alfresco-content-services/7.2.N_values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This values file can be used to install ACS 7.2.x using the latest version of
# the chart
repository:
alfresco-repository:
image:
tag: 7.2.1.12
alfresco-ai-transformer:
Expand Down
2 changes: 1 addition & 1 deletion helm/alfresco-content-services/7.3.N_values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This values file can be used to install ACS 7.3.x using the latest version of
# the chart
repository:
alfresco-repository:
image:
tag: 7.3.1
alfresco-ai-transformer:
Expand Down
2 changes: 1 addition & 1 deletion helm/alfresco-content-services/7.4.N_values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This values file can be used to install ACS 7.4.x using the latest version of
# the chart
repository:
alfresco-repository:
image:
tag: 7.4.1.1
alfresco-transform-service:
Expand Down
9 changes: 6 additions & 3 deletions helm/alfresco-content-services/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ dependencies:
- name: common
repository: https://activiti.github.io/activiti-cloud-helm-charts
version: 7.11.0
- name: alfresco-repository
repository: https://alfresco.github.io/alfresco-helm-charts/
version: 0.1.0-alpha.8
- name: activemq
repository: https://alfresco.github.io/alfresco-helm-charts/
version: 3.3.0
Expand All @@ -19,7 +22,7 @@ dependencies:
version: 0.2.0
- name: alfresco-search-service
repository: https://alfresco.github.io/alfresco-helm-charts/
version: 1.3.0
version: 2.0.0-alpha.2
- name: alfresco-sync-service
repository: https://alfresco.github.io/alfresco-helm-charts/
version: 4.3.0
Expand All @@ -38,5 +41,5 @@ dependencies:
- name: alfresco-ai-transformer
repository: https://alfresco.github.io/alfresco-helm-charts/
version: 0.3.0
digest: sha256:dd03e4dd3198c86c65e35b2ac43cb2883a91cd27b943319b3ecd6b19ded3d283
generated: "2023-09-08T16:36:16.483837+02:00"
digest: sha256:c7e9f04977366989ad65cce34d440772066efd76fe0a1998dd6a9c4ed37e8cc9
generated: "2023-09-18T12:59:32.145111+02:00"
5 changes: 4 additions & 1 deletion helm/alfresco-content-services/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ dependencies:
version: 7.11.0
condition: >-
alfresco-digital-workspace.enabled
- name: alfresco-repository
version: 0.1.0-alpha.8
repository: https://alfresco.github.io/alfresco-helm-charts/
- name: activemq
version: 3.3.0
repository: https://alfresco.github.io/alfresco-helm-charts/
Expand All @@ -46,7 +49,7 @@ dependencies:
- name: alfresco-search-service
alias: alfresco-search
repository: https://alfresco.github.io/alfresco-helm-charts/
version: 1.3.0
version: 2.0.0-alpha.2
condition: alfresco-search.enabled
- name: alfresco-sync-service
repository: https://alfresco.github.io/alfresco-helm-charts/
Expand Down
Loading

0 comments on commit 71ae14e

Please sign in to comment.