Compare commits

...

3 Commits

Author SHA1 Message Date
d78a7531cf Chart Version 0.2.1 2022-01-08 16:56:20 +00:00
0575196b06 Version 0.2.1 2022-01-08 16:17:06 +00:00
5e0a7f2826 Fix app links 2022-01-08 16:16:56 +00:00
4 changed files with 5 additions and 5 deletions

View File

@@ -1,8 +1,8 @@
apiVersion: v2
appVersion: 0.2.0
appVersion: 0.2.1
description: Ohayo Dash is a Kubernetes driven start page and dashboard. All configuration is done by standard Kubernetes objects and ConfigMaps.
name: ohayodash
version: 0.2.0
version: 0.2.1
kubeVersion: ">=1.16.0-0"
keywords:
- ohayodash

View File

@@ -11,7 +11,7 @@ image:
# -- image pull policy
pullPolicy: IfNotPresent
# -- image tag
tag: 0.2.0
tag: 0.2.1
# -- environment variables.
# @default -- See below

View File

@@ -93,7 +93,7 @@
<span class="iconify icon" data-icon="mdi-{{icon}}"></span>
</div>
<div class="apps_text">
<a href="http://{{url}}" {{#if target}}target="{{target}}"{{/if}} >{{name}}</a>
<a href="{{url}}" {{#if target}}target="{{target}}"{{/if}} >{{name}}</a>
{{#if show_url}}<span id="app-address">{{url}}</span>{{/if}}
</div>
</div>

View File

@@ -1,6 +1,6 @@
[metadata]
name = ohayodash
version = 0.2.0
version = 0.2.1
description = A Kubernetes driven start page and dashboard. All configuration is done by standard Kubernetes objects and ConfigMaps.
long_description = file: README.md, LICENSE
license = MIT