diff --git a/apps/stirling-pdf/deployment.yaml b/apps/stirling-pdf/deployment.yaml index d7265da1..911cba4f 100644 --- a/apps/stirling-pdf/deployment.yaml +++ b/apps/stirling-pdf/deployment.yaml @@ -27,7 +27,7 @@ spec: type: "RuntimeDefault" initContainers: - name: "tesseract" - image: "frooodle/s-pdf:0.26.1" + image: "frooodle/s-pdf:0.28.3" command: - "sh" - "-c" @@ -54,7 +54,7 @@ spec: - mountPath: "/usr/share/tessdata" name: "tessdata" containers: - - image: "frooodle/s-pdf:0.26.1" + - image: "frooodle/s-pdf:0.28.3" name: "stirling-pdf" securityContext: allowPrivilegeEscalation: false