Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rufio patch update to v0.3.3 #79

Merged
merged 1 commit into from
Jan 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tinkerbell/rufio/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,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.2.7
version: 0.2.8

# 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.3.2"
appVersion: "0.3.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.3.2
image: quay.io/tinkerbell/rufio:v0.3.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.3.1
- name: rufio
repository: file://../rufio
version: 0.2.7
version: 0.2.8
- name: hegel
repository: file://../hegel
version: 0.3.3
digest: sha256:bcb5e8d7e39ef085700ac3661500a5a8fd9f50ffff5b406d842e34c936e8c1e4
generated: "2023-11-01T20:15:30.945845728-06:00"
digest: sha256:cf20fa817ae576c3cccb9e89f8c69bc4eca10e39d0fbd36e6d3f2f3227455db9
generated: "2024-01-17T08:47:08.576191714-06:00"
2 changes: 1 addition & 1 deletion tinkerbell/stack/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies:
version: "0.3.1"
repository: "file://../smee"
- name: rufio
version: "0.2.7"
version: "0.2.8"
repository: "file://../rufio"
- name: hegel
version: "0.3.3"
Expand Down
2 changes: 1 addition & 1 deletion tinkerbell/stack/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ hegel:
trustedProxies: []

rufio:
image: quay.io/tinkerbell/rufio:v0.3.2
image: quay.io/tinkerbell/rufio:v0.3.3

tink:
controller:
Expand Down