Skip to content

Commit

Permalink
bump the chart
Browse files Browse the repository at this point in the history
  • Loading branch information
gionn committed Feb 28, 2024
1 parent 6b580b4 commit ff10a3a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 19 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/helm-enterprise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,6 @@ jobs:
helm ls --all-namespaces
kubectl get all --all-namespaces
kubectl describe pod
kubectl logs -l app.kubernetes.io/name=alfresco-dw --tail=-1
kubectl logs -l app.kubernetes.io/name=alfresco-cc --tail=-1
- name: Run Newman tests
uses: nick-fields/retry@7152eba30c6575329ac0576536151aca5a72780e # v.3.0.0
Expand Down
4 changes: 2 additions & 2 deletions helm/alfresco-content-services/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ dependencies:
- name: alfresco-adf-app
alias: alfresco-control-center
repository: https://alfresco.github.io/alfresco-helm-charts/
version: 0.1.0-alpha.0
version: 0.1.0-alpha.1
condition: >-
alfresco-control-center.enabled
- name: alfresco-adf-app
alias: alfresco-digital-workspace
repository: https://alfresco.github.io/alfresco-helm-charts/
version: 0.1.0-alpha.0
version: 0.1.0-alpha.1
condition: >-
alfresco-digital-workspace.enabled
- name: alfresco-repository
Expand Down
9 changes: 2 additions & 7 deletions helm/alfresco-content-services/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ Please refer to the [documentation](https://github.com/Alfresco/acs-deployment/b
| Repository | Name | Version |
|------------|------|---------|
| https://alfresco.github.io/alfresco-helm-charts/ | activemq | 3.5.2 |
| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-control-center(alfresco-adf-app) | 0.1.0-alpha.0 |
| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-digital-workspace(alfresco-adf-app) | 0.1.0-alpha.0 |
| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-control-center(alfresco-adf-app) | 0.1.0-alpha.1 |
| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-digital-workspace(alfresco-adf-app) | 0.1.0-alpha.1 |
| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-ai-transformer | 1.1.1 |
| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-common | 3.1.1 |
| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-connector-ms365 | 0.6.1 |
Expand Down Expand Up @@ -86,11 +86,6 @@ Please refer to the [documentation](https://github.com/Alfresco/acs-deployment/b
| alfresco-digital-workspace.ingress.hosts[0].paths[0].pathType | string | `"Prefix"` | |
| alfresco-digital-workspace.ingress.tls | list | `[]` | |
| alfresco-digital-workspace.nameOverride | string | `"alfresco-dw"` | |
| alfresco-digital-workspace.securityContext.allowPrivilegeEscalation | bool | `false` | |
| alfresco-digital-workspace.securityContext.capabilities.drop[0] | string | `"NET_RAW"` | |
| alfresco-digital-workspace.securityContext.capabilities.drop[1] | string | `"ALL"` | |
| alfresco-digital-workspace.securityContext.runAsNonRoot | bool | `true` | |
| alfresco-digital-workspace.securityContext.runAsUser | int | `101` | |
| alfresco-repository.configuration.db.existingConfigMap.name | string | `"alfresco-infrastructure"` | |
| alfresco-repository.configuration.db.existingSecret.name | string | `"alfresco-cs-database"` | |
| alfresco-repository.configuration.messageBroker.existingConfigMap.name | string | `"alfresco-infrastructure"` | |
Expand Down
8 changes: 0 additions & 8 deletions helm/alfresco-content-services/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -372,14 +372,6 @@ alfresco-digital-workspace:
APP_CONFIG_PROVIDER: "ECM"
APP_CONFIG_AUTH_TYPE: "BASIC"
BASE_PATH: /workspace
securityContext:
runAsUser: 101
runAsNonRoot: true
allowPrivilegeEscalation: false
capabilities:
drop:
- NET_RAW
- ALL
alfresco-control-center:
enabled: true
nameOverride: "alfresco-cc"
Expand Down

0 comments on commit ff10a3a

Please sign in to comment.