Skip to content

Commit

Permalink
Merge pull request #154 from jacobweinstock/update-rufio
Browse files Browse the repository at this point in the history
Update Rufio version:

## Description

<!--- Please describe what this PR is going to change -->
Fixes and updates.

## Why is this needed

<!--- Link to issue you have raised -->

Fixes: #

## How Has This Been Tested?
<!--- Please describe in detail how you tested your changes. -->
<!--- Include details of your testing environment, and the tests you ran to -->
<!--- see how your change affects other areas of the code, etc. -->


## How are existing users impacted? What migration steps/scripts do we need?

<!--- Fixes a bug, unblocks installation, removes a component of the stack etc -->
<!--- Requires a DB migration script, etc. -->


## Checklist:

I have:

- [ ] updated the documentation and/or roadmap (if required)
- [ ] added unit or e2e tests
- [ ] provided instructions on how to upgrade
  • Loading branch information
jacobweinstock authored Jan 11, 2025
2 parents 737e944 + e775f40 commit 20cdc12
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions tinkerbell/rufio/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.4.1
version: 0.4.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.6.1"
appVersion: "0.6.3"
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.1
image: quay.io/tinkerbell/rufio:v0.6.3
imagePullPolicy: IfNotPresent
resources:
requests:
Expand Down
6 changes: 3 additions & 3 deletions tinkerbell/stack/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ dependencies:
version: 0.6.3
- name: rufio
repository: file://../rufio
version: 0.4.1
version: 0.4.2
- name: hegel
repository: file://../hegel
version: 0.4.1
digest: sha256:7c316a3f0345cb121dfff1e057c2183b57f2cf01d0ff10488e430069c34cef63
generated: "2025-01-09T09:34:59.483820263-07:00"
digest: sha256:b38111d9a09a79e26aa5e75b7ed7ac484145ea9be694489761f38d635b8120f4
generated: "2025-01-11T11:14:43.348136337-07:00"
2 changes: 1 addition & 1 deletion tinkerbell/stack/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies:
version: "0.6.3"
repository: "file://../smee"
- name: rufio
version: "0.4.1"
version: "0.4.2"
repository: "file://../rufio"
- name: hegel
version: "0.4.1"
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.1
image: quay.io/tinkerbell/rufio:v0.6.3

tink:
controller:
Expand Down

0 comments on commit 20cdc12

Please sign in to comment.