Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OPSEXP-1908 Enable appVersion bump from uber manifest #1004

Merged
merged 4 commits into from
Sep 7, 2023
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/bumpVersions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: actions/checkout@v3
with:
repository: alfresco/alfresco-updatecli
ref: master
ref: OPSEXP-1908-appVersion
gionn marked this conversation as resolved.
Show resolved Hide resolved
path: alfresco-updatecli

- name: Preprocess values file appending existing keys only
Expand Down
1 change: 1 addition & 0 deletions updatecli-matrix-targets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ matrix:
helm_target: &helmvalues231 >-
helm/alfresco-content-services/values.yaml
helm_key: $.repository.image.tag
helm_update_appVersion: true
share:
version:
pattern:
Expand Down