mirror of
https://github.com/nikdoof/ohayodash.git
synced 2025-12-19 21:09:25 +00:00
Compare commits
3 Commits
ohayodash-
...
ohayodash-
| Author | SHA1 | Date | |
|---|---|---|---|
|
67b5acddc5
|
|||
|
90737c3b1b
|
|||
|
1c4e8a524f
|
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":
|
||||
push:
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM python:3.9
|
||||
FROM python:3.9-alpine
|
||||
WORKDIR /app
|
||||
COPY ./requirements.txt /app/requirements.txt
|
||||
RUN pip install --no-cache-dir --upgrade -r /app/requirements.txt
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
apiVersion: v2
|
||||
appVersion: 0.0.1
|
||||
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.
|
||||
name: ohayodash
|
||||
version: 0.0.3
|
||||
version: 0.1.1
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
keywords:
|
||||
- ohayodash
|
||||
|
||||
Reference in New Issue
Block a user