Skip to content

Commit

Permalink
Don't pull new image if it presents on the node
Browse files Browse the repository at this point in the history
  • Loading branch information
rielas committed Sep 25, 2024
1 parent 2392b13 commit c65e4a1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion charts/brokencrystals/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: |
Benchmark application that uses modern technologies and implements a set of
common security vulnerabilities
type: application
version: 0.0.91
version: 0.0.92
icon: https://raw.githubusercontent.com/NeuraLegion/brokencrystals/stable/public/public/assets/img/logo.png
keywords:
- brokencrystals
Expand Down
1 change: 0 additions & 1 deletion charts/brokencrystals/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ spec:

- name: nodejs
image: brightsec/brokencrystals:{{ .Values.images.main }}
imagePullPolicy: Always
env:
- name: URL
value: "https://{{ .Values.ingress.url }}"
Expand Down

0 comments on commit c65e4a1

Please sign in to comment.