Skip to content

Commit 04f5c86

Browse files
committed
Move params out of bases and removed bases folder
1 parent 4bbdfdf commit 04f5c86

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

.github/workflows/tag-and-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
105105
- name: Update image version in params.env
106106
run: |
107-
VERSION=${{ github.event.inputs.version }} perl -i -pe 's/:(.*)$/:$ENV{"VERSION"}/' config/manifests/bases/params.env
107+
VERSION=${{ github.event.inputs.version }} perl -i -pe 's/:(.*)$/:$ENV{"VERSION"}/' config/manifests/params.env
108108
shell: bash
109109

110110
- name: Login to Quay.io

config/manifests/kustomization.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ kind: Kustomization
99
configMapGenerator:
1010
- name: codeflare-stack-config
1111
envs:
12-
- bases/params.env
12+
- params.env
1313
configurations:
14-
- bases/params.yaml
14+
- params.yaml
1515

1616
vars:
1717
- name: odh-codeflare-operator-controller-image
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)