Skip to content

Commit

Permalink
Update values.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
akshatsinha007 authored Sep 23, 2024
1 parent c054ad1 commit bbcaf94
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion charts/devtron/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,22 @@ global:
runAsNonRoot: true
containerRegistry: "quay.io/devtron"
# The below values can be specified both at global as well as component level
# nodeSelector:
# key: value
# tolerations:
# - key: "key1"
# operator: "Equal"
# value: "value1"
# effect: "NoSchedule"
# imagePullSecrets:
# - name: your-image-pull-secret
nodeSelector: {}
tolerations: []
imagePullSecrets: []
extraManifests: []
installer:
repo: "devtron-labs/devtron"
release: "v0.7.1"
release: "v0.7.2"
registry: ""
image: inception
tag: 473deaa4-185-21582
Expand Down

0 comments on commit bbcaf94

Please sign in to comment.