From a65359d7a8377bd46ba5c1440da13e3eb2e9e38d Mon Sep 17 00:00:00 2001 From: Luke Bond Date: Tue, 24 Mar 2026 23:30:36 +0000 Subject: [PATCH 1/2] chore: regenerate manifests from pkl in commit c45b111 (PR #96) the yaml was hand edited, so the pkl generation has been out of sync since then. i simply re-ran it after updating the example and have committed the results. the output yaml is cosmetically different only. --- crd/examples/restatecluster.pkl | 8 +++++++- crd/examples/restatecluster.yaml | 3 +-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/crd/examples/restatecluster.pkl b/crd/examples/restatecluster.pkl index 2bdceb0..bb604a1 100644 --- a/crd/examples/restatecluster.pkl +++ b/crd/examples/restatecluster.pkl @@ -5,12 +5,18 @@ cluster = (RestateCluster) { name = "restate-test" } spec { + cluster { + autoProvision = true + } compute { - image = "restatedev/restate:1.4" + image = "restatedev/restate:1.5.6" } storage { storageRequestBytes = 2.gib.toUnit("b").value as Int } + config = """ + auto-provision = false + """ } } diff --git a/crd/examples/restatecluster.yaml b/crd/examples/restatecluster.yaml index fcb7490..7f722af 100644 --- a/crd/examples/restatecluster.yaml +++ b/crd/examples/restatecluster.yaml @@ -7,7 +7,6 @@ spec: autoProvision: true compute: image: restatedev/restate:1.5.6 + config: auto-provision = false storage: storageRequestBytes: 2147483648 - config: | - auto-provision = false From 7ff2be4f191a030fbd9fc5118f246468c416b767 Mon Sep 17 00:00:00 2001 From: Luke Bond Date: Wed, 25 Mar 2026 11:17:19 +0000 Subject: [PATCH 2/2] chore: bump pkl example to 1.6.2, why not --- crd/examples/restatecluster.pkl | 2 +- crd/examples/restatecluster.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crd/examples/restatecluster.pkl b/crd/examples/restatecluster.pkl index bb604a1..93240da 100644 --- a/crd/examples/restatecluster.pkl +++ b/crd/examples/restatecluster.pkl @@ -9,7 +9,7 @@ cluster = (RestateCluster) { autoProvision = true } compute { - image = "restatedev/restate:1.5.6" + image = "restatedev/restate:1.6.2" } storage { storageRequestBytes = 2.gib.toUnit("b").value as Int diff --git a/crd/examples/restatecluster.yaml b/crd/examples/restatecluster.yaml index 7f722af..6767688 100644 --- a/crd/examples/restatecluster.yaml +++ b/crd/examples/restatecluster.yaml @@ -6,7 +6,7 @@ spec: cluster: autoProvision: true compute: - image: restatedev/restate:1.5.6 + image: restatedev/restate:1.6.2 config: auto-provision = false storage: storageRequestBytes: 2147483648