Skip to content

Commit

Permalink
AAE-5479 bump up identity service to 1.5.0 (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
erdemedeiros authored Jul 7, 2021
1 parent e563208 commit 3e81568
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions helm/alfresco-process-infrastructure/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Kubernetes: `>=1.15.0-0`
| https://activiti.github.io/activiti-cloud-helm-charts | alfresco-tika-service(common) | 7.1.0-M13 |
| https://charts.bitnami.com/bitnami | postgresql | 9.1.1 |
| https://charts.bitnami.com/bitnami | rabbitmq | 7.8.0 |
| https://kubernetes-charts.alfresco.com/stable | alfresco-identity-service | 3.0.0 |
| https://kubernetes-charts.alfresco.com/stable | alfresco-identity-service | 4.0.0 |

## Values

Expand Down Expand Up @@ -99,7 +99,7 @@ Kubernetes: `>=1.15.0-0`
| alfresco-identity-service.keycloak.ingress.rules[0].host | string | `"{{ include \"common.keycloak-host\" . }}"` | |
| alfresco-identity-service.keycloak.ingress.rules[0].paths[0] | string | `"/auth"` | |
| alfresco-identity-service.keycloak.ingress.tls | list | `[]` | |
| alfresco-identity-service.keycloak.keycloak.image.tag | string | `"1.4.0"` | |
| alfresco-identity-service.keycloak.keycloak.image.tag | string | `"1.5.0"` | |
| alfresco-identity-service.keycloak.postgresql.imageTag | float | `11.7` | |
| alfresco-identity-service.keycloak.postgresql.persistence.existingClaim | string | `""` | |
| alfresco-identity-service.keycloak.postgresql.tls.enabled | bool | `false` | |
Expand Down
2 changes: 1 addition & 1 deletion helm/alfresco-process-infrastructure/requirements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dependencies:
version: 7.1.0-M13
- name: alfresco-identity-service
repository: https://kubernetes-charts.alfresco.com/stable
version: 3.0.0
version: 4.0.0
condition: alfresco-identity-service.enabled
- name: common
repository: https://activiti.github.io/activiti-cloud-helm-charts
Expand Down
2 changes: 1 addition & 1 deletion helm/alfresco-process-infrastructure/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ alfresco-identity-service:
keycloak:
keycloak:
image:
tag: 1.4.0
tag: 1.5.0
ingress:
enabled: true
rules:
Expand Down

0 comments on commit 3e81568

Please sign in to comment.