Skip to content

Commit

Permalink
Merge pull request #22 from MediaMarktSaturn/dtrack/FixFrontendDeploy…
Browse files Browse the repository at this point in the history
…mentImmutableFields

[Dependency-Track] Use static values only for immutable fields in FE deployment
  • Loading branch information
heubeck authored May 10, 2023
2 parents 5fbe15a + c59f22e commit 9db6b5d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion charts/dependency-track/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ maintainers:
- name: MediaMarktSaturn
url: https://github.com/MediaMarktSaturn
appVersion: 4.8.0
version: 1.3.0
version: 1.3.1
10 changes: 5 additions & 5 deletions charts/dependency-track/templates/frontend_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@ metadata:
name: {{ include "frontendName" . }}
namespace: {{ .Release.Namespace }}
labels:
{{- include "frontendLabels" . | nindent 4 }}
annotations:
release/time: {{ date "2006-01-02T15:04:05Z07:00" now }}
release/revision: {{ .Release.Revision | quote }}
{{- include "frontendSelectorLabels" . | nindent 4 }}
spec:
replicas: 1
selector:
matchLabels:
{{- include "frontendLabels" . | nindent 6 }}
{{- include "frontendSelectorLabels" . | nindent 6 }}
template:
metadata:
labels:
{{- include "frontendLabels" . | nindent 8 }}
annotations:
release/time: {{ date "2006-01-02T15:04:05Z07:00" now }}
release/revision: {{ .Release.Revision | quote }}
spec:
serviceAccountName: {{ include "frontendName" . }}
containers:
Expand Down

0 comments on commit 9db6b5d

Please sign in to comment.