Skip to content

Commit

Permalink
Update app image to v0.0.24 (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottGarman authored Aug 23, 2023
1 parent 56a0326 commit a988bf2
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
version: 2.8.0
digest: sha256:1e225bf982d279d23c11ffd86ce3b102547a3af814cc2f8c9450d876fa522341
generated: "2023-08-16T11:32:17.063324124-07:00"
version: 2.9.0
digest: sha256:c8a8dbd46aadc2b352ccb271c3951ac2104fc09e4d2df82f66bb8f795432b8b8
generated: "2023-08-22T16:00:13.220657395-07:00"
4 changes: 2 additions & 2 deletions 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.27
version: 0.1.28
appVersion: "1.0"
sources:
- https://github.com/metal-toolbox/hollow-metadataservice
Expand All @@ -11,4 +11,4 @@ dependencies:
repository: https://charts.bitnami.com/bitnami
tags:
- bitnami-common
version: 2.8.0
version: 2.9.0
Binary file removed charts/common-2.8.0.tgz
Binary file not shown.
Binary file added charts/common-2.9.0.tgz
Binary file not shown.
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.23"
tag: "v0.0.24"
# 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 a988bf2

Please sign in to comment.