Skip to content

Commit

Permalink
Update app image to v0.0.32 (#84)
Browse files Browse the repository at this point in the history
Note: the previous release was v0.0.29 because I had to burn some git
tags while troubleshooting issues with goreleaser in the
hollow-metadataservice repository.

Signed-off-by: Scott Garman <[email protected]>
  • Loading branch information
ScottGarman authored Jan 17, 2025
1 parent 08d3661 commit 3462901
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: hollow-metadataservice
description: Hollow Metadata Service
type: application
version: 0.1.33
version: 0.1.34
appVersion: "1.0"
sources:
- https://github.com/metal-toolbox/hollow-metadataservice
Expand Down
2 changes: 1 addition & 1 deletion values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
metadataservice:
image:
repository: ghcr.io/metal-toolbox/hollow-metadataservice
tag: "v0.0.29"
tag: "v0.0.32"
# apiURL: "https://metadata-service" ## Usually the url of the metadata service itself. Output in a metadata response as "api_url"
# phoneHomeURL: "https://phone.{{.facility}}/phone-home" ## The URL output in the metadata response as "phone_home_url". Can be a gotmpl with references to fields contained in the metadata document.
# userStateURL: "https://userstate.{{.facility}}/user-state" ## The URL output in the metadata response as "user_state_url". Can be a gotmpl with references to fields contained in the metadata document.
Expand Down

0 comments on commit 3462901

Please sign in to comment.