Skip to content

Commit

Permalink
chore: update chart kitabisa app relate with security issue
Browse files Browse the repository at this point in the history
  • Loading branch information
adeherysh committed Apr 1, 2024
1 parent b84cdd9 commit 1acbbfa
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .infra/helm/helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,10 @@ releases:
tier: app
type: main
chart: kitabisa/app
version: ~1.0.0-alpha
version: ~1.1.0-rc
values:
- {{ requiredEnv "ENV" }}/server.yaml
- values.yaml.gotmpl
hooks:
- events: ["postsync"]
showlogs: true
command: kubectl
args: ["label", "--overwrite", "namespaces", "{{ requiredEnv "APP_NAME" }}", "goldilocks.fairwinds.com/enabled=true"]

- name: {{ requiredEnv "APP_NAME" }}-debugger
namespace: {{ requiredEnv "APP_NAME" }}
Expand Down

0 comments on commit 1acbbfa

Please sign in to comment.