Skip to content

Commit 7651e45

Browse files
committed
update kratix package
1 parent ff520f9 commit 7651e45

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

kratix/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

kratix/crds/platform_kratix_io_crds.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ metadata:
77
spec:
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:
9193
spec:
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:
182186
spec:
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:
262268
spec:
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:
623633
spec:
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:
752764
spec:
753765
group: platform.kratix.io
754766
names:
767+
categories:
768+
- kratix
755769
kind: Work
756770
listKind: WorkList
757771
plural: works

kratix/templates/distribution.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ subjects:
365365
---
366366
apiVersion: v1
367367
data:
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
369369
kind: ConfigMap
370370
metadata:
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

0 commit comments

Comments
 (0)