Skip to content

Commit

Permalink
Update hegel version (#15)
Browse files Browse the repository at this point in the history
## Description


This updates the chart to use the v0.8.0 version of Hegel.

## 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 Oct 25, 2022
2 parents f1a5cb3 + 9741c4a commit 563d63b
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion tinkerbell/hegel/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.1.0
version: 0.2.0

# 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
3 changes: 1 addition & 2 deletions tinkerbell/hegel/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,14 @@ hegel: # a top-level key like this enables importing of all sub-keys in parent c
deploy: true
trustedProxies: 192.168.0.0/16 # comma-separated list of trusted proxies
name: hegel
image: quay.io/tinkerbell/hegel:v0.7.0
image: quay.io/tinkerbell/hegel:v0.8.0
imagePullPolicy: IfNotPresent
replicas: 1
service:
port: 50061
deployment:
port: 50061
portName: hegel-http
args: ["--grpc-use-tls=false"]
resources:
limits:
cpu: 500m
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.1.0
- name: hegel
repository: file://../hegel
version: 0.1.0
digest: sha256:13ae461168b717e50c21db6e6f59b435c338743d2f18a2f7c172f87742c04e71
generated: "2022-09-01T21:59:18.713740027-06:00"
version: 0.2.0
digest: sha256:1722a00c8ac9f6e22db77e3ca14b27e637fe9bb7cd9fdb71064c4cffea49da2c
generated: "2022-10-25T21:49:10.204518202Z"
2 changes: 1 addition & 1 deletion tinkerbell/stack/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ dependencies:
repository: "file://../rufio"
- name: hegel
#alias: hegelChart
version: "0.1.0"
version: "0.2.0"
repository: "file://../hegel"
import-values:
- child: hegel
Expand Down
2 changes: 1 addition & 1 deletion tinkerbell/stack/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ boots:
# hegel chart overrides
hegel:
hegel:
image: quay.io/tinkerbell/hegel:v0.7.0
image: quay.io/tinkerbell/hegel:v0.8.0

# rufio chart overrides
rufio:
Expand Down

0 comments on commit 563d63b

Please sign in to comment.