From b000ae3832d39a1e738c1da9e86d5a1423c86fd4 Mon Sep 17 00:00:00 2001 From: calvin Date: Mon, 3 Apr 2023 16:47:57 +0800 Subject: [PATCH] bump version to v0.1.15 Signed-off-by: calvin --- Makefile | 2 +- charts/karmada-operator/Chart.yaml | 4 ++-- charts/karmada-operator/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 42d4c8e..2a86d55 100644 --- a/Makefile +++ b/Makefile @@ -46,7 +46,7 @@ ifeq ($(VERSION), "") LATEST_TAG=$(shell git describe --tags --abbrev=8) ifeq ($(LATEST_TAG),) # Forked repo may not sync tags from upstream, so give it a default tag to make CI happy. - VERSION="v0.1.14" + VERSION="v0.1.15" else VERSION=$(LATEST_TAG) endif diff --git a/charts/karmada-operator/Chart.yaml b/charts/karmada-operator/Chart.yaml index 33b5aef..65dbad2 100644 --- a/charts/karmada-operator/Chart.yaml +++ b/charts/karmada-operator/Chart.yaml @@ -15,13 +15,13 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.14 +version: 0.1.15 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "v0.1.14" +appVersion: "v0.1.15" sources: - "https://github.com/DaoCloud/karmada-operator" diff --git a/charts/karmada-operator/values.yaml b/charts/karmada-operator/values.yaml index 8fa5e92..6f41df7 100644 --- a/charts/karmada-operator/values.yaml +++ b/charts/karmada-operator/values.yaml @@ -48,7 +48,7 @@ operator: image: registry: release.daocloud.io repository: karmada/karmada-operator - tag: "v0.1.14" + tag: "v0.1.15" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ##