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-2364 Bump to updatecli v0.65.1 and workflow enhancements #147

Merged
merged 7 commits into from
Nov 7, 2023
Merged
Show file tree
Hide file tree
Changes from all 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
8 changes: 6 additions & 2 deletions .github/workflows/updatecli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,13 @@ on:
options:
- charts
- values
alfresco-updatecli-ref:
description: "The version to use for alfresco/alfresco-updatecli configs (used only when `values` is selected)"
type: string
default: master

env:
UPDATE_CLI_VERSION: v0.57.0
UPDATE_CLI_VERSION: v0.65.1

jobs:
bump-charts-dependencies:
Expand Down Expand Up @@ -88,7 +92,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: alfresco/alfresco-updatecli
ref: master
ref: ${{ inputs.alfresco-updatecli-ref || 'master' }}
path: alfresco-updatecli

- name: Preprocess values file appending existing keys only
Expand Down
6 changes: 3 additions & 3 deletions updatecli-matrix-targets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# This file is meant to be used with updatecli uber-manifest pipeline
# https://github.com/Alfresco/alfresco-updatecli/tree/master/deployments
matrix:
7.4.N:
id: 74n
23.N:
id:
search:
version:
pattern:
Expand Down Expand Up @@ -95,7 +95,7 @@ matrix:
helm_target: charts/alfresco-share/values.yaml
helm_key: $.image.tag
helm_update_appVersion: true
repository:
acs:
version:
pattern:
image:
Expand Down
5 changes: 5 additions & 0 deletions updatecli.d/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ name: "Helm autodiscovery using git scm"
autodiscovery:
crawlers:
helm:
# we have an alternate pipeline for image tags bumping
ignorecontainer: true
# disable automatic bump given that sometimes bump too much
# and we have chart testing checking against missed increments
versionincrement: none
ignore:
# Search Service do not follow the usual image.repo & image.tag path
- path: charts/alfresco-search-service/*