Skip to content

Commit ec637ba

Browse files
committed
fix deployment apiVersion in helm chart
1 parent db30ebd commit ec637ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployment/helm/reactive-interaction-gateway/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
apiVersion: apps/v1beta2
1+
apiVersion: apps/v1
22
kind: Deployment
33
metadata:
44
name: {{ template "reactive-interaction-gateway.name" . }}

0 commit comments

Comments
 (0)