Skip to content

Commit ac88264

Browse files
authored
Update default values for KServe and RHOAI branches (#40)
* Update default values for KServe and RHOAI branches * Update kserve_ref and rhoai_branch defaults
1 parent 190c5fb commit ac88264

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/kserve-update-chart.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ on:
1313
kserve_ref:
1414
description: 'KServe branch/tag to use'
1515
required: false
16-
default: 'rhoai-3.4'
16+
default: 'rhoai-3.4-ea.1'
1717
rhoai_branch:
1818
description: 'RHOAI-Build-Config branch for images'
1919
required: false
20-
default: 'rhoai-3.4'
20+
default: 'rhoai-3.4-ea.1'
2121
image_tag:
2222
description: 'Image tag for quay.io replacements'
2323
required: false
@@ -27,8 +27,8 @@ permissions: { }
2727

2828
env:
2929
KSERVE_REPO: ${{ github.event.inputs.kserve_repo || 'red-hat-data-services/kserve' }}
30-
KSERVE_REF: ${{ github.event.inputs.kserve_ref || 'rhoai-3.4' }}
31-
RHOAI_BRANCH: ${{ github.event.inputs.rhoai_branch || 'rhoai-3.4' }}
30+
KSERVE_REF: ${{ github.event.inputs.kserve_ref || 'rhoai-3.4-ea.1' }}
31+
RHOAI_BRANCH: ${{ github.event.inputs.rhoai_branch || 'rhoai-3.4-ea.1' }}
3232
IMAGE_TAG: ${{ github.event.inputs.image_tag || '3.4.0-ea.1' }}
3333

3434
jobs:
@@ -113,4 +113,4 @@ jobs:
113113
labels: |
114114
automated
115115
area/kserve
116-
chart-update
116+
chart-update

0 commit comments

Comments
 (0)