From db302d671340327acefed6af78013ce17450ad45 Mon Sep 17 00:00:00 2001 From: thorstenspille Date: Sat, 8 Jun 2024 21:38:40 +0200 Subject: [PATCH] Change zabbix version to 7.0 --- src/zabbix-proxy/constants-service.conf | 4 ++-- src/zabbix/constants-service.conf | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/zabbix-proxy/constants-service.conf b/src/zabbix-proxy/constants-service.conf index 1f68f3a..a931567 100644 --- a/src/zabbix-proxy/constants-service.conf +++ b/src/zabbix-proxy/constants-service.conf @@ -42,11 +42,11 @@ ZABBIX_DB_USR="zabbix" # Build a strong password for the SQL user - could be overwritten with something fixed ZABBIX_DB_PWD="$(random_password)" -ZABBIX_VERSION=6.5 #zabbix 7 beta +ZABBIX_VERSION=7.0 #zabbix 7 beta POSTGRES_VERSION=16 #postgres repo, latest release (2024-05-13) # Sets the minimum amount of RAM the service needs for operation LXC_MEM_MIN=4096 # service dependent meta tags -SERVICE_TAGS="php-fpm,nginx,postgresql" \ No newline at end of file +SERVICE_TAGS="php-fpm,nginx,postgresql" diff --git a/src/zabbix/constants-service.conf b/src/zabbix/constants-service.conf index 9ba34d4..14e4783 100644 --- a/src/zabbix/constants-service.conf +++ b/src/zabbix/constants-service.conf @@ -42,7 +42,7 @@ ZABBIX_DB_USR="zabbix" # Build a strong password for the SQL user - could be overwritten with something fixed ZABBIX_DB_PWD="$(random_password)" -ZABBIX_VERSION=6.5 #zabbix 7 beta +ZABBIX_VERSION=7.0 #zabbix 7 beta POSTGRES_VERSION=16 #postgres repo, latest release (2024-05-13) PHP_VERSION=8.2 # debian 12 default TS_VERSION=2.14.2 # currently latest by zabbix supported version of timescaledb (2024-05-13) @@ -51,4 +51,4 @@ TS_VERSION=2.14.2 # currently latest by zabbix supported version of timescaledb LXC_MEM_MIN=4096 # service dependent meta tags -SERVICE_TAGS="php-fpm,nginx,postgresql" \ No newline at end of file +SERVICE_TAGS="php-fpm,nginx,postgresql"