Skip to content

Commit 50ef9d8

Browse files
authored
update script to include statefulset yaml (#8259)
update script statefulset yaml
1 parent d487c70 commit 50ef9d8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/scripts/release-version-update.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ FILES_TO_UPDATE_IC_VERSION=(
1616
"${DEPLOYMENT_PATH}/daemon-set/nginx-plus-ingress.yaml"
1717
"${DEPLOYMENT_PATH}/deployment/nginx-ingress.yaml"
1818
"${DEPLOYMENT_PATH}/deployment/nginx-plus-ingress.yaml"
19+
"${DEPLOYMENT_PATH}/stateful-set/nginx-ingress.yaml"
20+
"${DEPLOYMENT_PATH}/stateful-set/nginx-plus-ingress.yaml"
1921
"${HELM_CHART_PATH}/Chart.yaml"
2022
"${HELM_CHART_PATH}/values-icp.yaml"
2123
"${HELM_CHART_PATH}/values-nsm.yaml"

0 commit comments

Comments
 (0)