diff --git a/stable/ipfs/Chart.yaml b/stable/ipfs/Chart.yaml index 77a17c8703..ff28d9a403 100644 --- a/stable/ipfs/Chart.yaml +++ b/stable/ipfs/Chart.yaml @@ -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 diff --git a/stable/ipfs/templates/statefulset.yaml b/stable/ipfs/templates/statefulset.yaml index 67379f9e77..103769d29c 100644 --- a/stable/ipfs/templates/statefulset.yaml +++ b/stable/ipfs/templates/statefulset.yaml @@ -1,4 +1,4 @@ -apiVersion: apps/v1beta1 +apiVersion: apps/v1 kind: StatefulSet metadata: name: {{ template "ipfs.fullname" . }}