Skip to content

Commit

Permalink
include version.txt (#6301)
Browse files Browse the repository at this point in the history
  • Loading branch information
vepatel authored Aug 28, 2024
1 parent 8434978 commit b2774f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/scripts/release-version-update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ DEBUG=${DEBUG:-"false"}

DOCS_TO_UPDATE_FOLDER=${ROOTDIR}/docs/content
FILES_TO_UPDATE_IC_VERSION=(
"${ROOTDIR}/.github/data/version.txt"
"${ROOTDIR}/README.md"
"${DEPLOYMENT_PATH}/daemon-set/nginx-ingress.yaml"
"${DEPLOYMENT_PATH}/daemon-set/nginx-plus-ingress.yaml"
Expand All @@ -23,6 +24,7 @@ FILES_TO_UPDATE_IC_VERSION=(
"${HELM_CHART_PATH}/values.yaml"
)
FILE_TO_UPDATE_HELM_CHART_VERSION=(
"${ROOTDIR}/.github/data/version.txt"
"${HELM_CHART_PATH}/Chart.yaml"
)

Expand Down

0 comments on commit b2774f2

Please sign in to comment.