We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd26242 commit 2ed4b2dCopy full SHA for 2ed4b2d
.github/workflows/e2e_tests.yaml
@@ -62,7 +62,7 @@ jobs:
62
- name: Checkout CodeFlare operator repository
63
uses: actions/checkout@v4
64
with:
65
- repository: Bobbins228/codeflare-operator
+ repository: project-codeflare/codeflare-operator
66
path: codeflare-operator
67
68
- name: Set Go
@@ -89,9 +89,8 @@ jobs:
89
id: deploy
90
run: |
91
cd codeflare-operator
92
- git fetch origin
93
- git checkout update-cert-image
94
echo Setting up CodeFlare stack
+ sed -i 's|certGeneratorImage: .*|certGeneratorImage: quay.io/project-codeflare/ray:2.20.0-py39-cu118|' config/e2e/config.yaml
95
make setup-e2e
96
echo Deploying CodeFlare operator
97
IMG="${REGISTRY_ADDRESS}"/codeflare-operator
0 commit comments