mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/ipfs] fix statefulset api (#19517)
Signed-off-by: Evin Callahan <evin.callahan@gmail.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
971ee84035
commit
470777cb1b
@@ -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,4 +1,4 @@
|
||||
apiVersion: apps/v1beta1
|
||||
apiVersion: apps/v1
|
||||
kind: StatefulSet
|
||||
metadata:
|
||||
name: {{ template "ipfs.fullname" . }}
|
||||
|
||||
Reference in New Issue
Block a user