diff --git a/apps/stirling-pdf/deployment.yaml b/apps/stirling-pdf/deployment.yaml index 39f7c87e..df0bd472 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.46.2" + image: "frooodle/s-pdf:1.3.2" command: - "sh" - "-c" @@ -54,7 +54,7 @@ spec: - mountPath: "/usr/share/tessdata" name: "tessdata" containers: - - image: "frooodle/s-pdf:0.46.2" + - image: "frooodle/s-pdf:1.3.2" name: "stirling-pdf" securityContext: allowPrivilegeEscalation: false