File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed
charts/control-plane-operator Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 1- v0.1.11-dev
1+ v0.1.12
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ apiVersion: v2
22name : control-plane-operator
33description : A Helm chart for the Cloud Orchestration Control Plane Operator
44type : application
5- version : v0.1.10
6- appVersion : v0.1.10
5+ version : v0.1.12
6+ appVersion : v0.1.12
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/images/control-plane-operator
99 pullPolicy : IfNotPresent
1010 # Overrides the image tag whose default is the chart appVersion.
11- tag : v0.1.10
11+ tag : v0.1.12
1212
1313imagePullSecrets : []
1414nameOverride : " "
@@ -63,7 +63,8 @@ extraVolumes: []
6363podAnnotations : {}
6464podLabels : {}
6565
66- podSecurityContext : {}
66+ podSecurityContext :
67+ {}
6768 # fsGroup: 2000
6869
6970securityContext :
@@ -74,7 +75,8 @@ securityContext:
7475 # readOnlyRootFilesystem: true
7576 # runAsUser: 1000
7677
77- resources : {}
78+ resources :
79+ {}
7880 # limits:
7981 # cpu: 100m
8082 # memory: 128Mi
You can’t perform that action at this time.
0 commit comments