Skip to content

Commit

Permalink
alfresco-activiti - bump image and appVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
alxgomz committed Jun 18, 2024
1 parent 6aae63d commit c3a7c8f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/alfresco-activiti/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
description: A Helm chart for Alfresco Activiti
name: alfresco-activiti
version: 0.2.0-alpha.1
appVersion: 24.2.0
appVersion: 24.3.0-SNAPSHOT
dependencies:
- name: alfresco-common
version: 3.1.3
Expand Down
4 changes: 2 additions & 2 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-alpha.1](https://img.shields.io/badge/Version-0.2.0--alpha.1-informational?style=flat-square) ![AppVersion: 24.2.0](https://img.shields.io/badge/AppVersion-24.2.0-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 @@ -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.0"` | |
| image.tag | string | `"develop-11791"` | |
| 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
2 changes: 1 addition & 1 deletion charts/alfresco-activiti/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ podSecurityContext:
fsGroup: 33007
image:
repository: quay.io/alfresco/alfresco-process-services
tag: 24.2.0
tag: develop-11791
pullPolicy: IfNotPresent
internalPort: 8080
service:
Expand Down

0 comments on commit c3a7c8f

Please sign in to comment.