Skip to content

Commit

Permalink
0.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
knikhil42 committed Sep 23, 2022
1 parent 70f9a16 commit 1f7f5dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/cdefense/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,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.10
version: 0.1.11
# 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.
Expand Down
4 changes: 2 additions & 2 deletions charts/cdefense/templates/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ data:
{{ if .Values.ingress.enabled }}
CLOUDDEFENSE_WEBCONSOLE_TERRAFORM_SCAN_URL: https://{{ .Values.hostname }}/applications/terraform/details
{{ else }}
CLOUDDEFENSE_WEBCONSOLE_TERRAFORM_SCAN_URL: http://{{ .Values.hostname | default "api.cdefense.svc.cluster.local" }}/applications/terraform/details
CLOUDDEFENSE_WEBCONSOLE_TERRAFORM_SCAN_URL: http://api.cdefense.svc.cluster.local/applications/terraform/details
{{ end }}
{{ if .Values.ingress.enabled }}
CLOUDDEFENSE_WEBCONSOLE_API_ENDPOINT: https://{{ .Values.hostname }}
Expand All @@ -68,7 +68,7 @@ data:
{{ if .Values.ingress.enabled }}
CLOUDDEFENSE_RECOMMENDATIONS_ENDPOINT: https://{{ .Values.recommendation.hostname }}
{{ else }}
CLOUDDEFENSE_RECOMMENDATIONS_ENDPOINT: http://{{ .Values.recommendation.hostname | default "recommendation.cdefense.svc.cluster.local" }}
CLOUDDEFENSE_RECOMMENDATIONS_ENDPOINT: http://recommendation.cdefense.svc.cluster.local
{{ end }}
{{ if .Values.ingress.enabled }}
CLOUDDEFENSE_WEBCONSOLE_HOST_URL: https://{{ .Values.hostname }}/project-details
Expand Down

0 comments on commit 1f7f5dc

Please sign in to comment.