From 4bee0d3fd8ce22dfa8a87b6084c9fa2699860d29 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Thu, 23 Dec 2021 18:25:49 +0000 Subject: [PATCH] Always pull the image while using latest --- charts/ohayodash/Chart.yaml | 2 +- charts/ohayodash/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/ohayodash/Chart.yaml b/charts/ohayodash/Chart.yaml index c0b09c2..cc5ba93 100644 --- a/charts/ohayodash/Chart.yaml +++ b/charts/ohayodash/Chart.yaml @@ -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 diff --git a/charts/ohayodash/values.yaml b/charts/ohayodash/values.yaml index f770892..303818f 100644 --- a/charts/ohayodash/values.yaml +++ b/charts/ohayodash/values.yaml @@ -9,7 +9,7 @@ image: # -- image repository repository: ghcr.io/nikdoof/ohayodash # -- image pull policy - pullPolicy: IfNotPresent + pullPolicy: Always # -- image tag tag: latest