From 4e1dbab080fda1b3aa6316f74eaa38209487d4d6 Mon Sep 17 00:00:00 2001 From: Erki Aas Date: Tue, 5 Sep 2023 20:04:11 +0300 Subject: [PATCH] freescout: fix cronjob, update images --- freescout/application.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/freescout/application.yml b/freescout/application.yml index 54d2d9c..2f42fc4 100644 --- a/freescout/application.yml +++ b/freescout/application.yml @@ -92,8 +92,7 @@ spec: spec: containers: - name: freescout - # image: harbor.k-space.ee/k-space/freescout - image: ghcr.io/codemowers/freescout + image: harbor.k-space.ee/k-space/freescout@sha256:25b2ba24a6c46f9b6274b3ef54f599d1022dea3dbbcb673970b6dd2b0daaf5d1 ports: - containerPort: 8080 env: @@ -154,7 +153,7 @@ spec: spec: containers: - name: freescout-cron - image: ghcr.io/codemowers/freescout + image: harbor.k-space.ee/k-space/freescout@sha256:25b2ba24a6c46f9b6274b3ef54f599d1022dea3dbbcb673970b6dd2b0daaf5d1 imagePullPolicy: Always command: - php @@ -188,6 +187,8 @@ spec: secretKeyRef: name: freescout-secrets key: DB_PASS + - name: AWS_USE_PATH_STYLE_ENDPOINT + value: "true" - name: AWS_BUCKET valueFrom: secretKeyRef: