Skip to content

Commit

Permalink
add a chart dedicated updatecli-matrix-target file
Browse files Browse the repository at this point in the history
  • Loading branch information
alxgomz committed Nov 4, 2024
1 parent 9bbd5e4 commit 6643056
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
2 changes: 2 additions & 0 deletions helm/acs-sso-example/.helmignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@
.idea/
*.tmproj
.vscode/
# Do not include UpdateCli target matrix
updatecli-matrix-targets.yaml
31 changes: 31 additions & 0 deletions helm/acs-sso-example/updatecli-matrix-targets.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
# This file is meant to be used with updatecli uber-manifest pipeline
# https://github.com/Alfresco/alfresco-updatecli/tree/master/deployments
matrix:
community:
id: ssoExample
acs:
version:
helm_target: &helmvaluesSso >-
helm/acs-sso-example/values.yaml
helm_key: $.alfresco-repository.image.tag
pattern:
image:
activemq:
version:
helm_target: *helmvaluesSso
helm_key: $.activemq.image.tag
pattern:
image:
share:
version:
helm_target: *helmvaluesSso
helm_key: $.alfresco-share.image.tag
pattern:
image:
aca:
helm_target: *helmvaluesSso
helm_key: $.alfresco-content-app.image.tag
version:
pattern:
image:

0 comments on commit 6643056

Please sign in to comment.