feat(netbox) Update Chart.yaml and serviceaccount.yaml
This commit is contained in:
parent
8dd372417c
commit
2987ae970c
3 changed files with 2 additions and 18 deletions
|
@ -2,11 +2,7 @@ apiVersion: v2
|
||||||
name: netbox
|
name: netbox
|
||||||
description: |
|
description: |
|
||||||
An IP address management (IPAM) and data center infrastructure management (DCIM) tool.
|
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
|
appVersion: v3.6.7
|
||||||
|
|
||||||
type: application
|
type: application
|
||||||
version: 5.5.5
|
version: 5.5.5
|
||||||
maintainers:
|
maintainers:
|
||||||
|
|
|
@ -42,16 +42,4 @@ app.kubernetes.io/instance: {{ .Release.Name }}
|
||||||
app.kubernetes.io/version: {{ .Chart.AppVersion | quote }}
|
app.kubernetes.io/version: {{ .Chart.AppVersion | quote }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
app.kubernetes.io/managed-by: {{ .Release.Service }}
|
app.kubernetes.io/managed-by: {{ .Release.Service }}
|
||||||
{{- end -}}
|
{{- 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 -}}
|
|
|
@ -1,5 +1,5 @@
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: ServiceAccount
|
kind: ServiceAccount
|
||||||
metadata:
|
metadata:
|
||||||
name: {{ include "penpot.serviceAccountName" . }}
|
name: penpot-sa
|
||||||
namespace: {{ .Release.Namespace }}
|
namespace: {{ .Release.Namespace }}
|
||||||
|
|
Loading…
Reference in a new issue