Skip to content

Commit

Permalink
Merge branch 'main' into hook-release-version
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Sep 3, 2024
2 parents 2c9d250 + 8fb3e15 commit 404f557
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion tinkerbell/smee/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ 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.0
version: 0.4.1

# 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
Expand Down
1 change: 1 addition & 0 deletions tinkerbell/smee/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ spec:
- -dhcp-http-ipxe-script-path={{ .Values.dhcp.httpIPXE.scriptUrl.path }}
- -dhcp-http-ipxe-script-port={{ .Values.dhcp.httpIPXE.scriptUrl.port }}
- -dhcp-http-ipxe-script-scheme={{ .Values.dhcp.httpIPXE.scriptUrl.scheme }}
- -dhcp-mode={{ .Values.dhcp.mode }}
- -extra-kernel-args={{ join " " ( append .Values.http.additionalKernelArgs ( printf "tink_worker_image=%s" ( required "missing tinkWorkerImage" .Values.tinkWorkerImage ) ) ) }}
- -http-ipxe-binary-enabled={{ .Values.http.ipxeBinaryEnabled }}
- -http-ipxe-script-enabled={{ .Values.http.ipxeScriptEnabled }}
Expand Down
1 change: 1 addition & 0 deletions tinkerbell/smee/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ publicIP: "127.0.0.1"
dhcp:
enabled: true
name: smee-dhcp
mode: reservation
ip: 0.0.0.0
port: 67
ipForPacket: ""
Expand Down
6 changes: 3 additions & 3 deletions tinkerbell/stack/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ dependencies:
version: 0.2.5
- name: smee
repository: file://../smee
version: 0.4.0
version: 0.4.1
- name: rufio
repository: file://../rufio
version: 0.2.10
- name: hegel
repository: file://../hegel
version: 0.3.6
digest: sha256:ecc845c70a90e6adb0efb038db53e4685714494b676d5e24ce7ea1277097b4ff
generated: "2024-07-09T15:13:10.080527749-06:00"
digest: sha256:07f82fcf3c90ae52de1f7a1e9fd355c686b0fd4ae6473347751752306ae2d2d8
generated: "2024-09-02T09:56:16.704865595-06:00"
2 changes: 1 addition & 1 deletion tinkerbell/stack/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies:
version: "0.2.5"
repository: "file://../tink"
- name: smee
version: "0.4.0"
version: "0.4.1"
repository: "file://../smee"
- name: rufio
version: "0.2.10"
Expand Down

0 comments on commit 404f557

Please sign in to comment.