Skip to content

Commit

Permalink
0.8.0 Milestone 8 Release
Browse files Browse the repository at this point in the history
* Use full path for logos
  • Loading branch information
jfaltermeier committed Feb 6, 2023
1 parent 9382fcc commit 5fd3829
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/theia.cloud-base/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/theia.cloud/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/theia.cloud/templates/landing-page-config-map.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
2 changes: 1 addition & 1 deletion charts/theia.cloud/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 5fd3829

Please sign in to comment.