Skip to content

Commit

Permalink
Release version 8.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alfresco-build committed Jul 5, 2024
1 parent 3562f52 commit c913618
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion charts/activiti-cloud-full-example/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
description: A Helm chart for Activiti Cloud Full Example
icon: https://raw.githubusercontent.com/Activiti/activiti.github.io/master/mstile-150x150.png
name: activiti-cloud-full-example
version: 8.6.0-alpha.22
version: 8.6.0
kubeVersion: '>=1.15.0-0'
sources:
- https://github.com/Activiti/activiti-cloud-full-chart
18 changes: 9 additions & 9 deletions charts/activiti-cloud-full-example/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# activiti-cloud-full-example

![Version: 8.6.0-alpha.22](https://img.shields.io/badge/Version-8.6.0--alpha.22-informational?style=flat-square)
![Version: 8.6.0](https://img.shields.io/badge/Version-8.6.0-informational?style=flat-square)

A Helm chart for Activiti Cloud Full Example

Expand All @@ -14,10 +14,10 @@ Kubernetes: `>=1.15.0-0`

| Repository | Name | Version |
|------------|------|---------|
| https://activiti.github.io/activiti-cloud-helm-charts | activiti-cloud-identity-adapter(common) | 8.6.0-alpha.10 |
| https://activiti.github.io/activiti-cloud-helm-charts | runtime-bundle(common) | 8.6.0-alpha.10 |
| https://activiti.github.io/activiti-cloud-helm-charts | activiti-cloud-query(common) | 8.6.0-alpha.10 |
| https://activiti.github.io/activiti-cloud-helm-charts | activiti-cloud-connector(common) | 8.6.0-alpha.10 |
| https://activiti.github.io/activiti-cloud-helm-charts | activiti-cloud-identity-adapter(common) | 8.6.0 |
| https://activiti.github.io/activiti-cloud-helm-charts | runtime-bundle(common) | 8.6.0 |
| https://activiti.github.io/activiti-cloud-helm-charts | activiti-cloud-query(common) | 8.6.0 |
| https://activiti.github.io/activiti-cloud-helm-charts | activiti-cloud-connector(common) | 8.6.0 |
| https://codecentric.github.io/helm-charts | activiti-cloud-identity(keycloak) | 11.0.1 |
| https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami/ | kafka | 12.x.x |
| https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami/ | postgresql | 9.1.1 |
Expand All @@ -31,7 +31,7 @@ Kubernetes: `>=1.15.0-0`
| activiti-cloud-connector.extraEnv | string | `"- name: SERVER_SERVLET_CONTEXTPATH\n value: \"{{ tpl .Values.ingress.path . }}\"\n- name: SERVER_USEFORWARDHEADERS\n value: \"true\"\n- name: SERVER_TOMCAT_INTERNALPROXIES\n value: \".*\""` | |
| activiti-cloud-connector.image.pullPolicy | string | `"Always"` | |
| activiti-cloud-connector.image.repository | string | `"activiti/example-cloud-connector"` | |
| activiti-cloud-connector.image.tag | string | `"8.6.0-alpha.14"` | |
| activiti-cloud-connector.image.tag | string | `"8.6.0"` | |
| activiti-cloud-connector.ingress.annotations."kubernetes.io/ingress.class" | string | `"nginx"` | |
| activiti-cloud-connector.ingress.annotations."nginx.ingress.kubernetes.io/cors-allow-headers" | string | `"Authorization, Content-Type, Accept"` | |
| activiti-cloud-connector.ingress.annotations."nginx.ingress.kubernetes.io/enable-cors" | string | `"true"` | |
Expand All @@ -50,7 +50,7 @@ Kubernetes: `>=1.15.0-0`
| activiti-cloud-identity-adapter.extraEnv | string | `"- name: SERVER_SERVLET_CONTEXTPATH\n value: \"{{ tpl .Values.ingress.path . }}\"\n- name: SERVER_USEFORWARDHEADERS\n value: \"true\"\n- name: SERVER_TOMCAT_INTERNALPROXIES\n value: \".*\""` | |
| activiti-cloud-identity-adapter.image.pullPolicy | string | `"Always"` | |
| activiti-cloud-identity-adapter.image.repository | string | `"activiti/activiti-cloud-identity-adapter"` | |
| activiti-cloud-identity-adapter.image.tag | string | `"8.6.0-alpha.14"` | |
| activiti-cloud-identity-adapter.image.tag | string | `"8.6.0"` | |
| activiti-cloud-identity-adapter.ingress.annotations."kubernetes.io/ingress.class" | string | `"nginx"` | |
| activiti-cloud-identity-adapter.ingress.annotations."nginx.ingress.kubernetes.io/cors-allow-headers" | string | `"Authorization, Content-Type, Accept"` | |
| activiti-cloud-identity-adapter.ingress.annotations."nginx.ingress.kubernetes.io/enable-cors" | string | `"true"` | |
Expand Down Expand Up @@ -237,7 +237,7 @@ Kubernetes: `>=1.15.0-0`
| activiti-cloud-query.extraEnv | string | `"- name: GRAPHIQL_GRAPHQL_WEB_PATH\n value: '{{ tpl .Values.ingress.path . | trimSuffix \"/\" }}/notifications/graphql'\n- name: GRAPHIQL_GRAPHQL_WS_PATH\n value: '{{ tpl .Values.ingress.path . | trimSuffix \"/\" }}/notifications/ws/graphql'\n- name: SERVER_SERVLET_CONTEXTPATH\n value: \"{{ tpl .Values.ingress.path . }}\"\n- name: SERVER_USEFORWARDHEADERS\n value: \"true\"\n- name: SERVER_TOMCAT_INTERNALPROXIES\n value: \".*\"\n- name: ACTIVITI_CLOUD_SWAGGER_QUERYBASEPATH\n value: \"/query\"\n- name: ACTIVITI_CLOUD_SWAGGER_AUDITBASEPATH\n value: \"/audit\""` | |
| activiti-cloud-query.image.pullPolicy | string | `"Always"` | |
| activiti-cloud-query.image.repository | string | `"activiti/activiti-cloud-query"` | |
| activiti-cloud-query.image.tag | string | `"8.6.0-alpha.14"` | |
| activiti-cloud-query.image.tag | string | `"8.6.0"` | |
| activiti-cloud-query.ingress.annotations."kubernetes.io/ingress.class" | string | `"nginx"` | |
| activiti-cloud-query.ingress.annotations."nginx.ingress.kubernetes.io/affinity" | string | `"cookie"` | |
| activiti-cloud-query.ingress.annotations."nginx.ingress.kubernetes.io/cors-allow-headers" | string | `"Authorization, Content-Type, Accept"` | |
Expand Down Expand Up @@ -308,7 +308,7 @@ Kubernetes: `>=1.15.0-0`
| runtime-bundle.extraEnv | string | `"- name: SERVER_SERVLET_CONTEXTPATH\n value: \"{{ tpl .Values.ingress.path . }}\"\n- name: SERVER_USEFORWARDHEADERS\n value: \"true\"\n- name: SERVER_TOMCAT_INTERNALPROXIES\n value: \".*\""` | |
| runtime-bundle.image.pullPolicy | string | `"Always"` | |
| runtime-bundle.image.repository | string | `"activiti/example-runtime-bundle"` | |
| runtime-bundle.image.tag | string | `"8.6.0-alpha.14"` | |
| runtime-bundle.image.tag | string | `"8.6.0"` | |
| runtime-bundle.ingress.annotations."kubernetes.io/ingress.class" | string | `"nginx"` | |
| runtime-bundle.ingress.annotations."nginx.ingress.kubernetes.io/cors-allow-headers" | string | `"Authorization, Content-Type, Accept"` | |
| runtime-bundle.ingress.annotations."nginx.ingress.kubernetes.io/enable-cors" | string | `"true"` | |
Expand Down
8 changes: 4 additions & 4 deletions charts/activiti-cloud-full-example/requirements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,21 +19,21 @@ dependencies:
condition: "application.postgresql.enabled,postgresql.enabled"
- name: "common"
repository: "https://activiti.github.io/activiti-cloud-helm-charts"
version: "8.6.0-alpha.10"
version: "8.6.0"
condition: "activiti-cloud-identity-adapter.enabled,identity-adapter.enabled"
alias: "activiti-cloud-identity-adapter"
- name: "common"
repository: "https://activiti.github.io/activiti-cloud-helm-charts"
version: "8.6.0-alpha.10"
version: "8.6.0"
condition: "application.runtime-bundle.enabled,runtime-bundle.enabled"
alias: "runtime-bundle"
- name: "common"
repository: "https://activiti.github.io/activiti-cloud-helm-charts"
version: "8.6.0-alpha.10"
version: "8.6.0"
condition: "application.activiti-cloud-query.enabled,activiti-cloud-query.enabled"
alias: "activiti-cloud-query"
- name: "common"
repository: "https://activiti.github.io/activiti-cloud-helm-charts"
version: "8.6.0-alpha.10"
version: "8.6.0"
condition: "application.activiti-cloud-connector.enabled,activiti-cloud-connector.enabled"
alias: "activiti-cloud-connector"
8 changes: 4 additions & 4 deletions charts/activiti-cloud-full-example/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ activiti-cloud-identity-adapter:
name: identity-adapter
image:
repository: activiti/activiti-cloud-identity-adapter
tag: 8.6.0-alpha.14
tag: 8.6.0
pullPolicy: Always
liquibase:
enabled: false
Expand Down Expand Up @@ -401,7 +401,7 @@ runtime-bundle:
xms: 512m
image:
repository: activiti/example-runtime-bundle
tag: 8.6.0-alpha.14
tag: 8.6.0
pullPolicy: Always
ingress:
path: /rb
Expand Down Expand Up @@ -442,7 +442,7 @@ activiti-cloud-query:
xms: 512m
image:
repository: activiti/activiti-cloud-query
tag: 8.6.0-alpha.14
tag: 8.6.0
pullPolicy: Always
liquibase:
enabled: true
Expand Down Expand Up @@ -501,7 +501,7 @@ activiti-cloud-connector:
name: example-cloud-connector
image:
repository: activiti/example-cloud-connector
tag: 8.6.0-alpha.14
tag: 8.6.0
pullPolicy: Always
messaging:
enabled: true
Expand Down

0 comments on commit c913618

Please sign in to comment.