File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff 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.3.1
18+ version : 0.3.2
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 : " 6.0.7 "
24+ appVersion : " 6.1.3 "
Original file line number Diff line number Diff line change 4949 {{- end }}
5050 image : " {{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
5151 imagePullPolicy : {{ .Values.image.pullPolicy }}
52+ ports :
53+ - name : metrics
54+ containerPort : {{ .Values.metrics.port }}
5255 env :
5356 {{- range $key, $value := .Values.env }}
5457 - name : " {{ tpl $key $ }}"
Original file line number Diff line number Diff line change @@ -17,6 +17,10 @@ imagePullSecrets: []
1717nameOverride : " "
1818fullnameOverride : " "
1919
20+ # This is the configuration of the agent's internal metrics server
21+ metrics :
22+ port : 8080
23+
2024# Configures secret for agent API Key
2125#
2226# If you already have a secret with the Key, set `create` to
You can’t perform that action at this time.
0 commit comments