From e2eb04a86fb26a774ac687cc7431e37dcae5c9ac Mon Sep 17 00:00:00 2001 From: Vibhav Bobade Date: Thu, 29 Jun 2023 01:39:26 +0530 Subject: [PATCH] release: v0.0.15 --- Makefile | 2 +- chart/Chart.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 5ed227df..f0ef86d6 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ # To re-generate a bundle for another specific version without changing the standard setup, you can: # - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2) # - use environment variables to overwrite this value (e.g export VERSION=0.0.2) -VERSION ?= 0.0.14 +VERSION ?= 0.0.15 # CHANNELS define the bundle channels used in the bundle. # Add a new line here if you would like to change its default config. (E.g CHANNELS = "candidate,fast,stable") diff --git a/chart/Chart.yaml b/chart/Chart.yaml index f8add903..61c88b16 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -10,7 +10,7 @@ version: 0.1.1 # 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.0.14" +appVersion: "v0.0.15" dependencies: - name: common repository: https://charts.bitnami.com/bitnami