Skip to content

Commit

Permalink
OPSEXP-2444 Cleanup search services updatecli pipeline (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
gionn authored Jan 18, 2024
1 parent 2595724 commit 1165ccc
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 69 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/updatecli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
with:
version: ${{ env.UPDATE_CLI_VERSION }}

- run: updatecli apply --experimental
- run: updatecli apply
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

Expand Down
54 changes: 0 additions & 54 deletions updatecli.d/alfresco-search-service.yaml

This file was deleted.

14 changes: 0 additions & 14 deletions updatecli.d/default.yaml

This file was deleted.

18 changes: 18 additions & 0 deletions updatecli.d/helm-autodiscovery.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
name: "Helm autodiscovery for charts dependencies"

autodiscovery:
crawlers:
helm:
# we have an alternate pipeline for image tags bumping
ignorecontainer: true
# Disable automatic chart version bump given that sometimes bump too much
# and we have chart testing checking against missed increments
versionincrement: none
ignore:
- dependencies:
# https://github.com/updatecli/updatecli/issues/1876
alfresco-insight-zeppelin: ""
common: ""
postgresql: ""
elasticsearch: ""

0 comments on commit 1165ccc

Please sign in to comment.