From 03be84b28a08c2d7d93110c758ed0baa67f817c7 Mon Sep 17 00:00:00 2001 From: Heba Elayoty Date: Tue, 17 Oct 2023 11:58:41 -0700 Subject: [PATCH] release: update manifest and helm charts for v0.0.1 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 1f43845d9..dc25211ac 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.2 +VERSION ?= v0.0.1 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 85d687a92..39122191b 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.2 +export IMG_TAG=0.0.1 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 c38553d98..dad3b2ceb 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.2 +version: 0.0.1 # 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 69743ac3a..d08cc71ff 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.2 + tag: 0.0.1 imagePullSecrets: []