Skip to content

Commit c2ee7a3

Browse files
authored
CLOUDP-353166: Pin kustomize version to lastest in devbox and improve selectable-test workflow
1 parent 644c8df commit c2ee7a3

File tree

14 files changed

+251
-304
lines changed

14 files changed

+251
-304
lines changed

.github/actions/gen-install-scripts/Dockerfile

Lines changed: 0 additions & 35 deletions
This file was deleted.

.github/actions/gen-install-scripts/action.yml

Lines changed: 0 additions & 15 deletions
This file was deleted.

.github/actions/gen-install-scripts/entrypoint.sh

Lines changed: 0 additions & 97 deletions
This file was deleted.

.github/workflows/release-image.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -225,11 +225,11 @@ jobs:
225225

226226
# Link updates to pr: all-in-one.yml, helm-updates, sdlc requirements
227227
- name: Generate deployment configurations
228-
uses: ./.github/actions/gen-install-scripts
229-
with:
228+
env:
230229
ENV: prod
231230
VERSION: ${{ env.VERSION }}
232-
IMAGE_URL: ${{ env.DOCKER_IMAGE_URL }}
231+
IMAGE_URL: ${{ needs.compute-repo.outputs.repo }}
232+
run: devbox run -- make bundle
233233

234234
- name: Bump Helm chart version
235235
run: devbox run -- ./scripts/bump-helm-chart-version.sh

0 commit comments

Comments
 (0)