Skip to content

Commit 862f8b2

Browse files
committed
fix(q2-2025): wpb-19517 fix workflow design and consider prod values for min helm charts
1 parent 8a4b420 commit 862f8b2

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/offline-min.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- '*.md'
77
- '**/*.md'
88
pull_request:
9-
branches: [master, min-release*]
9+
branches: [min-release*]
1010
paths-ignore:
1111
- '*.md'
1212
- '**/*.md'

.github/workflows/offline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- '*.md'
77
- '**/*.md'
88
pull_request:
9-
branches: [master, develop, min-release*]
9+
branches: [master, develop]
1010
paths-ignore:
1111
- '*.md'
1212
- '**/*.md'

offline/min-build/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ cp -r "${ROOT_DIR}"/values "${OUTPUT_DIR}"/
4949
# processing the charts
5050
# here we also filter the images post processing the helm charts
5151
# pass the image names to be filtered as arguments as regex #IMAGE_EXCLUDE_LIST='brig|galley'
52-
"${TASKS_DIR}"/process_charts.sh OUTPUT_DIR="${OUTPUT_DIR}" VALUES_TYPE="demo" #IMAGE_EXCLUDE_LIST=""
52+
"${TASKS_DIR}"/process_charts.sh OUTPUT_DIR="${OUTPUT_DIR}" VALUES_TYPE="prod" #IMAGE_EXCLUDE_LIST=""
5353

5454
# all basic chart pre-processing tasks
5555
"${TASKS_DIR}"/post_chart_process_0.sh "${OUTPUT_DIR}"

0 commit comments

Comments
 (0)