Skip to content

Commit ea34ced

Browse files
Merge pull request #124 from akalitenya/helm-values-tag-fix
Set default helm chart image tag to null
2 parents 97ee4b5 + 25c58e6 commit ea34ced

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,6 @@ pgdata/
55
docker-compose.yml
66
node_modules/
77
.idea
8-
/articles
8+
/articles
9+
10+
.DS_Store

deploy/helm/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Image configuration
44
image:
55
repository: rostislavdugin/postgresus
6-
tag: latest
6+
tag: null
77
pullPolicy: Always
88

99
# StatefulSet configuration

0 commit comments

Comments
 (0)