From 25c58e6209d386009a3b86bc19369325a0f5fc8e Mon Sep 17 00:00:00 2001 From: akalitenya Date: Sun, 7 Dec 2025 10:34:18 +0500 Subject: [PATCH] set default image tag to null --- .gitignore | 4 +++- deploy/helm/values.yaml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 9c96f2a..1a33a73 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,6 @@ pgdata/ docker-compose.yml node_modules/ .idea -/articles \ No newline at end of file +/articles + +.DS_Store \ No newline at end of file diff --git a/deploy/helm/values.yaml b/deploy/helm/values.yaml index 51073de..9041d7e 100644 --- a/deploy/helm/values.yaml +++ b/deploy/helm/values.yaml @@ -3,7 +3,7 @@ # Image configuration image: repository: rostislavdugin/postgresus - tag: latest + tag: null pullPolicy: Always # StatefulSet configuration