Skip to content

Commit

Permalink
Update Rufio version:
Browse files Browse the repository at this point in the history
This has a bug fix for virtual media ejecting.

Signed-off-by: Jacob Weinstock <[email protected]>
  • Loading branch information
jacobweinstock committed Nov 24, 2024
1 parent 035facf commit badb9e7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tinkerbell/rufio/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ version: 0.4.0
# 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.0"
appVersion: "0.6.1"
2 changes: 1 addition & 1 deletion tinkerbell/rufio/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
deploy: true
name: rufio
image: quay.io/tinkerbell/rufio:v0.6.0
image: quay.io/tinkerbell/rufio:v0.6.1
imagePullPolicy: IfNotPresent
resources:
requests:
Expand Down
2 changes: 1 addition & 1 deletion tinkerbell/stack/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ hegel:
image: quay.io/tinkerbell/hegel:v0.14.2

rufio:
image: quay.io/tinkerbell/rufio:v0.6.0
image: quay.io/tinkerbell/rufio:v0.6.1

tink:
controller:
Expand Down

0 comments on commit badb9e7

Please sign in to comment.