diff --git a/charts/scancentral-sast/Chart.yaml b/charts/scancentral-sast/Chart.yaml index d433ffb..96174ed 100644 --- a/charts/scancentral-sast/Chart.yaml +++ b/charts/scancentral-sast/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: scancentral-sast description: A Helm chart for Fortify ScanCentral SAST type: application -version: 23.1.2 -appVersion: 23.1.0 +version: 23.2.0 +appVersion: 23.2.0 diff --git a/charts/scancentral-sast/values.yaml b/charts/scancentral-sast/values.yaml index 609af6d..97b5c68 100644 --- a/charts/scancentral-sast/values.yaml +++ b/charts/scancentral-sast/values.yaml @@ -43,7 +43,7 @@ controller: repository: fortifydocker/scancentral-sast-controller pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "" + tag: "23.2.1" service: # Define service for ScanCentral Controller @@ -199,7 +199,7 @@ workers: repository: fortifydocker/scancentral-sast-sensor pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "" + tag: "23.2.0" podAnnotations: {} @@ -279,7 +279,7 @@ workers: # repository: fortifydocker/scancentral-sast-sensor-windows # pullPolicy: IfNotPresent # # Overrides the image tag whose default is the chart appVersion. -# tag: "" +# tag: "23.2.0" # # nodeSelector: # kubernetes.io/os: windows