From 4d390f9e42faaa5d3a157cf46ea978801ba09b41 Mon Sep 17 00:00:00 2001 From: Vibhav Bobade Date: Wed, 12 Jul 2023 15:13:48 +0530 Subject: [PATCH] release: update to v0.0.24 --- Makefile | 2 +- chart/Chart.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 71d4b48e..f6bf1294 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.23 +VERSION ?= 0.0.24 # 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 3617a768..19f982c0 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -10,7 +10,7 @@ version: 0.1.3 # 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.23" +appVersion: "v0.0.24" dependencies: - name: common repository: https://charts.bitnami.com/bitnami