From 2c44e6cee2ef8fa13a1463cc10761e06c4d43c62 Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Thu, 6 Nov 2025 02:02:54 +0100 Subject: [PATCH] Services/Portainer: Update to v2.33.3 --- system/services/portainer-agent.nix | 2 +- system/services/portainer.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/system/services/portainer-agent.nix b/system/services/portainer-agent.nix index 4a7d2e6d..64ed9f8b 100644 --- a/system/services/portainer-agent.nix +++ b/system/services/portainer-agent.nix @@ -5,7 +5,7 @@ ... }: let # Match this with the portainer-ce version - portainerVersion = "2.31.3"; + portainerVersion = "2.33.3"; in { # Use the agent to connect clients to a main portainer instance virtualisation.oci-containers.containers = { diff --git a/system/services/portainer.nix b/system/services/portainer.nix index b797bb62..5b80f71f 100644 --- a/system/services/portainer.nix +++ b/system/services/portainer.nix @@ -5,7 +5,7 @@ ... }: let # Match this with the portainer agent version - portainerVersion = "2.31.3"; + portainerVersion = "2.33.3"; in { virtualisation.oci-containers.containers = { portainer = {