Skip to content

Commit

Permalink
Merge pull request #1 from CloudDefenseAI/release-v4.6.3
Browse files Browse the repository at this point in the history
cdefense-4.6.3
  • Loading branch information
dt-dilip authored Dec 1, 2022
2 parents ca7ab91 + 2f619d7 commit 714e7a1
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 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.6.2
version: 4.6.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: "4.6.2"
appVersion: "4.6.3"
3 changes: 2 additions & 1 deletion charts/cdefense/templates/authservice/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ metadata:
app: keycloak
data:
MICRONAUT_ENVIRONMENTS: {{ .Values.authservice.environment | default "dev" }}
AUTH_DEPLOYMENT_MODE_DOCKER: "true"
AUTH_DEPLOYMENT_MODE_DOCKER: "true"
NEW_RELIC_APP_NAME: cdefense
5 changes: 5 additions & 0 deletions charts/cdefense/templates/authservice/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,11 @@ spec:
configMapKeyRef:
name: authservice-config
key: AUTH_DEPLOYMENT_MODE_DOCKER
- name: NEW_RELIC_APP_NAME
valueFrom:
configMapKeyRef:
name: authservice-config
key: NEW_RELIC_APP_NAME
- name: CLOUDDEFENSE_EMAIL_SENDGRID_KEY
valueFrom:
secretKeyRef:
Expand Down
2 changes: 1 addition & 1 deletion charts/cdefense/values.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: "release-4.6.2"
version: "release-4.6.3"
domain: clouddefenseai.com
hostname: cdefense.clouddefenseai.com

Expand Down

0 comments on commit 714e7a1

Please sign in to comment.