Skip to content

Commit

Permalink
Update to latest Tink version:
Browse files Browse the repository at this point in the history
This version has a fix in the tink-controller
for a stuck STATE_PREPARING Workflow state.

Signed-off-by: Jacob Weinstock <[email protected]>
  • Loading branch information
jacobweinstock committed Jan 9, 2025
1 parent 1f82571 commit c1f3617
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions tinkerbell/stack/Chart.lock
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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"
6 changes: 3 additions & 3 deletions tinkerbell/stack/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
6 changes: 3 additions & 3 deletions tinkerbell/stack/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions tinkerbell/tink/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
4 changes: 2 additions & 2 deletions tinkerbell/tink/values.yaml
Original file line number Diff line number Diff line change
@@ -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: []
Expand All @@ -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:
Expand Down

0 comments on commit c1f3617

Please sign in to comment.