File tree Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ type: application
15
15
# This is the chart version. This version number should be incremented each time you make changes
16
16
# to the chart and its templates, including the app version.
17
17
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18
- version : 0.1.12
18
+ version : 0.1.13
19
19
20
20
# This is the version number of the application being deployed. This version number should be
21
21
# incremented each time you make changes to the application. Versions are not expected to
22
22
# follow Semantic Versioning. They should reflect the version the application is using.
23
23
# It is recommended to use it with quotes.
24
- appVersion : 0.1.3
24
+ appVersion : 0.1.4
Original file line number Diff line number Diff line change 8
8
repository : eu.gcr.io/quortex-registry-public/prometheus-sleeker
9
9
pullPolicy : IfNotPresent
10
10
# Overrides the image tag whose default is the chart appVersion.
11
- tag : 0.1.3
11
+ tag : 0.1.4
12
12
13
13
imagePullSecrets : []
14
14
nameOverride : " "
@@ -25,18 +25,21 @@ serviceAccount:
25
25
26
26
podAnnotations : {}
27
27
28
- podSecurityContext : {}
28
+ podSecurityContext :
29
+ {}
29
30
# fsGroup: 2000
30
31
31
- securityContext : {}
32
+ securityContext :
33
+ {}
32
34
# capabilities:
33
35
# drop:
34
36
# - ALL
35
37
# readOnlyRootFilesystem: true
36
38
# runAsNonRoot: true
37
39
# runAsUser: 1000
38
40
39
- resources : {}
41
+ resources :
42
+ {}
40
43
# We usually recommend not to specify default resources and to leave this as a conscious
41
44
# choice for the user. This also increases chances charts run on environments with little
42
45
# resources, such as Minikube. If you do want to specify resources, uncomment the following
@@ -57,7 +60,7 @@ affinity: {}
57
60
sleekerConfig : {}
58
61
59
62
# Additional backend container environment variables
60
- #
63
+ #
61
64
# A key/value map, where the value is a map, defining either the "value" or
62
65
# "valueFrom" field.
63
66
#
You can’t perform that action at this time.
0 commit comments