diff --git a/Chart.lock b/Chart.lock index faa45c4..ab274fb 100644 --- a/Chart.lock +++ b/Chart.lock @@ -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" diff --git a/Chart.yaml b/Chart.yaml index d48a3a7..54fe3cd 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -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 @@ -11,4 +11,4 @@ dependencies: repository: https://charts.bitnami.com/bitnami tags: - bitnami-common - version: 2.8.0 + version: 2.9.0 diff --git a/charts/common-2.8.0.tgz b/charts/common-2.8.0.tgz deleted file mode 100644 index 8a74369..0000000 Binary files a/charts/common-2.8.0.tgz and /dev/null differ diff --git a/charts/common-2.9.0.tgz b/charts/common-2.9.0.tgz new file mode 100644 index 0000000..3021599 Binary files /dev/null and b/charts/common-2.9.0.tgz differ diff --git a/values.yaml b/values.yaml index d031734..0da6e5c 100644 --- a/values.yaml +++ b/values.yaml @@ -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.