Skip to content

Commit

Permalink
Update Hegel version:
Browse files Browse the repository at this point in the history
This PR changes the values.yaml in Hegel.

Signed-off-by: Jacob Weinstock <[email protected]>
  • Loading branch information
jacobweinstock committed Oct 25, 2022
1 parent e25e659 commit 9741c4a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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
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

0 comments on commit 9741c4a

Please sign in to comment.