File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
charts/control-plane-operator Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -251,7 +251,7 @@ flux-install:
251251# ## ------------------------------------ HELM ------------------------------------ ###
252252
253253.PHONY : helm-chart
254- helm-chart : helm-templates
254+ helm-chart :
255255 OPERATOR_VERSION=$(shell cat VERSION) envsubst < charts/$(PROJECT_FULL_NAME ) /Chart.yaml.tpl > charts/$(PROJECT_FULL_NAME ) /Chart.yaml
256256 OPERATOR_VERSION=$(shell cat VERSION) envsubst < charts/$(PROJECT_FULL_NAME ) /values.yaml.tpl > charts/$(PROJECT_FULL_NAME ) /values.yaml
257257
Original file line number Diff line number Diff line change 1- v0.1.4-dev
1+ v0.1.5
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ apiVersion: v2
22name : co-control-plane-operator
33description : A Helm chart for the Cloud Orchestration Control Plane Operator
44type : application
5- version : 0 .1.3
6- appVersion : 0 .1.3
5+ version : v0 .1.5
6+ appVersion : v0 .1.5
77home : https://github.com/openmcp-project/control-plane-operator
88sources :
99 - https://github.com/openmcp-project/control-plane-operator
Original file line number Diff line number Diff line change 88 repository : ghcr.io/openmcp-project/github.com/openmcp-project/control-plane-operator/images/control-plane-operator
99 pullPolicy : IfNotPresent
1010 # Overrides the image tag whose default is the chart appVersion.
11- tag : 0 .1.3
11+ tag : v0 .1.5
1212
1313imagePullSecrets : []
1414nameOverride : " "
You can’t perform that action at this time.
0 commit comments