Compare commits

...

3 Commits

Author SHA1 Message Date
b1fbd0e781 Bump chart application version 2025-08-15 23:09:24 +01:00
a2c84d8673 Merge pull request #97 from nikdoof/renovate/actions-checkout-5.x
Update actions/checkout action to v5
2025-08-15 23:08:38 +01:00
renovate[bot]
d351fa6cb2 Update actions/checkout action to v5 2025-08-15 22:06:31 +00:00
3 changed files with 4 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
- name: Setup Python
uses: actions/setup-python@v5

View File

@@ -1,8 +1,8 @@
apiVersion: v2
appVersion: 0.5.0
appVersion: 0.6.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.5.0
version: 0.6.0
kubeVersion: ">=1.19.0-0"
keywords:
- ohayodash

View File

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