diff --git a/argocd/timetable/test/overwrite_values.yaml b/argocd/timetable/test/overwrite_values.yaml index 219d79c..12ecfb1 100644 --- a/argocd/timetable/test/overwrite_values.yaml +++ b/argocd/timetable/test/overwrite_values.yaml @@ -1,5 +1,6 @@ image: tag: "0.1.0-SNAPSHOT" + pullPolicy: Always revisionHistoryLimit: 3 ingress: enabled: true diff --git a/argocd/timetable/test/values.yaml b/argocd/timetable/test/values.yaml index a8a7dae..c7c876d 100644 --- a/argocd/timetable/test/values.yaml +++ b/argocd/timetable/test/values.yaml @@ -6,7 +6,7 @@ replicaCount: 1 revisionHistoryLimit: 3 image: repository: 2martens/timetable - pullPolicy: IfNotPresent + pullPolicy: Always # Overrides the image tag whose default is latest tag: "0.1.0-SNAPSHOT" # If image is not accessible for Kubernetes without authentication, configure required secrets here