Skip to content

Commit aa4fb55

Browse files
authored
Merge pull request #1182 from LiZhenCheng9527/release-rc
[release-1.0] Change the version to v1.0.0-rc.0 in the makefile
2 parents d927db6 + 6628299 commit aa4fb55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
VERSION ?= 1.0.0-alpha
15+
VERSION ?= 1.0.0-rc.0
1616
GIT_COMMIT_HASH ?= $(shell git rev-parse HEAD)
1717
GIT_TREESTATE=$(shell if [ -n "$(git status --porcelain)" ]; then echo "dirty"; else echo "clean"; fi)
1818
BUILD_DATE = $(shell date -u +'%Y-%m-%dT%H:%M:%SZ')
@@ -253,7 +253,7 @@ clean:
253253

254254
CHARTS_FOLDER := deploy/charts
255255
CHARTS := $(wildcard $(CHARTS_FOLDER)/*)
256-
CHART_VERSION ?= v1.0.0-alpha
256+
CHART_VERSION ?= v1.0.0-rc.0
257257
CHART_OCI_REGISTRY ?= oci://$(HUB)
258258
CHART_OUTPUT_DIR ?= out/charts
259259

0 commit comments

Comments
 (0)