Update GT
This commit is contained in:
parent
ea3456720d
commit
623ef3f3b3
7 changed files with 10 additions and 10 deletions
|
@ -1,7 +1,7 @@
|
|||
# Default values for glitchtip.
|
||||
image:
|
||||
repository: glitchtip/glitchtip
|
||||
tag: v3.2.2
|
||||
tag: v3.3.2
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
imagePullSecrets: []
|
||||
|
@ -117,11 +117,11 @@ beat:
|
|||
enabled: true
|
||||
resources:
|
||||
limits:
|
||||
cpu: 100m
|
||||
memory: 130Mi
|
||||
cpu: 200m
|
||||
memory: 150Mi
|
||||
requests:
|
||||
cpu: 1m
|
||||
memory: 110Mi
|
||||
memory: 130Mi
|
||||
nodeSelector: {}
|
||||
tolerations: []
|
||||
podAnnotations: {}
|
||||
|
|
Reference in a new issue