Skip to content

Commit 27f5dd5

Browse files
committed
update kratix package
1 parent bbb0e2e commit 27f5dd5

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-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.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.

kratix/crds/platform_kratix_io_crds.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff 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

kratix/templates/distribution.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ subjects:
407407
---
408408
apiVersion: v1
409409
data:
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
411411
kind: ConfigMap
412412
metadata:
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

0 commit comments

Comments
 (0)