Skip to content

Commit

Permalink
Bump version to 2.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ramanan-ravi committed Dec 20, 2024
1 parent 47d24b7 commit 6cc58d3
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 9 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.1'
Default: 'quay.io/deepfenceio/cloud_scanner_ce:2.5.2'
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.1
Default: quay.io/deepfenceio/cloud_scanner_ce:2.5.2
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.1
Default: quay.io/deepfenceio/cloud_scanner_ce:2.5.2
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.1}
image: ${IMAGE_REPOSITORY:-quay.io/deepfenceio}/cloud_scanner_ce:${DF_IMG_TAG:-2.5.2}
restart: unless-stopped
environment:
# Deepfence management console url and port
Expand Down
2 changes: 1 addition & 1 deletion golang_deepfence_sdk
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.1
version: 2.5.2

# 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.1
appVersion: 2.5.2
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.1
tag: 2.5.2

# 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.2
created: "2024-12-20T16:14:59.185939+05:30"
description: Deepfence Cloud Scanner
digest: 2125fd9b62f2617adae66552beda3c5c61ec2e6cf9715d11b27f27c88a8be62d
name: deepfence-cloud-scanner
type: application
urls:
- deepfence-cloud-scanner-2.5.2.tgz
version: 2.5.2
- apiVersion: v2
appVersion: 2.5.1
created: "2024-12-02T23:45:23.807437+05:30"
Expand Down Expand Up @@ -51,4 +61,4 @@ entries:
urls:
- deepfence-cloud-scanner-2.3.1.tgz
version: 2.3.1
generated: "2024-12-02T23:45:23.806988+05:30"
generated: "2024-12-20T16:14:59.185279+05:30"

0 comments on commit 6cc58d3

Please sign in to comment.