From 4877c4eb7c2868f839f0a78aa696eb731d0a5506 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Mon, 18 Mar 2024 10:00:07 +0100 Subject: [PATCH] Update to 2.6.3 --- example/images/paperless-ngx/Dockerfile | 2 +- example/paperless-ngx.nomad.hcl | 16 ++++++++++++---- variables.yml | 2 +- 3 files changed, 14 insertions(+), 6 deletions(-) diff --git a/example/images/paperless-ngx/Dockerfile b/example/images/paperless-ngx/Dockerfile index 041ea4a..7cb1710 100644 --- a/example/images/paperless-ngx/Dockerfile +++ b/example/images/paperless-ngx/Dockerfile @@ -2,7 +2,7 @@ FROM python:3.11-alpine AS builder -ARG PAPERLESS_VERSION=2.6.2 +ARG PAPERLESS_VERSION=2.6.3 WORKDIR /opt diff --git a/example/paperless-ngx.nomad.hcl b/example/paperless-ngx.nomad.hcl index 74eb6a7..0b79fc2 100644 --- a/example/paperless-ngx.nomad.hcl +++ b/example/paperless-ngx.nomad.hcl @@ -142,7 +142,7 @@ _EOT driver = "docker" config { - image = "danielberteaud/paperless-ngx:2.6.2-1" + image = "danielberteaud/paperless-ngx:2.6.3-1" image_pull_timeout = "10m" readonly_rootfs = true pids_limit = 200 @@ -169,6 +169,8 @@ _EOT TMPDIR = "/alloc/tmp" } + + # Use a template block instead of env {} so we can fetch values from vault template { data = <<_EOT @@ -222,7 +224,7 @@ _EOT } config { - image = "danielberteaud/paperless-ngx:2.6.2-1" + image = "danielberteaud/paperless-ngx:2.6.3-1" image_pull_timeout = "10m" readonly_rootfs = true pids_limit = 100 @@ -243,6 +245,8 @@ _EOT TMPDIR = "/alloc/tmp" } + + # Use a template block instead of env {} so we can fetch values from vault template { data = <<_EOT @@ -298,7 +302,7 @@ _EOT } config { - image = "danielberteaud/paperless-ngx:2.6.2-1" + image = "danielberteaud/paperless-ngx:2.6.3-1" image_pull_timeout = "10m" readonly_rootfs = true pids_limit = 100 @@ -319,6 +323,8 @@ _EOT TMPDIR = "/alloc/tmp" } + + # Use a template block instead of env {} so we can fetch values from vault template { data = <<_EOT @@ -374,7 +380,7 @@ _EOT } config { - image = "danielberteaud/paperless-ngx:2.6.2-1" + image = "danielberteaud/paperless-ngx:2.6.3-1" image_pull_timeout = "10m" readonly_rootfs = true pids_limit = 300 @@ -395,6 +401,8 @@ _EOT TMPDIR = "/alloc/tmp" } + + # Use a template block instead of env {} so we can fetch values from vault template { data = <<_EOT diff --git a/variables.yml b/variables.yml index 70cfeff..067960c 100644 --- a/variables.yml +++ b/variables.yml @@ -6,7 +6,7 @@ instance: paperless paperless: # Version to use - version: 2.6.2 + version: 2.6.3 # Connect to the postgres service through the mesh consul: