diff --git a/.kube/dev-deployment.yaml b/.kube/dev-deployment.yaml index 8b20d7c..925aa74 100644 --- a/.kube/dev-deployment.yaml +++ b/.kube/dev-deployment.yaml @@ -64,7 +64,7 @@ spec: secretKeyRef: key: Token name: authhandler - image: harbor.computational.bio.uni-giessen.de/bakta/bakta-web-backend:0.2.8 + image: harbor.computational.bio.uni-giessen.de/bakta/bakta-web-backend:0.2.9-beta.2 imagePullPolicy: Always name: baktabackend ports: diff --git a/main.go b/main.go index 6892f13..5cba0fe 100644 --- a/main.go +++ b/main.go @@ -9,7 +9,7 @@ import ( ) var opts struct { - ConfigFile string `short:"c" long:"configfile" description:"File of the config file" default:"./config/local-config.yaml"` + ConfigFile string `short:"c" long:"configfile" description:"File of the config file" default:"./config/config.yaml"` } //Version Version tag