File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11# Version info
2- VERSION ?= v0.1.6
2+ VERSION ?= v0.1.7
33GIT_COMMIT ?= $(shell git rev-parse HEAD)
44BUILD_DATE ?= $(shell date -u +% Y-% m-% dT% H:% M:% SZ)
55
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ apiVersion: v2
22name : api-server
33description : REST API backend for Forkspacer operator
44type : application
5- version : 0.1.6
6- appVersion : " v0.1.6 "
5+ version : 0.1.7
6+ appVersion : " v0.1.7 "
77keywords :
88 - api
99 - backend
Original file line number Diff line number Diff line change @@ -4,15 +4,15 @@ replicaCount: 1
44image :
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
1010global :
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
1717nameOverride : " "
1818fullnameOverride : " "
You can’t perform that action at this time.
0 commit comments