Skip to content

Commit

Permalink
Merge pull request #4 from CloudDefenseAI/release-4.8.2
Browse files Browse the repository at this point in the history
Release 4.8.2
  • Loading branch information
kilaruoleh-def authored Nov 8, 2023
2 parents 51b59d5 + 406920c commit d1d49a2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions charts/cdefense/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ 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: 4.8.1
version: 4.8.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: "4.8.1"
appVersion: "4.8.2"
6 changes: 3 additions & 3 deletions charts/cdefense/values.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: "release-4.8.1"
version: "release-4.8.2"
domain: clouddefenseai.com
hostname: cdefense.clouddefenseai.com

Expand Down Expand Up @@ -194,7 +194,7 @@ web:
tolerations: []
replicas: 1
image: cdefense/webconsole
version: "release-4.8.1"
version: "release-4.8.2"
service:
type: NodePort
ports:
Expand Down Expand Up @@ -265,4 +265,4 @@ ai:
minReplicas: 1
maxReplicas: 3
targetCPUUtilizationPercentage: 80
targetMemoryUtilizationPercentage: 80
targetMemoryUtilizationPercentage: 80

0 comments on commit d1d49a2

Please sign in to comment.