diff --git a/.github/workflows/updatecli.yaml b/.github/workflows/updatecli.yaml index dc61088e..b7457f5d 100644 --- a/.github/workflows/updatecli.yaml +++ b/.github/workflows/updatecli.yaml @@ -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: @@ -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 diff --git a/updatecli-matrix-targets.yaml b/updatecli-matrix-targets.yaml index e1150cff..198f364e 100644 --- a/updatecli-matrix-targets.yaml +++ b/updatecli-matrix-targets.yaml @@ -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: @@ -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: diff --git a/updatecli.d/default.yaml b/updatecli.d/default.yaml index cb978c23..0f8c1ff5 100644 --- a/updatecli.d/default.yaml +++ b/updatecli.d/default.yaml @@ -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/*