Skip to content

Commit fc879f1

Browse files
authored
Merge pull request #11 from forkspacer/version-update/v0.1.7
chore: update version to v0.1.7
2 parents 3278db2 + dade417 commit fc879f1

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.6
2+
VERSION ?= v0.1.7
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.6
6-
appVersion: "v0.1.6"
5+
version: 0.1.7
6+
appVersion: "v0.1.7"
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.6"
7+
tag: "v0.1.7"
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.6"
15+
tag: "v0.1.7"
1616

1717
nameOverride: ""
1818
fullnameOverride: ""

0 commit comments

Comments
 (0)