Skip to content

Commit

Permalink
restore activiti to snapshot (require un released 24.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
alxgomz committed Jul 10, 2024
1 parent 65b6663 commit fd656c8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions charts/alfresco-activiti/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
description: A Helm chart for Alfresco Activiti
name: alfresco-activiti
version: 0.2.0
appVersion: 24.2.1
version: 0.2.0-alpha.1
appVersion: 24.3.0-SNAPSHOT
dependencies:
- name: alfresco-common
version: 3.1.3
Expand Down
6 changes: 3 additions & 3 deletions charts/alfresco-activiti/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ parent: Charts Reference

# alfresco-activiti

![Version: 0.2.0](https://img.shields.io/badge/Version-0.2.0-informational?style=flat-square) ![AppVersion: 24.2.1](https://img.shields.io/badge/AppVersion-24.2.1-informational?style=flat-square)
![Version: 0.2.0-alpha.1](https://img.shields.io/badge/Version-0.2.0--alpha.1-informational?style=flat-square) ![AppVersion: 24.3.0-SNAPSHOT](https://img.shields.io/badge/AppVersion-24.3.0--SNAPSHOT-informational?style=flat-square)

A Helm chart for Alfresco Activiti

Expand Down Expand Up @@ -37,7 +37,7 @@ A Helm chart for Alfresco Activiti
| environment.ACTIVITI_CORS_ALLOWED_METHODS | string | `"GET,POST,HEAD,OPTIONS,PUT,DELETE"` | Cross Origin Resource Sharing configuration allowed http methods |
| environment.ACTIVITI_CORS_ALLOWED_ORIGIN_PATTERNS | string | `"*"` | Cross Origin Resource Sharing configuration allowed origins (list of glob-like patterns) |
| environment.ACTIVITI_CORS_ENABLED | string | `"true"` | Cross Origin Resource Sharing configuration toggle |
| environment.ACTIVITI_CSRF_DISABLED | string | `"true"` | |
| environment.ACTIVITI_CSRF_DISABLED | string | `"true"` | Cross Site Resource Forgery configuration toggle |
| environment.IDENTITY_CREDENTIALS_SECRET | string | `""` | Alfresco Identity Service application secret |
| environment.IDENTITY_SERVICE_ALWAYS_REFRESH_TOKEN | string | `"true"` | Alfresco Identity Service refresh service token |
| environment.IDENTITY_SERVICE_AUTH | string | `"http://localhost:8080/auth"` | Alfresco Identity Service address |
Expand All @@ -55,7 +55,7 @@ A Helm chart for Alfresco Activiti
| image.internalPort | int | `8080` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"quay.io/alfresco/alfresco-process-services"` | |
| image.tag | string | `"24.2.1"` | |
| image.tag | string | `"develop-12323"` | |
| ingress.annotations."nginx.ingress.kubernetes.io/affinity" | string | `"cookie"` | |
| ingress.annotations."nginx.ingress.kubernetes.io/proxy-body-size" | string | `"5g"` | |
| ingress.className | string | `"nginx"` | supported ingress class |
Expand Down
3 changes: 2 additions & 1 deletion charts/alfresco-activiti/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ podSecurityContext:
fsGroup: 33007
image:
repository: quay.io/alfresco/alfresco-process-services
tag: 24.2.1
tag: develop-12323
pullPolicy: IfNotPresent
internalPort: 8080
service:
Expand Down Expand Up @@ -85,6 +85,7 @@ environment:
# -- Cross Origin Resource Sharing configuration allowed http headers
ACTIVITI_CORS_ALLOWED_HEADERS: >-
Authorization,Content-Type,Cache-Control,X-Requested-With,accept,Origin,Access-Control-Request-Method,Access-Control-Request-Headers,X-CSRF-Token
# -- Cross Site Resource Forgery configuration toggle
ACTIVITI_CSRF_DISABLED: "true"
# -- ElasticSearch configuration
# ACTIVITI_ES_SERVER_TYPE: "rest"
Expand Down

0 comments on commit fd656c8

Please sign in to comment.