mirror of
https://github.com/nikdoof/ohayodash.git
synced 2025-12-17 11:59:25 +00:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
0fdfe811f8
|
|||
|
5a45c4c0d4
|
|||
|
67b5acddc5
|
2
.github/workflows/release-chart.yaml
vendored
2
.github/workflows/release-chart.yaml
vendored
@@ -1,4 +1,4 @@
|
|||||||
name: release chart
|
name: Release Helm Chart
|
||||||
|
|
||||||
"on":
|
"on":
|
||||||
push:
|
push:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
appVersion: 0.1.0
|
appVersion: 0.1.0
|
||||||
description: Ohayo Dash is a Kubernetes driven start page and dashboard. All configuration is done by standard Kubernetes objects and ConfigMaps.
|
description: Ohayo Dash is a Kubernetes driven start page and dashboard. All configuration is done by standard Kubernetes objects and ConfigMaps.
|
||||||
name: ohayodash
|
name: ohayodash
|
||||||
version: 0.1.0
|
version: 0.1.1
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- ohayodash
|
- ohayodash
|
||||||
|
|||||||
@@ -45,7 +45,7 @@ def get_k8s_applications() -> list:
|
|||||||
application_values[annotation_key] = value
|
application_values[annotation_key] = value
|
||||||
|
|
||||||
applications.append(application_values)
|
applications.append(application_values)
|
||||||
return sorted(applications, key=lambda item: item['appName'])
|
return sorted(applications, key=lambda item: item['name'])
|
||||||
|
|
||||||
|
|
||||||
def get_bookmarks() -> list:
|
def get_bookmarks() -> list:
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[metadata]
|
[metadata]
|
||||||
name = ohayodash
|
name = ohayodash
|
||||||
version = 0.1.0
|
version = 0.1.1
|
||||||
description = A Kubernetes driven start page and dashboard. All configuration is done by standard Kubernetes objects and ConfigMaps.
|
description = A Kubernetes driven start page and dashboard. All configuration is done by standard Kubernetes objects and ConfigMaps.
|
||||||
long_description = file: README.md, LICENSE
|
long_description = file: README.md, LICENSE
|
||||||
license = MIT
|
license = MIT
|
||||||
|
|||||||
Reference in New Issue
Block a user