File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ ifeq ($(VERSION), "")
4646 LATEST_TAG =$(shell git describe --tags --abbrev=8)
4747 ifeq ($(LATEST_TAG),)
4848 # Forked repo may not sync tags from upstream, so give it a default tag to make CI happy.
49- VERSION ="v0.1.17 "
49+ VERSION ="v0.1.18 "
5050 else
5151 VERSION =$(LATEST_TAG )
5252 endif
Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ type: application
1515# This is the chart version. This version number should be incremented each time you make changes
1616# to the chart and its templates, including the app version.
1717# Versions are expected to follow Semantic Versioning (https://semver.org/)
18- version : 0.1.17
18+ version : 0.1.18
1919
2020# This is the version number of the application being deployed. This version number should be
2121# incremented each time you make changes to the application. Versions are not expected to
2222# follow Semantic Versioning. They should reflect the version the application is using.
2323# It is recommended to use it with quotes.
24- appVersion : " v0.1.17 "
24+ appVersion : " v0.1.18 "
2525
2626sources :
2727 - " https://github.com/DaoCloud/karmada-operator"
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ operator:
4848 image :
4949 registry : release.daocloud.io
5050 repository : karmada/karmada-operator
51- tag : " v0.1.17 "
51+ tag : " v0.1.18 "
5252 # # Specify a imagePullPolicy
5353 # # Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
5454 # #
You can’t perform that action at this time.
0 commit comments