diff --git a/ci/vendir.lock.yml b/ci/vendir.lock.yml index 990b2086..394c1c34 100644 --- a/ci/vendir.lock.yml +++ b/ci/vendir.lock.yml @@ -2,8 +2,8 @@ apiVersion: vendir.k14s.io/v1alpha1 directories: - contents: - git: - commitTitle: 'fix: again bump image commit' - sha: 45c4ba4749438b61ae00157371cb0648eb681ee6 + commitTitle: 'fix: path to charts pr scripts' + sha: 75a8a54909ac0a2f74e9ee8f2779ab57a91ebb10 path: . path: vendor kind: LockConfig diff --git a/ci/vendir.yml b/ci/vendir.yml index 01188a6f..fe0a8722 100644 --- a/ci/vendir.yml +++ b/ci/vendir.yml @@ -7,7 +7,7 @@ directories: - path: . git: url: https://github.com/GaloyMoney/concourse-shared.git - ref: 45c4ba4749438b61ae00157371cb0648eb681ee6 + ref: 75a8a54909ac0a2f74e9ee8f2779ab57a91ebb10 includePaths: - shared/**/* newRootPath: shared diff --git a/ci/vendor/pipeline-fragments.lib.yml b/ci/vendor/pipeline-fragments.lib.yml index e0945e4f..795034a7 100644 --- a/ci/vendor/pipeline-fragments.lib.yml +++ b/ci/vendor/pipeline-fragments.lib.yml @@ -251,7 +251,7 @@ plan: BRANCH: #@ data.values.git_charts_branch CHARTS_SUBDIR: #@ data.values.gh_repository run: - path: pipeline-tasks/ci/tasks/bump-image-digest.sh + path: pipeline-tasks/ci/vendor/tasks/bump-image-digest.sh - put: charts-repo-bot-branch params: repository: charts-repo @@ -270,7 +270,7 @@ plan: BOT_BRANCH: #@ data.values.git_charts_bot_branch CHARTS_SUBDIR: #@ data.values.gh_repository run: - path: pipeline-tasks/ci/tasks/open-charts-pr.sh + path: pipeline-tasks/ci/vendor/tasks/open-charts-pr.sh #@ end #@ def repo_resource():