Skip to content

Commit

Permalink
Bump version to 2.5.3 (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
ramanan-ravi authored Jan 22, 2025
1 parent 6cc58d3 commit f762eca
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ Parameters:
NoEcho: true
Type: String
CloudScannerImage:
Default: 'quay.io/deepfenceio/cloud_scanner_ce:2.5.2'
Default: 'quay.io/deepfenceio/cloud_scanner_ce:2.5.3'
Type: String
LogLevel:
Default: 'info'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ Parameters:
NoEcho: true
Type: String
CloudScannerImage:
Default: quay.io/deepfenceio/cloud_scanner_ce:2.5.2
Default: quay.io/deepfenceio/cloud_scanner_ce:2.5.3
Type: String
ClusterName:
Default: deepfence-cloud-scanner
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Parameters:
Type: String
Description: For easy identification
CloudScannerImage:
Default: quay.io/deepfenceio/cloud_scanner_ce:2.5.2
Default: quay.io/deepfenceio/cloud_scanner_ce:2.5.3
Type: String
LogLevel:
Default: info
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
services:
cloud-scanner:
container_name: deepfence-cloud-scanner
image: ${IMAGE_REPOSITORY:-quay.io/deepfenceio}/cloud_scanner_ce:${DF_IMG_TAG:-2.5.2}
image: ${IMAGE_REPOSITORY:-quay.io/deepfenceio}/cloud_scanner_ce:${DF_IMG_TAG:-2.5.3}
restart: unless-stopped
environment:
# Deepfence management console url and port
Expand Down
4 changes: 2 additions & 2 deletions helm-chart/deepfence-cloud-scanner/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ 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: 2.5.2
version: 2.5.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
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: 2.5.2
appVersion: 2.5.3
2 changes: 1 addition & 1 deletion helm-chart/deepfence-cloud-scanner/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ image:
# ThreatStryker
# repository: quay.io/deepfenceio/cloud_scanner
pullPolicy: Always
tag: 2.5.2
tag: 2.5.3

# Deepfence management console url and port
# Format: deepfence.customer.com or 123.123.123.123
Expand Down
12 changes: 11 additions & 1 deletion helm-chart/index.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
apiVersion: v1
entries:
deepfence-cloud-scanner:
- apiVersion: v2
appVersion: 2.5.3
created: "2025-01-22T14:10:21.323385+05:30"
description: Deepfence Cloud Scanner
digest: b9090812f9a6d1b1e565990e68c602fb773ca0f5fc2b8c362febbbb262d40517
name: deepfence-cloud-scanner
type: application
urls:
- deepfence-cloud-scanner-2.5.3.tgz
version: 2.5.3
- apiVersion: v2
appVersion: 2.5.2
created: "2024-12-20T16:14:59.185939+05:30"
Expand Down Expand Up @@ -61,4 +71,4 @@ entries:
urls:
- deepfence-cloud-scanner-2.3.1.tgz
version: 2.3.1
generated: "2024-12-20T16:14:59.185279+05:30"
generated: "2025-01-22T14:10:21.322935+05:30"

0 comments on commit f762eca

Please sign in to comment.