Skip to content

Commit 4964fa1

Browse files
committed
update version to v0.3.0-rc1
Signed-off-by: Emin Aktas <eminaktas34@gmail.com>
1 parent daacfe2 commit 4964fa1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# To re-generate a bundle for another specific version without changing the standard setup, you can:
44
# - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2)
55
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
6-
VERSION ?= 0.2.4
6+
VERSION ?= 0.3.0-rc1
77

88
# CHANNELS define the bundle channels used in the bundle.
99
# Add a new line here if you would like to change its default config. (E.g CHANNELS = "candidate,fast,stable")

chart/kubedns-shepherd/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: kubedns-shepherd
33
description: A Kubernetes controller that manages the DNS configuration of workloads, ensuring efficient and reliable way to configure DNS within your Kubernetes cluster.
44
type: application
5-
version: 0.2.4
6-
appVersion: "v0.2.4"
5+
version: 0.3.0-rc1
6+
appVersion: "v0.3.0-rc1"
77

88
dependencies:
99
- name: cert-manager

0 commit comments

Comments
 (0)