File tree Expand file tree Collapse file tree 3 files changed +13
-3
lines changed
Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ type: application
1313# This is the chart version. This version number should be incremented each time you make changes
1414# to the chart and its templates, including the app version.
1515# Versions are expected to follow Semantic Versioning (https://semver.org/)
16- version : v0.100 .0
16+ version : v0.101 .0
1717# This is the version number of the application being deployed. This version number should be
1818# incremented each time you make changes to the application. Versions are not expected to
1919# follow Semantic Versioning. They should reflect the version the application is using.
Original file line number Diff line number Diff line change @@ -260,6 +260,16 @@ spec:
260260 branch :
261261 default : main
262262 type : string
263+ gitAuthor :
264+ default :
265+ name : kratix
266+ description : Git author name and email used to commit this git state store; name defaults to 'kratix'
267+ properties :
268+ email :
269+ type : string
270+ name :
271+ type : string
272+ type : object
263273 path :
264274 description : |-
265275 Path within the StateStore to write documents. This path should be allocated
Original file line number Diff line number Diff line change @@ -407,7 +407,7 @@ subjects:
407407---
408408apiVersion : v1
409409data :
410- WC_IMG : docker.io/syntasso/kratix-platform-pipeline-adapter:v0.100 .0
410+ WC_IMG : docker.io/syntasso/kratix-platform-pipeline-adapter:v0.101 .0
411411kind : ConfigMap
412412metadata :
413413 labels :
@@ -497,7 +497,7 @@ spec:
497497 configMapKeyRef :
498498 key : WC_IMG
499499 name : kratix-platform-wc-img-config
500- image : docker.io/syntasso/kratix-platform:v0.100 .0
500+ image : docker.io/syntasso/kratix-platform:v0.101 .0
501501 livenessProbe :
502502 httpGet :
503503 path : /healthz
You can’t perform that action at this time.
0 commit comments