We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 97ee4b5 + 25c58e6 commit ea34cedCopy full SHA for ea34ced
.gitignore
@@ -5,4 +5,6 @@ pgdata/
5
docker-compose.yml
6
node_modules/
7
.idea
8
-/articles
+/articles
9
+
10
+.DS_Store
deploy/helm/values.yaml
@@ -3,7 +3,7 @@
3
# Image configuration
4
image:
repository: rostislavdugin/postgresus
- tag: latest
+ tag: null
pullPolicy: Always
# StatefulSet configuration
0 commit comments