Skip to content

Commit

Permalink
[vampi] Bump chart version to 0.0.5 and update environment variable f…
Browse files Browse the repository at this point in the history
…ormat in values.yaml
  • Loading branch information
Denan Musinovic committed Dec 3, 2024
1 parent f44042a commit cf261c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/vampi/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Vampi app
type: application
keywords:
- vampi
version: 0.0.4
version: 0.0.5
dependencies:
- name: simple-service
version: 0.0.1
Expand Down
6 changes: 2 additions & 4 deletions charts/vampi/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@ simple-service:
image: brightsec/vampi
port: 5000
env:
- name: vulnerable
value: "1"
- name: RAND_SEED
value: "42"
vulnerable: '"1"'
RAND_SEED: '"42"'
resources:
requests:
cpu: 25m
Expand Down

0 comments on commit cf261c7

Please sign in to comment.