From fe3e6b1f86002e85555d6eb3faef554263ecf243 Mon Sep 17 00:00:00 2001 From: Heba Elayoty Date: Mon, 11 Sep 2023 09:53:27 -0700 Subject: [PATCH] release: update manifest and helm charts for 0.0.1 Signed-off-by: Heba Elayoty --- Makefile | 2 +- charts/kdm/Chart.yaml | 2 +- charts/kdm/values.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 0bfe71761..b5f757baf 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ # Image URL to use all building/pushing image targets REGISTRY ?= helayoty IMG_NAME ?= kdm -VERSION ?= v0.1.0 +VERSION ?= 0.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/kdm/Chart.yaml b/charts/kdm/Chart.yaml index 9798479df..067e6051a 100644 --- a/charts/kdm/Chart.yaml +++ b/charts/kdm/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.1.0 +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/kdm/values.yaml b/charts/kdm/values.yaml index e00cc8422..6aab40600 100644 --- a/charts/kdm/values.yaml +++ b/charts/kdm/values.yaml @@ -7,7 +7,7 @@ replicaCount: 1 image: repository: helayoty/kdm pullPolicy: Always - tag: 0.1.0 + tag: 0.0.1 imagePullSecrets: []