Skip to content

Commit

Permalink
update image version in chart and yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
rndmh3ro committed Nov 1, 2023
1 parent 643264d commit 74af42f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ operator:
defectDojoVerified: "false"
image:
repository: ghcr.io/telekom-mms/docker-trivy-dojo-operator
tag: latest
tag: 0.3.1
type: ClusterIP
2 changes: 1 addition & 1 deletion deploy/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
serviceAccountName: trivy-dojo-report-account
containers:
- name: trivy-dojo-report-operator
image: ghcr.io/telekom-mms/docker-trivy-dojo-operator:latest
image: ghcr.io/telekom-mms/docker-trivy-dojo-operator:0.3.1
env:
- name: DEFECT_DOJO_API_KEY
valueFrom:
Expand Down

0 comments on commit 74af42f

Please sign in to comment.