From dade4176afecce6c34298296a391f6f96b0ecf59 Mon Sep 17 00:00:00 2001 From: ElvinMehreliyev0 <147274881+ElvinMehreliyev0@users.noreply.github.com> Date: Fri, 24 Oct 2025 09:50:55 +0000 Subject: [PATCH] chore: update version to v0.1.7 - Updated VERSION in Makefile to v0.1.7 - Updated Chart.yaml version to 0.1.7 - Updated Chart.yaml appVersion to v0.1.7 - Updated image tag in values.yaml to v0.1.7 --- Makefile | 2 +- helm/Chart.yaml | 4 ++-- helm/values.yaml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 1b3a226..ee028d6 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # Version info -VERSION ?= v0.1.6 +VERSION ?= v0.1.7 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 4055cf8..5db6647 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.6 -appVersion: "v0.1.6" +version: 0.1.7 +appVersion: "v0.1.7" keywords: - api - backend diff --git a/helm/values.yaml b/helm/values.yaml index 83a6bbb..513f309 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.6" + tag: "v0.1.7" # 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.6" + tag: "v0.1.7" nameOverride: "" fullnameOverride: ""