File tree Expand file tree Collapse file tree 2 files changed +3
-22
lines changed
Expand file tree Collapse file tree 2 files changed +3
-22
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.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.
Original file line number Diff line number Diff line change @@ -365,26 +365,7 @@ subjects:
365365---
366366apiVersion : v1
367367data :
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
388369kind : ConfigMap
389370metadata :
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
You can’t perform that action at this time.
0 commit comments