File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11apiVersion : v2
22name : nango
33type : application
4- version : 2.2.2
4+ version : 2.2.3
55dependencies :
66 - condition : postgresql.enabled
77 name : postgresql
Original file line number Diff line number Diff line change 2525 {{- if .Values.jobs.podAnnotations }}
2626 annotations : {{- include "common.tplvalues.render" (dict "value" .Values.jobs.podAnnotations "context" $) | nindent 8 }}
2727 {{- end }}
28- labels : {{- include "common.labels.standard" ( dict "customLabels" .Values.commonLabels "context" $ ) | nindent 8 }}
28+ labels : {{- include "common.labels.standard" ( dict "customLabels" $podLabels "context" $ ) | nindent 8 }}
2929 app.kubernetes.io/component : {{ include "jobs.names.component" . }}
3030 spec :
3131 {{- if .Values.jobs.imagePullSecrets }}
Original file line number Diff line number Diff line change 2626 {{- if .Values.metering.podAnnotations }}
2727 annotations : {{- include "common.tplvalues.render" (dict "value" .Values.metering.podAnnotations "context" $) | nindent 8 }}
2828 {{- end }}
29- labels : {{- include "common.labels.standard" ( dict "customLabels" .Values.commonLabels "context" $ ) | nindent 8 }}
29+ labels : {{- include "common.labels.standard" ( dict "customLabels" $podLabels "context" $ ) | nindent 8 }}
3030 app.kubernetes.io/component : {{ include "metering.names.component" . }}
3131 spec :
3232 {{- if .Values.metering.imagePullSecrets }}
Original file line number Diff line number Diff line change 2525 {{- if .Values.orchestrator.podAnnotations }}
2626 annotations : {{- include "common.tplvalues.render" (dict "value" .Values.orchestrator.podAnnotations "context" $) | nindent 8 }}
2727 {{- end }}
28- labels : {{- include "common.labels.standard" ( dict "customLabels" .Values.commonLabels "context" $ ) | nindent 8 }}
28+ labels : {{- include "common.labels.standard" ( dict "customLabels" $podLabels "context" $ ) | nindent 8 }}
2929 app.kubernetes.io/component : {{ include "orchestrator.names.component" . }}
3030 spec :
3131 {{- if .Values.orchestrator.imagePullSecrets }}
Original file line number Diff line number Diff line change 2525 {{- if .Values.persist.podAnnotations }}
2626 annotations : {{- include "common.tplvalues.render" (dict "value" .Values.persist.podAnnotations "context" $) | nindent 8 }}
2727 {{- end }}
28- labels : {{- include "common.labels.standard" ( dict "customLabels" .Values.commonLabels "context" $ ) | nindent 8 }}
28+ labels : {{- include "common.labels.standard" ( dict "customLabels" $podLabels "context" $ ) | nindent 8 }}
2929 app.kubernetes.io/component : {{ include "persist.names.component" . }}
3030 spec :
3131 {{- if .Values.persist.imagePullSecrets }}
Original file line number Diff line number Diff line change 2626 {{- if .Values.runner.podAnnotations }}
2727 annotations : {{- include "common.tplvalues.render" (dict "value" .Values.runner.podAnnotations "context" $) | nindent 8 }}
2828 {{- end }}
29- labels : {{- include "common.labels.standard" ( dict "customLabels" .Values.commonLabels "context" $ ) | nindent 8 }}
29+ labels : {{- include "common.labels.standard" ( dict "customLabels" $podLabels "context" $ ) | nindent 8 }}
3030 app.kubernetes.io/component : {{ include "runner.names.component" . }}
3131 spec :
3232 {{- if .Values.runner.imagePullSecrets }}
Original file line number Diff line number Diff line change 2525 {{- if .Values.server.podAnnotations }}
2626 annotations : {{- include "common.tplvalues.render" (dict "value" .Values.server.podAnnotations "context" $) | nindent 8 }}
2727 {{- end }}
28- labels : {{- include "common.labels.standard" ( dict "customLabels" .Values.commonLabels "context" $ ) | nindent 8 }}
28+ labels : {{- include "common.labels.standard" ( dict "customLabels" $podLabels "context" $ ) | nindent 8 }}
2929 app.kubernetes.io/component : {{ include "server.names.component" . }}
3030 spec :
3131 {{- if .Values.server.imagePullSecrets }}
You can’t perform that action at this time.
0 commit comments