Skip to content

Commit 2c1c6c6

Browse files
committed
update kratix package
1 parent f5c825e commit 2c1c6c6

File tree

2 files changed

+3
-22
lines changed

2 files changed

+3
-22
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.13.0
16+
version: v0.14.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/templates/distribution.yaml

Lines changed: 2 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -365,26 +365,7 @@ subjects:
365365
---
366366
apiVersion: v1
367367
data:
368-
controller_manager_config.yaml: |
369-
apiVersion: controller-runtime.sigs.k8s.io/v1alpha1
370-
kind: ControllerManagerConfig
371-
health:
372-
healthProbeBindAddress: :8081
373-
metrics:
374-
bindAddress: 127.0.0.1:8080
375-
webhook:
376-
port: 9443
377-
leaderElection:
378-
leaderElect: true
379-
resourceName: 2743c979.kratix.io
380-
kind: ConfigMap
381-
metadata:
382-
name: kratix-platform-manager-config
383-
namespace: kratix-platform-system
384-
---
385-
apiVersion: v1
386-
data:
387-
WC_IMG: syntasso/kratix-platform-pipeline-adapter:v0.13.0
368+
WC_IMG: syntasso/kratix-platform-pipeline-adapter:v0.14.0
388369
kind: ConfigMap
389370
metadata:
390371
name: kratix-platform-wc-img-config
@@ -455,7 +436,7 @@ spec:
455436
configMapKeyRef:
456437
key: WC_IMG
457438
name: kratix-platform-wc-img-config
458-
image: syntasso/kratix-platform:v0.13.0
439+
image: syntasso/kratix-platform:v0.14.0
459440
livenessProbe:
460441
httpGet:
461442
path: /healthz

0 commit comments

Comments
 (0)