Skip to content

Commit

Permalink
Update Hegel to v0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdoherty4 committed Jan 18, 2024
1 parent 118531d commit bc1c714
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions tinkerbell/hegel/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.3.3
version: 0.3.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.11.1"
appVersion: "0.12.0"
2 changes: 1 addition & 1 deletion tinkerbell/hegel/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
containers:
- args:
- --backend=kubernetes
- --http-port={{ .Values.deployment.port }}
- --http-addr=:{{ .Values.deployment.port }}
{{- range .Values.args }}
- {{ . }}
{{- end }}
Expand Down
2 changes: 1 addition & 1 deletion tinkerbell/hegel/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
deploy: true
name: hegel
image: quay.io/tinkerbell/hegel:v0.11.1
image: quay.io/tinkerbell/hegel:v0.12.0
imagePullPolicy: IfNotPresent
replicas: 1
service:
Expand Down
6 changes: 3 additions & 3 deletions tinkerbell/stack/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ dependencies:
version: 0.2.8
- name: hegel
repository: file://../hegel
version: 0.3.3
digest: sha256:cf20fa817ae576c3cccb9e89f8c69bc4eca10e39d0fbd36e6d3f2f3227455db9
generated: "2024-01-17T08:47:08.576191714-06:00"
version: 0.3.4
digest: sha256:e4403ac09da5040c134b4f5939669df089af5eb44c6f401876c51ec9dda3a091
generated: "2024-01-18T16:28:36.059042-06:00"
2 changes: 1 addition & 1 deletion tinkerbell/stack/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ dependencies:
version: "0.2.8"
repository: "file://../rufio"
- name: hegel
version: "0.3.3"
version: "0.3.4"
repository: "file://../hegel"
2 changes: 1 addition & 1 deletion tinkerbell/stack/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ smee:
publicIP: *publicIP

hegel:
image: quay.io/tinkerbell/hegel:v0.11.1
image: quay.io/tinkerbell/hegel:v0.12.0
trustedProxies: []

rufio:
Expand Down

0 comments on commit bc1c714

Please sign in to comment.