Skip to content

Commit

Permalink
Author: Marco Fuykschot <[email protected]>
Browse files Browse the repository at this point in the history
Date:   Sa Jan 4 20:42 2028 +01:00

    Fix for #31207

    Signed-off-by: Marco Fuykschot <[email protected]>
  • Loading branch information
MarcoFuykschot committed Jan 4, 2025
1 parent 65fb2fa commit d144c2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bitnami/jaeger/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ maintainers:
name: jaeger
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/jaeger
version: 5.1.2
version: 5.1.3
2 changes: 1 addition & 1 deletion bitnami/jaeger/templates/migrate-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ apiVersion: batch/v1
kind: Job
metadata:
name: {{ include "common.names.fullname" . }}-migrate
namespace: {{ .Release.Namespace }}
namespace: {{ include "common.names.namespace" . | quote }}
labels: {{- include "common.labels.standard" ( dict "customLabels" .Values.commonLabels "context" $ ) | nindent 4 }}
app.kubernetes.io/component: migration
{{- if or .Values.migration.annotations .Values.commonAnnotations }}
Expand Down

0 comments on commit d144c2b

Please sign in to comment.