From 5fd3829925c2c75a38b0e57e6bfcd8d033bfa3ab Mon Sep 17 00:00:00 2001 From: Johannes Faltermeier Date: Mon, 6 Feb 2023 15:07:37 +0100 Subject: [PATCH] 0.8.0 Milestone 8 Release * Use full path for logos --- charts/theia.cloud-base/Chart.yaml | 2 +- charts/theia.cloud/Chart.yaml | 2 +- charts/theia.cloud/templates/landing-page-config-map.yaml | 2 +- charts/theia.cloud/values.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/theia.cloud-base/Chart.yaml b/charts/theia.cloud-base/Chart.yaml index 731a7af..ea6378a 100644 --- a/charts/theia.cloud-base/Chart.yaml +++ b/charts/theia.cloud-base/Chart.yaml @@ -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.8.0-MS8v1 +version: 0.8.0-MS8v2 # 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 diff --git a/charts/theia.cloud/Chart.yaml b/charts/theia.cloud/Chart.yaml index 4a0030e..70d996f 100644 --- a/charts/theia.cloud/Chart.yaml +++ b/charts/theia.cloud/Chart.yaml @@ -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.8.0-MS8v1 +version: 0.8.0-MS8v2 # 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 diff --git a/charts/theia.cloud/templates/landing-page-config-map.yaml b/charts/theia.cloud/templates/landing-page-config-map.yaml index 5d38caa..53e681e 100644 --- a/charts/theia.cloud/templates/landing-page-config-map.yaml +++ b/charts/theia.cloud/templates/landing-page-config-map.yaml @@ -29,6 +29,6 @@ data: ], }; binaryData: - {{ range $path, $bytes := .Files.Glob (printf "logos/%s" .Values.app.logo)}} + {{ range $path, $bytes := .Files.Glob (printf "%s" .Values.app.logo)}} {{ print "logo.svg: "}}{{ $.Files.Get $path | b64enc }} {{ end }} diff --git a/charts/theia.cloud/values.yaml b/charts/theia.cloud/values.yaml index 846eb98..1d1a967 100644 --- a/charts/theia.cloud/values.yaml +++ b/charts/theia.cloud/values.yaml @@ -16,7 +16,7 @@ app: name: Theia Blueprint # The logo of the application that should be displayed on the landing pages - logo: theiablueprint.svg + logo: logos/theiablueprint.svg # Values related to certificates/Cert-manager issuer: