From b090de100e8bd3fa8b23f7795e97fb5967d0044b Mon Sep 17 00:00:00 2001 From: ElvinMehreliyev0 <147274881+ElvinMehreliyev0@users.noreply.github.com> Date: Mon, 20 Oct 2025 03:47:55 +0000 Subject: [PATCH] chore: update version to v0.1.6 - Updated VERSION in Makefile to v0.1.6 - Updated Chart.yaml version to 0.1.6 - Updated Chart.yaml appVersion to v0.1.6 - Updated image tag in values.yaml to v0.1.6 --- Makefile | 2 +- helm/Chart.yaml | 4 ++-- helm/values.yaml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index ac03683..8b41cb5 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # Version info -VERSION ?= v0.1.1 +VERSION ?= v0.1.6 GIT_COMMIT ?= $(shell git rev-parse HEAD) BUILD_DATE ?= $(shell date -u +%Y-%m-%dT%H:%M:%SZ) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 1e3034f..4055cf8 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: api-server description: REST API backend for Forkspacer operator type: application -version: 0.1.1 -appVersion: "v0.1.1" +version: 0.1.6 +appVersion: "v0.1.6" keywords: - api - backend diff --git a/helm/values.yaml b/helm/values.yaml index 89e058e..83a6bbb 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -4,7 +4,7 @@ replicaCount: 1 image: repository: "ghcr.io/forkspacer/api-server" pullPolicy: IfNotPresent - tag: "v0.1.1" + tag: "v0.1.6" # Global configuration for compatibility with parent chart global: @@ -12,7 +12,7 @@ global: image: repository: "ghcr.io/forkspacer/api-server" pullPolicy: IfNotPresent - tag: "v0.1.1" + tag: "v0.1.6" nameOverride: "" fullnameOverride: ""