[stable/ipfs] fix statefulset api (#19517)

Signed-off-by: Evin Callahan <evin.callahan@gmail.com>
This commit is contained in:
Evin Callahan
2019-12-11 01:04:05 -08:00
committed by Kubernetes Prow Robot
parent 971ee84035
commit 470777cb1b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
apiVersion: v1
description: A Helm chart for the Interplanetary File System
name: ipfs
version: 0.3.4
version: 0.4.0
icon: https://raw.githubusercontent.com/ipfs/logo/master/raster-generated/ipfs-logo-128-ice-text.png
home: https://ipfs.io/
appVersion: v0.4.22
+1 -1
View File
@@ -1,4 +1,4 @@
apiVersion: apps/v1beta1
apiVersion: apps/v1
kind: StatefulSet
metadata:
name: {{ template "ipfs.fullname" . }}