From 6f5ed9ad27767b81305a527943144c32706b7ee3 Mon Sep 17 00:00:00 2001 From: unglaublicherdude Date: Mon, 1 Aug 2022 14:39:50 +0200 Subject: [PATCH] update gdscanserver to version 1.2.16 --- charts/gdscan/Chart.yaml | 4 ++-- charts/gdscan/values.yaml | 4 ---- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/charts/gdscan/Chart.yaml b/charts/gdscan/Chart.yaml index c9d419f..7235fdf 100644 --- a/charts/gdscan/Chart.yaml +++ b/charts/gdscan/Chart.yaml @@ -5,5 +5,5 @@ maintainers: - name: G DATA CyberDefense AG email: oem@gdata.de type: application -version: 0.5.0 -appVersion: "1.2.10" +version: 0.5.1 +appVersion: 1.2.16 diff --git a/charts/gdscan/values.yaml b/charts/gdscan/values.yaml index a7e2b8b..0967443 100644 --- a/charts/gdscan/values.yaml +++ b/charts/gdscan/values.yaml @@ -5,15 +5,11 @@ server: image: repository: ghcr.io/gdatasoftwareag/scanserver pullPolicy: Always - # Overrides the image tag whose default is the chart appVersion. - tag: "" client: name: client image: repository: ghcr.io/gdatasoftwareag/scanclient pullPolicy: Always - # Overrides the image tag whose default is the chart appVersion. - tag: "" imagePullSecrets: - name: gdscanregistry