use pinned postgres

This commit is contained in:
jem 2021-10-08 13:41:20 +02:00
parent 35a6c49645
commit f929242a59
3 changed files with 3 additions and 3 deletions

View file

@ -5,7 +5,7 @@
:url "https://www.apache.org/licenses/LICENSE-2.0.html"}
:dependencies [[org.clojure/clojure "1.10.3"]
[org.clojure/tools.reader "1.3.6"]
[org.domaindrivenarchitecture/c4k-common-clj "0.3.2"]
[org.domaindrivenarchitecture/c4k-common-clj "0.4.0"]
[hickory "0.7.1"]]
:target-path "target/%s/"
:source-paths ["src/main/cljc"

View file

@ -4,7 +4,7 @@
"src/test/cljc"
"src/test/cljs"
"src/test/resources"]
:dependencies [[org.domaindrivenarchitecture/c4k-common-cljs "0.3.3"]
:dependencies [[org.domaindrivenarchitecture/c4k-common-cljs "0.4.0"]
[hickory "0.7.1"]]
:builds {:frontend {:target :browser
:modules {:main {:init-fn dda.c4k-jira.browser/init}}

View file

@ -27,7 +27,7 @@
(when (contains? config :postgres-data-volume-path)
[(yaml/to-string (postgres/generate-persistent-volume config))])
[(yaml/to-string (postgres/generate-pvc))
(yaml/to-string (postgres/generate-deployment))
(yaml/to-string (postgres/generate-deployment :postgres-image "postgres:14"))
(yaml/to-string (postgres/generate-service))]
(when (contains? config :jira-data-volume-path)
[(yaml/to-string (jira/generate-persistent-volume config))])