feat(netbox) Update Chart.yaml and serviceaccount.yaml

This commit is contained in:
Tommy 2023-12-26 00:42:30 +01:00
parent 8dd372417c
commit 2987ae970c
No known key found for this signature in database
3 changed files with 2 additions and 18 deletions

View file

@ -2,11 +2,7 @@ apiVersion: v2
name: netbox
description: |
An IP address management (IPAM) and data center infrastructure management (DCIM) tool.
Important; With chart version 4.0.0 there are major upgrades to the packaged Redis and Postgres,
as well as a major version bump of Netbox that introduces housekeeping. Take care when upgrading.
appVersion: v3.6.7
type: application
version: 5.5.5
maintainers:

View file

@ -42,16 +42,4 @@ app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/version: {{ .Chart.AppVersion | quote }}
{{- end }}
app.kubernetes.io/managed-by: {{ .Release.Service }}
{{- end -}}
{{/*
Create the name of the service account to use.
*/}}
{{- define "penpot.serviceAccountName" -}}
{{- if .Values.serviceAccount.enabled -}}
{{ default (include "penpot.fullname" .) .Values.serviceAccount.name }}
{{- else -}}
{{ default "default" .Values.serviceAccount.name }}
{{- end -}}
{{- end -}}
{{- end -}}

View file

@ -1,5 +1,5 @@
apiVersion: v1
kind: ServiceAccount
metadata:
name: {{ include "penpot.serviceAccountName" . }}
name: penpot-sa
namespace: {{ .Release.Namespace }}