Skip to content

Commit

Permalink
Update Rufio to latest:
Browse files Browse the repository at this point in the history
This has provider specific options.

Signed-off-by: Jacob Weinstock <[email protected]>
  • Loading branch information
jacobweinstock committed Oct 18, 2023
1 parent b1b6927 commit e4f6ab0
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 13 deletions.
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.5
version: 0.2.6

# 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.1"
appVersion: "0.3.2"
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.1
image: quay.io/tinkerbell/rufio:v0.3.2
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.0
- name: rufio
repository: file://../rufio
version: 0.2.5
version: 0.2.6
- name: hegel
repository: file://../hegel
version: 0.3.3
digest: sha256:997aa7a6b2845528b7e6f2d91aa00cb443cbbdb19186611bab69fb5405964863
generated: "2023-10-13T08:44:28.979846035-06:00"
digest: sha256:c5f148517a0557ea01b60a16ce752d852fea84183ae08e374503161524eceb92
generated: "2023-10-18T15:17:40.351829846-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.0"
repository: "file://../smee"
- name: rufio
version: "0.2.5"
version: "0.2.6"
repository: "file://../rufio"
- name: hegel
version: "0.3.3"
Expand Down
11 changes: 5 additions & 6 deletions tinkerbell/stack/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ stack:
port: 8080
image: bash
downloadsDest: /opt/hook
# downloadURL only works with the > 0.8.1 Hook release.
# This is because previous Hook versions didn't provide a checksum file.
# downloadURL only works with the > 0.8.1 Hook release because
# previous Hook versions didn't provide a checksum file.
downloadURL: https://github.com/tinkerbell/hook/releases/download/latest
kubevip:
enabled: true
Expand All @@ -28,9 +28,8 @@ stack:
imagePullPolicy: IfNotPresent
roleName: kube-vip-role
roleBindingName: kube-vip-rolebinding
# Customize the interface KubeVIP advertises on. When unset, KubeVIP will autodetect the
# interface.
#interface: enp0s8
# Customize the interface KubeVIP advertises on. When unset, KubeVIP will autodetect the interface.
# interface: enp0s8
relay: # relay allows us to listen and respond to layer broadcast DHCP requests
name: dhcp-relay
enabled: true
Expand Down Expand Up @@ -60,7 +59,7 @@ hegel:
trustedProxies: []

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

tink:
controller:
Expand Down

0 comments on commit e4f6ab0

Please sign in to comment.