Skip to content

Commit c433425

Browse files
committed
update kratix package
1 parent bc8fb4c commit c433425

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.92.0
16+
version: v0.93.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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ spec:
133133
properties:
134134
mode:
135135
description: |-
136-
The of filepathExpression, either:
136+
filepath.mode can be set to either:
137137
- nestedByMetadata (default): files from the pipeline will be placed in a nested directory structure
138138
- none: file from the pipeline will be placed in a flat directory structure
139139
filepath.mode is immutable

kratix/templates/distribution.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ subjects:
372372
---
373373
apiVersion: v1
374374
data:
375-
WC_IMG: docker.io/syntasso/kratix-platform-pipeline-adapter:v0.92.0
375+
WC_IMG: docker.io/syntasso/kratix-platform-pipeline-adapter:v0.93.0
376376
kind: ConfigMap
377377
metadata:
378378
name: kratix-platform-wc-img-config
@@ -443,7 +443,7 @@ spec:
443443
configMapKeyRef:
444444
key: WC_IMG
445445
name: kratix-platform-wc-img-config
446-
image: docker.io/syntasso/kratix-platform:v0.92.0
446+
image: docker.io/syntasso/kratix-platform:v0.93.0
447447
livenessProbe:
448448
httpGet:
449449
path: /healthz

0 commit comments

Comments
 (0)