diff --git a/project.clj b/project.clj index 6ffdb2e..09d45c4 100644 --- a/project.clj +++ b/project.clj @@ -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" diff --git a/shadow-cljs.edn b/shadow-cljs.edn index e238cae..acc2ef0 100644 --- a/shadow-cljs.edn +++ b/shadow-cljs.edn @@ -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}} diff --git a/src/main/cljc/dda/c4k_jira/core.cljc b/src/main/cljc/dda/c4k_jira/core.cljc index 55da8f9..33ea69c 100644 --- a/src/main/cljc/dda/c4k_jira/core.cljc +++ b/src/main/cljc/dda/c4k_jira/core.cljc @@ -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))])