diff --git a/Makefile b/Makefile index af28d1cfb..559bac476 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ # Image URL to use all building/pushing image targets REGISTRY ?= ghcr.io/azure/kaito IMG_NAME ?= workspace -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: []