Skip to content

Commit ba4ecc0

Browse files
authored
Merge pull request #117 from calvin0327/bump-version-to-v0.1.18
bump version to v0.1.18
2 parents dd93414 + 7b976cb commit ba4ecc0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

charts/karmada-operator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

2626
sources:
2727
- "https://github.com/DaoCloud/karmada-operator"

charts/karmada-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
##

0 commit comments

Comments
 (0)