Skip to content

Commit

Permalink
release: KDM 0.0.1 release (#9)
Browse files Browse the repository at this point in the history
Signed-off-by: Heba Elayoty <[email protected]>
  • Loading branch information
helayoty authored Sep 11, 2023
1 parent 2809d6b commit b87747f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/kdm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/kdm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ replicaCount: 1
image:
repository: helayoty/kdm
pullPolicy: Always
tag: 0.1.0
tag: 0.0.1

imagePullSecrets: []

Expand Down

0 comments on commit b87747f

Please sign in to comment.