Skip to content

Commit

Permalink
Update deployment apiVersion
Browse files Browse the repository at this point in the history
This is required so that the charts lint & test pipeline succeeds. Furthermore this is the apiVersion for currently supported versions of kubernetes.
  • Loading branch information
Naseem authored and rawkode committed Feb 24, 2020
1 parent 048bb31 commit 2df2179
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion charts/chronograf/templates/deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: extensions/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
name: {{ template "chronograf.fullname" . }}
Expand All @@ -9,6 +9,9 @@ metadata:
heritage: "{{ .Release.Service }}"
spec:
replicas: {{ .Values.service.replicas }}
selector:
matchLabels:
app: {{ template "chronograf.fullname" . }}
template:
metadata:
labels:
Expand Down

0 comments on commit 2df2179

Please sign in to comment.