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: ""