Skip to content

Commit 8c248ae

Browse files
author
Thierry
committed
Upd chart to use sleek 0.1.4
1 parent 211a9f7 commit 8c248ae

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

helm/prometheus-sleeker/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.1.12
18+
version: 0.1.13
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: 0.1.3
24+
appVersion: 0.1.4

helm/prometheus-sleeker/values.yaml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ image:
88
repository: eu.gcr.io/quortex-registry-public/prometheus-sleeker
99
pullPolicy: IfNotPresent
1010
# Overrides the image tag whose default is the chart appVersion.
11-
tag: 0.1.3
11+
tag: 0.1.4
1212

1313
imagePullSecrets: []
1414
nameOverride: ""
@@ -25,18 +25,21 @@ serviceAccount:
2525

2626
podAnnotations: {}
2727

28-
podSecurityContext: {}
28+
podSecurityContext:
29+
{}
2930
# fsGroup: 2000
3031

31-
securityContext: {}
32+
securityContext:
33+
{}
3234
# capabilities:
3335
# drop:
3436
# - ALL
3537
# readOnlyRootFilesystem: true
3638
# runAsNonRoot: true
3739
# runAsUser: 1000
3840

39-
resources: {}
41+
resources:
42+
{}
4043
# We usually recommend not to specify default resources and to leave this as a conscious
4144
# choice for the user. This also increases chances charts run on environments with little
4245
# resources, such as Minikube. If you do want to specify resources, uncomment the following
@@ -57,7 +60,7 @@ affinity: {}
5760
sleekerConfig: {}
5861

5962
# Additional backend container environment variables
60-
#
63+
#
6164
# A key/value map, where the value is a map, defining either the "value" or
6265
# "valueFrom" field.
6366
#

0 commit comments

Comments
 (0)