From d118e1a1d87a28c6bde521c49e3984c693defa43 Mon Sep 17 00:00:00 2001 From: Vibhav Bobade Date: Sun, 18 Jun 2023 01:48:31 +0530 Subject: [PATCH] update version to 0.0.12 --- Makefile | 2 +- chart/Chart.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 524f9b78..0dda4c9e 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.11 +VERSION ?= 0.0.12 # 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 750324d0..9176d0f5 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -10,7 +10,7 @@ version: 0.0.7 # 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.11" +appVersion: "v0.0.12" dependencies: - name: common repository: https://charts.bitnami.com/bitnami