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 8434978 commit b2774f2Copy full SHA for b2774f2
.github/scripts/release-version-update.sh
@@ -11,6 +11,7 @@ DEBUG=${DEBUG:-"false"}
11
12
DOCS_TO_UPDATE_FOLDER=${ROOTDIR}/docs/content
13
FILES_TO_UPDATE_IC_VERSION=(
14
+ "${ROOTDIR}/.github/data/version.txt"
15
"${ROOTDIR}/README.md"
16
"${DEPLOYMENT_PATH}/daemon-set/nginx-ingress.yaml"
17
"${DEPLOYMENT_PATH}/daemon-set/nginx-plus-ingress.yaml"
@@ -23,6 +24,7 @@ FILES_TO_UPDATE_IC_VERSION=(
23
24
"${HELM_CHART_PATH}/values.yaml"
25
)
26
FILE_TO_UPDATE_HELM_CHART_VERSION=(
27
28
"${HELM_CHART_PATH}/Chart.yaml"
29
30
0 commit comments