mirror of
https://github.com/nikdoof/ohayodash.git
synced 2025-12-20 13:29:25 +00:00
Compare commits
3 Commits
ohayodash-
...
ohayodash-
| Author | SHA1 | Date | |
|---|---|---|---|
|
d78a7531cf
|
|||
|
0575196b06
|
|||
|
5e0a7f2826
|
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user