From 6fbbc2ce7cf605f9564702373e630571ed3b888d Mon Sep 17 00:00:00 2001 From: jenkins-datakaveri <96175780+jenkins-datakaveri@users.noreply.github.com> Date: Wed, 7 Aug 2024 06:39:22 +0000 Subject: [PATCH] updated Auditing server docker image tag to 5.6.0-alpha-2512d4f --- .../single-node/auditing-server/auditing-stack.yaml | 2 +- K8s-deployment/Charts/auditing-server/Chart.yaml | 2 +- K8s-deployment/Charts/auditing-server/values.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Docker-Swarm-deployment/single-node/auditing-server/auditing-stack.yaml b/Docker-Swarm-deployment/single-node/auditing-server/auditing-stack.yaml index 30d9210bc..a37aedec4 100644 --- a/Docker-Swarm-deployment/single-node/auditing-server/auditing-stack.yaml +++ b/Docker-Swarm-deployment/single-node/auditing-server/auditing-stack.yaml @@ -2,7 +2,7 @@ version: "3.9" services: auditing: - image: ghcr.io/datakaveri/auditing-server-depl:5.0.0-d332b94 + image: ghcr.io/datakaveri/auditing-server-depl:5.6.0-alpha-2512d4f read_only: true cap_drop: - ALL diff --git a/K8s-deployment/Charts/auditing-server/Chart.yaml b/K8s-deployment/Charts/auditing-server/Chart.yaml index c43601a6e..a5dfb3543 100644 --- a/K8s-deployment/Charts/auditing-server/Chart.yaml +++ b/K8s-deployment/Charts/auditing-server/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.2 +version: 0.1.3 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/K8s-deployment/Charts/auditing-server/values.yaml b/K8s-deployment/Charts/auditing-server/values.yaml index ae3313a0c..64f96d2e9 100644 --- a/K8s-deployment/Charts/auditing-server/values.yaml +++ b/K8s-deployment/Charts/auditing-server/values.yaml @@ -74,7 +74,7 @@ diagnosticMode: image: registry: ghcr.io repository: datakaveri/auditing-server-depl - tag: 5.0.0-d332b94 + tag: 5.6.0-alpha-2512d4f pullSecrets: {} ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'