Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OPSEPX-2242: initial changes #1009

Merged
merged 40 commits into from
Sep 19, 2023
Merged
Show file tree
Hide file tree
Changes from 38 commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
e9a4c10
remove repository resources
alxgomz Sep 1, 2023
e997381
add repo dependency
alxgomz Sep 1, 2023
3dae42a
remove unneeded values
alxgomz Sep 1, 2023
4d0820c
yaml alias cleanup
alxgomz Sep 1, 2023
56c76e7
remove confusing ALFRESCO_OPTS
alxgomz Sep 1, 2023
ea0a8ba
move database values to the top
alxgomz Sep 6, 2023
5a8072c
add new repo charts values and remove db related props from cm
alxgomz Sep 6, 2023
b91bb3f
release based name for infra configmap
alxgomz Sep 6, 2023
18a3ec7
add db vars to infrastructure configmap
alxgomz Sep 6, 2023
0fb9bae
value cleanup
alxgomz Sep 7, 2023
d66c54a
add mq configs
alxgomz Sep 7, 2023
52df2c3
bump repo charts
alxgomz Sep 8, 2023
ec4fe3d
use static cm name
alxgomz Sep 8, 2023
9dfd38d
add search/repo config
alxgomz Sep 14, 2023
f261da7
build search url using tpl and store in cm
alxgomz Sep 14, 2023
c672d45
amend secret to reflect current config structure
alxgomz Sep 14, 2023
807153c
turn env vars to global-properties file
alxgomz Sep 14, 2023
5cb18ef
amend community test values
alxgomz Sep 14, 2023
05fd4bd
bump lockfile
alxgomz Sep 14, 2023
d04ab7b
fix repo config tests
alxgomz Sep 14, 2023
c1158f1
remove repo tests from glue chart
alxgomz Sep 14, 2023
6fd6812
add secret for solr shared secret
alxgomz Sep 16, 2023
1880a5b
remove apparently not needed secret
alxgomz Sep 16, 2023
7b9e119
quickfix to make sync work
alxgomz Sep 16, 2023
9387f31
move persistance values to alfresco-repository
alxgomz Sep 16, 2023
ddc949b
remove search tests handled in alfresco-repository chart
alxgomz Sep 18, 2023
c5008c4
bump subchart
alxgomz Sep 18, 2023
448e798
amend test
alxgomz Sep 18, 2023
37cc382
build on next/* PRs
alxgomz Sep 18, 2023
eb03223
rename solr shared secret value
alxgomz Sep 18, 2023
965d450
enforce snippet config and test new action
alxgomz Sep 18, 2023
61b07d8
update version dedicated value files
alxgomz Sep 18, 2023
39a4d6b
rename iputs as in action
alxgomz Sep 18, 2023
289225b
Revert "remove apparently not needed secret"
alxgomz Sep 18, 2023
0230bd5
update test enterprise values
alxgomz Sep 18, 2023
a27cb09
use newly released action
alxgomz Sep 18, 2023
b403c05
switch older version to securecomms=none
alxgomz Sep 18, 2023
72b69e2
search template helpers cleanup
alxgomz Sep 19, 2023
aa4d5d1
restore repo image tag
alxgomz Sep 19, 2023
a8f8a83
configure nginx n dedicated steps
alxgomz Sep 19, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
7 changes: 6 additions & 1 deletion .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 @@ -35,11 +36,15 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Setup cluster
uses: Alfresco/alfresco-build-tools/.github/actions/[email protected]
uses: Alfresco/alfresco-build-tools/.github/actions/[email protected]
with:
ingress-nginx-ref: controller-v1.8.2

- name: Create registries auth secret
if: ${{ ! github.event.repository.fork }}
run: |
kubectl -n ingress-nginx patch cm ingress-nginx-controller \
-p '{"data": {"allow-snippet-annotations":"true"}}'
alxgomz marked this conversation as resolved.
Show resolved Hide resolved
kubectl create secret generic regcred \
--from-file=.dockerconfigjson=$HOME/.docker/config.json \
--type=kubernetes.io/dockerconfigjson
Expand Down
7 changes: 6 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 @@ -96,10 +97,14 @@ jobs:
password: ${{ secrets.QUAY_PASSWORD }}

- name: Setup cluster
uses: Alfresco/alfresco-build-tools/.github/actions/[email protected]
uses: Alfresco/alfresco-build-tools/.github/actions/[email protected]
with:
ingress-nginx-ref: controller-v1.8.2

- name: Create registries auth secret
run: |
kubectl -n ingress-nginx patch cm ingress-nginx-controller \
-p '{"data": {"allow-snippet-annotations":"true"}}'
alxgomz marked this conversation as resolved.
Show resolved Hide resolved
kubectl create secret generic regcred \
--from-file=.dockerconfigjson=$HOME/.docker/config.json \
--type=kubernetes.io/dockerconfigjson
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
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:6ad76091912aee0b130d5eef18bb86666eedabe0eb708d2b964c47ef5afe4fb6
generated: "2023-08-29T09:00:00.411365+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
Loading