From fcf602cc1bd3a3ec0ac154be9949afa7848b6f44 Mon Sep 17 00:00:00 2001 From: Mirco Date: Fri, 9 Aug 2024 09:55:07 +0200 Subject: [PATCH] [skip ci] Fix typo in yaml, lift version after linting --- project.clj | 2 +- src/main/resources/jitsi/meapp-deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/project.clj b/project.clj index 19c2dba..72f841a 100644 --- a/project.clj +++ b/project.clj @@ -25,7 +25,7 @@ :dependencies [[org.clojure/tools.cli "1.1.230"] [ch.qos.logback/logback-classic "1.5.6" :exclusions [com.sun.mail/javax.mail]] - [org.slf4j/jcl-over-slf4j "2.0.14"] + [org.slf4j/jcl-over-slf4j "2.0.15"] [com.github.clj-easy/graal-build-time "1.0.5"]]}} :release-tasks [["test"] ["vcs" "assert-committed"] diff --git a/src/main/resources/jitsi/meapp-deployment.yaml b/src/main/resources/jitsi/meapp-deployment.yaml index ba4a8e7..1117ddd 100644 --- a/src/main/resources/jitsi/meapp-deployment.yaml +++ b/src/main/resources/jitsi/meapp-deployment.yaml @@ -23,4 +23,4 @@ spec: imagePullPolicy: IfNotPresent env: - name: MEMBERNAMES - value: "Micha,Ansgar,Clemens,Mattis,Eric,Mirco" + value: "Micha,Ansgar,Clemens,Mattis,Erik,Mirco"