From 5b39017cb577645c7ac96ad8c8131f62e1afee8e Mon Sep 17 00:00:00 2001 From: Heba Elayoty <31887807+helayoty@users.noreply.github.com> Date: Tue, 17 Oct 2023 11:39:05 -0700 Subject: [PATCH] release: update manifest and helm charts for v0.0.2 (#71) Signed-off-by: Heba Elayoty --- Makefile | 2 +- charts/README.md | 2 +- charts/kaito/Chart.yaml | 2 +- charts/kaito/values.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index dc25211ac..1f43845d9 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ # Image URL to use all building/pushing image targets REGISTRY ?= helayoty IMG_NAME ?= kaito -VERSION ?= v0.0.1 +VERSION ?= v0.0.2 IMG_TAG ?= $(subst v,,$(VERSION)) # ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary. ENVTEST_K8S_VERSION = 1.27.2 diff --git a/charts/README.md b/charts/README.md index 39122191b..85d687a92 100644 --- a/charts/README.md +++ b/charts/README.md @@ -5,7 +5,7 @@ ```bash export REGISTRY= export IMG_NAME=kaito -export IMG_TAG=0.0.1 +export IMG_TAG=0.0.2 helm install kaito-workspace ./charts/kaito --set image.repository=${REGISTRY}/$(IMG_NAME) --set image.tag=$(IMG_TAG) ``` diff --git a/charts/kaito/Chart.yaml b/charts/kaito/Chart.yaml index dad3b2ceb..c38553d98 100644 --- a/charts/kaito/Chart.yaml +++ b/charts/kaito/Chart.yaml @@ -15,7 +15,7 @@ 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.0.1 +version: 0.0.2 # 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 diff --git a/charts/kaito/values.yaml b/charts/kaito/values.yaml index d08cc71ff..69743ac3a 100644 --- a/charts/kaito/values.yaml +++ b/charts/kaito/values.yaml @@ -7,7 +7,7 @@ replicaCount: 1 image: repository: helayoty/kaito pullPolicy: Always - tag: 0.0.1 + tag: 0.0.2 imagePullSecrets: []