From 95676303eea8237b27538920319189c8cc874299 Mon Sep 17 00:00:00 2001 From: Andrea Leardini Date: Wed, 10 Apr 2024 11:08:31 +0200 Subject: [PATCH] build: controller bump to 0.0.22 --- build-images.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-images.sh b/build-images.sh index c9fa643..7b8b757 100755 --- a/build-images.sh +++ b/build-images.sh @@ -9,7 +9,7 @@ images=() repobase="${REPOBASE:-ghcr.io/nethserver}" # Configure the image name reponame="nethsecurity-controller" -controller_version=0.0.19 +controller_version=0.0.22 promtail_version=2.7.1 loki_version=2.9.4 prometheus_version=2.50.1