File tree Expand file tree Collapse file tree 3 files changed +17
-3
lines changed
Expand file tree Collapse file tree 3 files changed +17
-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.74 .0
16+ version : v0.75 .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 @@ -7,6 +7,8 @@ metadata:
77spec :
88 group : platform.kratix.io
99 names :
10+ categories :
11+ - kratix
1012 kind : BucketStateStore
1113 listKind : BucketStateStoreList
1214 plural : bucketstatestores
@@ -91,6 +93,8 @@ metadata:
9193spec :
9294 group : platform.kratix.io
9395 names :
96+ categories :
97+ - kratix
9498 kind : Destination
9599 listKind : DestinationList
96100 plural : destinations
@@ -182,6 +186,8 @@ metadata:
182186spec :
183187 group : platform.kratix.io
184188 names :
189+ categories :
190+ - kratix
185191 kind : GitStateStore
186192 listKind : GitStateStoreList
187193 plural : gitstatestores
@@ -262,6 +268,8 @@ metadata:
262268spec :
263269 group : platform.kratix.io
264270 names :
271+ categories :
272+ - kratix
265273 kind : PromiseRelease
266274 listKind : PromiseReleaseList
267275 plural : promisereleases
@@ -403,6 +411,8 @@ spec:
403411 - v1beta1
404412 group : platform.kratix.io
405413 names :
414+ categories :
415+ - kratix
406416 kind : Promise
407417 listKind : PromiseList
408418 plural : promises
@@ -623,6 +633,8 @@ metadata:
623633spec :
624634 group : platform.kratix.io
625635 names :
636+ categories :
637+ - kratix
626638 kind : WorkPlacement
627639 listKind : WorkPlacementList
628640 plural : workplacements
@@ -752,6 +764,8 @@ metadata:
752764spec :
753765 group : platform.kratix.io
754766 names :
767+ categories :
768+ - kratix
755769 kind : Work
756770 listKind : WorkList
757771 plural : works
Original file line number Diff line number Diff line change @@ -365,7 +365,7 @@ subjects:
365365---
366366apiVersion : v1
367367data :
368- WC_IMG : docker.io/syntasso/kratix-platform-pipeline-adapter:v0.74 .0
368+ WC_IMG : docker.io/syntasso/kratix-platform-pipeline-adapter:v0.75 .0
369369kind : ConfigMap
370370metadata :
371371 name : kratix-platform-wc-img-config
@@ -436,7 +436,7 @@ spec:
436436 configMapKeyRef :
437437 key : WC_IMG
438438 name : kratix-platform-wc-img-config
439- image : docker.io/syntasso/kratix-platform:v0.74 .0
439+ image : docker.io/syntasso/kratix-platform:v0.75 .0
440440 livenessProbe :
441441 httpGet :
442442 path : /healthz
You can’t perform that action at this time.
0 commit comments