Skip to content

Commit

Permalink
hotfix api pod 4.8.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dt-dilip committed May 4, 2024
1 parent 003a017 commit aa47218
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/cdefense/templates/api/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ spec:
terminationMessagePolicy: File
containers:
- name: api
image: {{ .Values.api.image }}:{{ .Values.version }}
image: {{ .Values.api.image }}:{{ .Values.api.version }}
imagePullPolicy: Always
envFrom:
- configMapRef:
Expand Down
1 change: 1 addition & 0 deletions charts/cdefense/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ api:
nodeSelector: cdefense
tolerations: []
image: cdefense/scan-api
version: "4.8.7.5"
service:
type: NodePort
ports:
Expand Down
4 changes: 2 additions & 2 deletions release.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Release Date : 02.04.2024
Release Notes : 4.8.7
Release Date : 04.05.2024
Release Notes : 4.8.7.5

New feature list:
1) Team admin to have access to delete applications: We have now provided access to team admin to delete applications.
Expand Down

0 comments on commit aa47218

Please sign in to comment.