From c1f361710af9ac4e138622adb599b07e25439087 Mon Sep 17 00:00:00 2001 From: Jacob Weinstock Date: Thu, 9 Jan 2025 09:35:09 -0700 Subject: [PATCH] Update to latest Tink version: This version has a fix in the tink-controller for a stuck STATE_PREPARING Workflow state. Signed-off-by: Jacob Weinstock --- tinkerbell/stack/Chart.lock | 6 +++--- tinkerbell/stack/Chart.yaml | 6 +++--- tinkerbell/stack/values.yaml | 6 +++--- tinkerbell/tink/Chart.yaml | 4 ++-- tinkerbell/tink/values.yaml | 4 ++-- 5 files changed, 13 insertions(+), 13 deletions(-) diff --git a/tinkerbell/stack/Chart.lock b/tinkerbell/stack/Chart.lock index 693d3aee..e5c48c70 100644 --- a/tinkerbell/stack/Chart.lock +++ b/tinkerbell/stack/Chart.lock @@ -1,7 +1,7 @@ dependencies: - name: tink repository: file://../tink - version: 0.3.1 + version: 0.3.2 - name: smee repository: file://../smee version: 0.6.3 @@ -11,5 +11,5 @@ dependencies: - name: hegel repository: file://../hegel version: 0.4.1 -digest: sha256:79b467e8938d7e08dd7ae071629261505c730fa820b38427dd394ed93ab1b764 -generated: "2025-01-04T15:22:20.743184813-07:00" +digest: sha256:7c316a3f0345cb121dfff1e057c2183b57f2cf01d0ff10488e430069c34cef63 +generated: "2025-01-09T09:34:59.483820263-07:00" diff --git a/tinkerbell/stack/Chart.yaml b/tinkerbell/stack/Chart.yaml index a0719ae9..3ac373cb 100644 --- a/tinkerbell/stack/Chart.yaml +++ b/tinkerbell/stack/Chart.yaml @@ -16,17 +16,17 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.6.2 +version: 0.6.3 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "0.6.2" +appVersion: "0.6.3" dependencies: - name: tink - version: "0.3.1" + version: "0.3.2" repository: "file://../tink" - name: smee version: "0.6.3" diff --git a/tinkerbell/stack/values.yaml b/tinkerbell/stack/values.yaml index ddf44b6b..12f4194b 100644 --- a/tinkerbell/stack/values.yaml +++ b/tinkerbell/stack/values.yaml @@ -101,7 +101,7 @@ stack: smee: image: quay.io/tinkerbell/smee:v0.15.1 - tinkWorkerImage: quay.io/tinkerbell/tink-worker:v0.12.1 + tinkWorkerImage: quay.io/tinkerbell/tink-worker:v0.12.2 hegel: image: quay.io/tinkerbell/hegel:v0.14.2 @@ -111,9 +111,9 @@ rufio: tink: controller: - image: quay.io/tinkerbell/tink-controller:v0.12.1 + image: quay.io/tinkerbell/tink-controller:v0.12.2 server: - image: quay.io/tinkerbell/tink:v0.12.1 + image: quay.io/tinkerbell/tink:v0.12.2 # -- Global values global: diff --git a/tinkerbell/tink/Chart.yaml b/tinkerbell/tink/Chart.yaml index d11f9a9d..5263ff49 100644 --- a/tinkerbell/tink/Chart.yaml +++ b/tinkerbell/tink/Chart.yaml @@ -16,10 +16,10 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.3.1 +version: 0.3.2 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "0.12.1" +appVersion: "0.12.2" diff --git a/tinkerbell/tink/values.yaml b/tinkerbell/tink/values.yaml index 7b896e76..3d35e024 100644 --- a/tinkerbell/tink/values.yaml +++ b/tinkerbell/tink/values.yaml @@ -1,7 +1,7 @@ controller: deploy: true name: tink-controller - image: quay.io/tinkerbell/tink-controller:v0.12.1 + image: quay.io/tinkerbell/tink-controller:v0.12.2 imagePullPolicy: IfNotPresent replicas: 1 args: [] @@ -27,7 +27,7 @@ controller: server: deploy: true name: tink-server - image: quay.io/tinkerbell/tink:v0.12.1 + image: quay.io/tinkerbell/tink:v0.12.2 imagePullPolicy: IfNotPresent replicas: 1 service: