Skip to content

Commit

Permalink
release-4.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dt-dilip committed Jul 10, 2024
1 parent 48edadc commit 85d0130
Show file tree
Hide file tree
Showing 12 changed files with 22 additions and 361 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.9
version: 4.9.0
# 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.9"
appVersion: "4.9.0"
15 changes: 0 additions & 15 deletions charts/cdefense/templates/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,25 +66,10 @@ data:
CLOUDDEFENSE_WEBCONSOLE_API_ENDPOINT: http://api.cdefense.svc.cluster.local
{{ end }}
{{ if .Values.ingress.enabled }}
CLOUDDEFENSE_RECOMMENDATIONS_ENDPOINT: {{ if .Values.recommendation.hostname }}"https://{{ .Values.recommendation.hostname }}"{{- else }}"https://recommendation.{{ .Values.domain }}"{{- end }}
{{ else }}
CLOUDDEFENSE_RECOMMENDATIONS_ENDPOINT: http://recommendation.cdefense.svc.cluster.local
{{ end }}
{{ if .Values.ingress.enabled }}
CLOUDDEFENSE_WEBCONSOLE_HOST_URL: https://{{ .Values.hostname }}/project-details
{{ else }}
CLOUDDEFENSE_WEBCONSOLE_HOST_URL: http://web.cdefense.svc.cluster.local/project-details
{{ end }}
{{ if .Values.ingress.enabled }}
CLOUDDEFENSE_ADMIN_API_URL: https://admin-{{ .Values.hostname }}
{{ else }}
CLOUDDEFENSE_ADMIN_API_URL: http://admin.cdefense.svc.cluster.local
{{ end }}
{{ if .Values.ingress.enabled }}
CLOUDDEFENSE_ADMIN_UI_URL: https://adminui-{{ .Values.hostname }}
{{ else }}
CLOUDDEFENSE_ADMIN_UI_URL: http://adminui.cdefense.svc.cluster.local
{{ end }}
CLOUDDEFENSE_WEBCONSOLE_AUTH_STAGE: dockerStaging
CLOUDDEFENSE_WEBCONSOLE_ONPREM_ENABLED: cdefense
CUSTOM_VENDOR: ""
Expand Down
13 changes: 0 additions & 13 deletions charts/cdefense/templates/graphql/config.yaml

This file was deleted.

116 changes: 0 additions & 116 deletions charts/cdefense/templates/graphql/deployment.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions charts/cdefense/templates/graphql/service.yaml

This file was deleted.

20 changes: 5 additions & 15 deletions charts/cdefense/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ spec:
tls:
- hosts:
- {{ .Values.hostname }}
- {{ if .Values.recommendation.hostname }}"{{ .Values.recommendation.hostname }}"{{- else }}"recommendation.{{ .Values.domain }}"{{- end }}
# - uptime-{{ .Values.hostname }}
secretName: cdefense-on-prem-tls
{{ end }}
Expand Down Expand Up @@ -107,31 +106,22 @@ spec:
name: api
port:
number: 80
- path: /integration/*
- path: /api-v2/*
pathType: ImplementationSpecific
backend:
service:
name: api
name: newapi
port:
number: 80
{{ if eq .Values.ingress.type "nginx" }}
- path: /integrations/*
pathType: ImplementationSpecific
backend:
service:
name: api
port:
number: 80
{{ end }}
- path: /api-v2/*
- path: /authentication/*
pathType: ImplementationSpecific
backend:
service:
name: newapi
name: web
port:
number: 80
{{ if eq .Values.ingress.type "nginx" }}
- path: /authentication/*
- path: /integrations-list
pathType: ImplementationSpecific
backend:
service:
Expand Down
90 changes: 0 additions & 90 deletions charts/cdefense/templates/recommendation/deployment.yaml

This file was deleted.

28 changes: 0 additions & 28 deletions charts/cdefense/templates/recommendation/hpa.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions charts/cdefense/templates/recommendation/service.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions charts/cdefense/templates/web/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,6 @@ spec:
configMapKeyRef:
name: cdefense-config
key: CLOUDDEFENSE_WEBCONSOLE_API_ENDPOINT
- name: RECOMMENDATIONS_ENDPOINT
valueFrom:
configMapKeyRef:
name: cdefense-config
key: CLOUDDEFENSE_RECOMMENDATIONS_ENDPOINT
- name: API_ENDPOINT
valueFrom:
configMapKeyRef:
Expand Down
Loading

0 comments on commit 85d0130

Please sign in to comment.