Skip to content

Commit

Permalink
Update app image to v0.0.21 (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottGarman authored Aug 4, 2023
1 parent ccb270a commit 36eabfc
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.24
version: 0.1.25
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.20"
tag: "v0.0.21"
# 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 36eabfc

Please sign in to comment.