Skip to content

Commit

Permalink
Fix spelling issue in Smee chart (#91)
Browse files Browse the repository at this point in the history
## Description


Fix a spelling issue in the Smee chart. Bump stack chart version in preparation for the next release.

## Why is this needed



Fixes: #

## How Has This Been Tested?





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





## 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
mergify[bot] authored Apr 24, 2024
2 parents 45afad2 + 8c3da75 commit 20793d4
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 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.3.2
version: 0.3.3

# 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
2 changes: 1 addition & 1 deletion tinkerbell/smee/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ spec:
- -dhcp-ip-for-packet={{ .Values.dhcp.ipForPacket }}
- -dhcp-syslog-ip={{ .Values.dhcp.syslogIp }}
- -dhcp-tftp-ip={{ .Values.dhcp.tftpIp }}:69
- -extra-kernel-args={{ join " " ( append .Values.http.additionlKernelArgs ( printf "tink_worker_image=%s" ( required "missing tinkWorkerImage" .Values.tinkWorkerImage ) ) ) }}
- -extra-kernel-args={{ join " " ( append .Values.http.additionalKernelArgs ( printf "tink_worker_image=%s" ( required "missing tinkWorkerImage" .Values.tinkWorkerImage ) ) ) }}
- -http-addr={{ printf "%v:%v" .Values.http.ip .Values.http.port }}
- -http-ipxe-binary-enabled={{ .Values.http.ipxeBinaryEnabled }}
- -http-ipxe-script-enabled={{ .Values.http.ipxeScriptEnabled }}
Expand Down
2 changes: 1 addition & 1 deletion tinkerbell/smee/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ http:
port: 8080
path: ""
# Additional kernel arguments to pass to the OSIE. (k=v k=v) that are appended to the kernel cmdline in the iPXE script
additionlKernelArgs: []
additionalKernelArgs: []
# enable iPXE HTTP binary server
ipxeBinaryEnabled: true
# enable iPXE HTTP script server
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.3
- name: smee
repository: file://../smee
version: 0.3.2
version: 0.3.3
- name: rufio
repository: file://../rufio
version: 0.2.8
- name: hegel
repository: file://../hegel
version: 0.3.4
digest: sha256:39fca33324ba76f85f489fe43dd533f7d87e5b1011e55ca483fda47a049188c9
generated: "2024-01-21T16:18:17.211889842-07:00"
digest: sha256:3c3ee0743e457ff4990ab5d6546deba0d53658a148085989f5e6a85f15251284
generated: "2024-04-23T18:03:55.743243719-06:00"
6 changes: 3 additions & 3 deletions tinkerbell/stack/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,20 @@ 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.3
version: 0.4.4

# 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.4.3"
appVersion: "0.4.4"

dependencies:
- name: tink
version: "0.2.3"
repository: "file://../tink"
- name: smee
version: "0.3.2"
version: "0.3.3"
repository: "file://../smee"
- name: rufio
version: "0.2.8"
Expand Down

0 comments on commit 20793d4

Please sign in to comment.