Skip to content

Commit 84fd144

Browse files
Merge pull request #9 from forkspacer/version-update/v0.1.6
chore: update version to v0.1.6
2 parents b348424 + b090de1 commit 84fd144

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Version info
2-
VERSION ?= v0.1.1
2+
VERSION ?= v0.1.6
33
GIT_COMMIT ?= $(shell git rev-parse HEAD)
44
BUILD_DATE ?= $(shell date -u +%Y-%m-%dT%H:%M:%SZ)
55

helm/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: api-server
33
description: REST API backend for Forkspacer operator
44
type: application
5-
version: 0.1.1
6-
appVersion: "v0.1.1"
5+
version: 0.1.6
6+
appVersion: "v0.1.6"
77
keywords:
88
- api
99
- backend

helm/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ replicaCount: 1
44
image:
55
repository: "ghcr.io/forkspacer/api-server"
66
pullPolicy: IfNotPresent
7-
tag: "v0.1.1"
7+
tag: "v0.1.6"
88

99
# Global configuration for compatibility with parent chart
1010
global:
1111
apiServer:
1212
image:
1313
repository: "ghcr.io/forkspacer/api-server"
1414
pullPolicy: IfNotPresent
15-
tag: "v0.1.1"
15+
tag: "v0.1.6"
1616

1717
nameOverride: ""
1818
fullnameOverride: ""

0 commit comments

Comments
 (0)