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