Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion zammad/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: zammad
version: 15.6.2
version: 15.6.3
appVersion: 6.5.2-85
description: Zammad is a web based open source helpdesk/customer support system with many features to manage customer communication via several channels like telephone, facebook, twitter, chat and e-mails.
home: https://zammad.org
Expand Down
1 change: 1 addition & 0 deletions zammad/templates/configmap-init.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ apiVersion: v1
kind: ConfigMap
metadata:
name: {{ include "zammad.fullname" . }}-init
namespace: {{ .Release.Namespace }}
labels:
{{- include "zammad.labels" . | nindent 4 }}
annotations:
Expand Down
1 change: 1 addition & 0 deletions zammad/templates/configmap-nginx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ apiVersion: v1
kind: ConfigMap
metadata:
name: {{ include "zammad.fullname" . }}-nginx
namespace: {{ .Release.Namespace }}
labels:
{{- include "zammad.labels" . | nindent 4 }}
annotations:
Expand Down
1 change: 1 addition & 0 deletions zammad/templates/cronjob-reindex.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ apiVersion: batch/v1
kind: CronJob
metadata:
name: {{ include "zammad.fullname" . }}-cronjob-reindex
namespace: {{ .Release.Namespace }}
labels:
{{- include "zammad.labels" . | nindent 4 }}
app.kubernetes.io/component: zammad-cronjob-reindex
Expand Down
1 change: 1 addition & 0 deletions zammad/templates/deployment-nginx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ apiVersion: apps/v1
kind: Deployment
metadata:
name: {{ include "zammad.fullname" . }}-nginx
namespace: {{ .Release.Namespace }}
labels:
{{- include "zammad.labels" . | nindent 4 }}
app.kubernetes.io/component: zammad-nginx
Expand Down
1 change: 1 addition & 0 deletions zammad/templates/deployment-railsserver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ apiVersion: apps/v1
kind: Deployment
metadata:
name: {{ include "zammad.fullname" . }}-railsserver
namespace: {{ .Release.Namespace }}
labels:
{{- include "zammad.labels" . | nindent 4 }}
app.kubernetes.io/component: zammad-railsserver
Expand Down
1 change: 1 addition & 0 deletions zammad/templates/deployment-scheduler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ apiVersion: apps/v1
kind: Deployment
metadata:
name: {{ include "zammad.fullname" . }}-scheduler
namespace: {{ .Release.Namespace }}
labels:
{{- include "zammad.labels" . | nindent 4 }}
app.kubernetes.io/component: zammad-scheduler
Expand Down
1 change: 1 addition & 0 deletions zammad/templates/deployment-websocket.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ apiVersion: apps/v1
kind: Deployment
metadata:
name: {{ include "zammad.fullname" . }}-websocket
namespace: {{ .Release.Namespace }}
labels:
{{- include "zammad.labels" . | nindent 4 }}
app.kubernetes.io/component: zammad-websocket
Expand Down
1 change: 1 addition & 0 deletions zammad/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ apiVersion: extensions/v1beta1
kind: Ingress
metadata:
name: {{ $fullName }}
namespace: {{ .Release.Namespace }}
labels:
{{- include "zammad.labels" . | nindent 4 }}
{{- with .Values.ingress.labels }}
Expand Down
1 change: 1 addition & 0 deletions zammad/templates/job-init.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ metadata:
{{- else }}
name: {{ include "zammad.fullname" . }}-init
{{- end}}
namespace: {{ .Release.Namespace }}
# Helm post-install/post-upgrade hooks cannot be used here, because
# helm's --wait flag causes a deadlock: the job waits for all resources to be ready,
# but the pods need the job to work properly.
Expand Down
1 change: 1 addition & 0 deletions zammad/templates/secrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ apiVersion: v1
kind: Secret
metadata:
name: {{ include "zammad.autowizardSecretName" . }}
namespace: {{ .Release.Namespace }}
labels:
{{- include "zammad.labels" . | nindent 4 }}
annotations:
Expand Down
1 change: 1 addition & 0 deletions zammad/templates/service-nginx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ apiVersion: v1
kind: Service
metadata:
name: {{ include "zammad.fullname" . }}-nginx
namespace: {{ .Release.Namespace }}
labels:
{{- include "zammad.labels" . | nindent 4 }}
annotations:
Expand Down
1 change: 1 addition & 0 deletions zammad/templates/service-railsserver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ apiVersion: v1
kind: Service
metadata:
name: {{ include "zammad.fullname" . }}-railsserver
namespace: {{ .Release.Namespace }}
labels:
{{- include "zammad.labels" . | nindent 4 }}
annotations:
Expand Down
1 change: 1 addition & 0 deletions zammad/templates/service-websocket.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ apiVersion: v1
kind: Service
metadata:
name: {{ include "zammad.fullname" . }}-websocket
namespace: {{ .Release.Namespace }}
labels:
{{- include "zammad.labels" . | nindent 4 }}
annotations:
Expand Down
1 change: 1 addition & 0 deletions zammad/templates/serviceaccount.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ apiVersion: v1
kind: ServiceAccount
metadata:
name: {{ include "zammad.serviceAccountName" . }}
namespace: {{ .Release.Namespace }}
labels:
{{- include "zammad.labels" . | nindent 4 }}
annotations:
Expand Down
Loading