Skip to content

Commit 835806c

Browse files
authored
feat(chart): Remove helpers for SQL Proxy (#1166)
Signed-off-by: Javier Rodriguez <[email protected]>
1 parent af7f307 commit 835806c

File tree

2 files changed

+1
-47
lines changed

2 files changed

+1
-47
lines changed

deployment/chainloop/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: Chainloop is an open source software supply chain control plane, a
77

88
type: application
99
# Bump the patch (not minor, not major) version on each change in the Chart Source code
10-
version: 1.84.0
10+
version: 1.84.1
1111
# Do not update appVersion, this is handled automatically by the release process
1212
appVersion: v0.95.1
1313

deployment/chainloop/templates/_helpers.tpl

Lines changed: 0 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -327,52 +327,6 @@ observability:
327327
environment: {{ required "Sentry environment required" .environment | quote }}
328328
{{- end -}}
329329

330-
{{/*
331-
##############################################################################
332-
sql-proxy helpers
333-
##############################################################################
334-
*/}}
335-
336-
{{/*
337-
Chainloop sql-proxy release name
338-
*/}}
339-
{{- define "chainloop.sql-proxy.fullname" -}}
340-
{{- printf "%s-%s" (include "common.names.fullname" .) "sql-proxy" | trunc 63 | trimSuffix "-" -}}
341-
{{- end -}}
342-
343-
{{/*
344-
Chainloop sql-proxy Chart fullname
345-
*/}}
346-
{{- define "chainloop.sql-proxy.name" -}}
347-
{{- printf "%s-%s" (include "common.names.name" .) "sql-proxy" | trunc 63 | trimSuffix "-" -}}
348-
{{- end -}}
349-
350-
{{/*
351-
Common labels
352-
*/}}
353-
{{- define "chainloop.sql-proxy.labels" -}}
354-
{{- include "common.labels.standard" . }}
355-
app.kubernetes.io/part-of: chainloop
356-
app.kubernetes.io/component: sql-proxy
357-
{{- end }}
358-
359-
{{/*
360-
Migration labels
361-
*/}}
362-
{{- define "chainloop.sql-proxy.migration.labels" -}}
363-
{{- include "common.labels.standard" . }}
364-
app.kubernetes.io/part-of: chainloop
365-
app.kubernetes.io/component: sql-proxy-migration
366-
{{- end }}
367-
368-
{{/*
369-
Selector labels
370-
*/}}
371-
{{- define "chainloop.sql-proxy.selectorLabels" -}}
372-
{{- include "common.labels.matchLabels" .}}
373-
app.kubernetes.io/component: sql-proxy
374-
{{- end }}
375-
376330
{{/*
377331
##############################################################################
378332
CAS Helpers

0 commit comments

Comments
 (0)