Always pull the image while using latest

This commit is contained in:
2021-12-23 18:25:49 +00:00
parent 1592d49ed7
commit 4bee0d3fd8
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ apiVersion: v2
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.
name: ohayodash
version: 0.0.1
version: 0.0.2
kubeVersion: ">=1.16.0-0"
keywords:
- ohayodash

View File

@@ -9,7 +9,7 @@ image:
# -- image repository
repository: ghcr.io/nikdoof/ohayodash
# -- image pull policy
pullPolicy: IfNotPresent
pullPolicy: Always
# -- image tag
tag: latest