Skip to content

Commit

Permalink
revert chart.lock and add missing namespace ref
Browse files Browse the repository at this point in the history
Signed-off-by: Reza J. Bavaghoush <rzjfr@yahoo.com>
  • Loading branch information
rzjfr committed Sep 13, 2024
1 parent 8beeb1f commit 095c2c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions charts/jaeger/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ dependencies:
version: 26.6.2
- name: common
repository: https://charts.bitnami.com/bitnami
version: 2.22.0
digest: sha256:6ec45e367f1023dea0fdf52d065a21c8ffd6f8faa4a75a84a8e8b5595f7a70f7
generated: "2024-09-13T10:41:20.070849559+02:00"
version: 2.19.1
digest: sha256:16dad4387f2b392d5034731f997518ff05b77909220ce45ee6dd69664942f2df
generated: "2024-04-11T08:42:48.824851-04:00"
2 changes: 1 addition & 1 deletion charts/jaeger/templates/agent-servicemonitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
{{- if .Values.agent.serviceMonitor.namespace }}
namespace: {{ .Values.agent.serviceMonitor.namespace }}
{{- else }}
{{- include "jaeger.labels" . | nindent 4 }}
namespace: {{ include "jaeger.namespace" . }}
{{- end }}
labels:
{{- include "jaeger.labels" . | nindent 4 }}
Expand Down

0 comments on commit 095c2c1

Please sign in to comment.