Skip to content

Commit

Permalink
fix appversion bug
Browse files Browse the repository at this point in the history
  • Loading branch information
gionn committed Jan 19, 2024
1 parent b809a74 commit 078622e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion helm/alfresco-content-services/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# alfresco-content-services

![Version: 7.1.0-M.1](https://img.shields.io/badge/Version-7.1.0--M.1-informational?style=flat-square) ![AppVersion: 23.1.1](https://img.shields.io/badge/AppVersion-23.1.1-informational?style=flat-square)
![Version: 7.1.0-M.1](https://img.shields.io/badge/Version-7.1.0--M.1-informational?style=flat-square) ![AppVersion: 23.2.0-M1](https://img.shields.io/badge/AppVersion-23.2.0--M1-informational?style=flat-square)

A Helm chart for deploying Alfresco Content Services

Expand Down
4 changes: 2 additions & 2 deletions updatecli-matrix-targets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ matrix:
helm_target: &helmvaluesNext >-
helm/alfresco-content-services/values.yaml
helm_key: $.alfresco-repository.image.tag
helm_update_appVersion: true
# keep the unused anchor to detect multiple usages when copying blocks for new versions
helm_update_appVersion: &helm_update_appVersion true
share:
version:
pattern:
Expand Down Expand Up @@ -131,7 +132,6 @@ matrix:
helm_target: &helmvalues23n >-
helm/alfresco-content-services/23.N_values.yaml
helm_key: $.alfresco-repository.image.tag
helm_update_appVersion: true
share:
version:
pattern:
Expand Down

0 comments on commit 078622e

Please sign in to comment.