fix(plume): Rename Chart

This commit is contained in:
2025-06-19 14:43:24 +02:00
parent c3d322f543
commit 7e0ad1772c
9 changed files with 32 additions and 35 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
{{- if .Values.ingress.enabled -}}
{{- $fullName := include "Sorcerer.fullname" . -}}
{{- $fullName := include "Plume.fullname" . -}}
{{- $svcPort := .Values.service.port -}}
{{- if and .Values.ingress.className (not (semverCompare ">=1.18-0" .Capabilities.KubeVersion.GitVersion)) }}
{{- if not (hasKey .Values.ingress.annotations "kubernetes.io/ingress.class") }}
@@ -17,7 +17,7 @@ kind: Ingress
metadata:
name: {{ $fullName }}
labels:
{{- include "Sorcerer.labels" . | nindent 4 }}
{{- include "Plume.labels" . | nindent 4 }}
{{- with .Values.ingress.annotations }}
annotations:
{{- toYaml . | nindent 4 }}