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: