mirror of
https://github.com/nikdoof/ohayodash.git
synced 2025-12-14 10:32:19 +00:00
Always pull the image while using latest
This commit is contained in:
@@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
appVersion: 0.0.1
|
appVersion: 0.0.1
|
||||||
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.0.1
|
version: 0.0.2
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- ohayodash
|
- ohayodash
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ image:
|
|||||||
# -- image repository
|
# -- image repository
|
||||||
repository: ghcr.io/nikdoof/ohayodash
|
repository: ghcr.io/nikdoof/ohayodash
|
||||||
# -- image pull policy
|
# -- image pull policy
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: Always
|
||||||
# -- image tag
|
# -- image tag
|
||||||
tag: latest
|
tag: latest
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user