Fix stable/bitcoind deployment.yaml: update apiVersion from apps/v1beta2 to apps/v1 (#20073) (#20075)

* Fix stable/bitcoind deployment.yaml: update apiVersion from apps/v1beta2 to apps/v1 (#20073)

Signed-off-by: AlpherJang <alphejangs@gmail.com>

* Fix for [stable/bitcoind] deployment.yaml: update document and version  #20073

Signed-off-by: AlpherJang <alphejangs@gmail.com>

* bump to 1.0.0

Signed-off-by: Maor Friedman <maor.friedman@redhat.com>

Co-authored-by: Maor Friedman <maor.friedman@redhat.com>
This commit is contained in:
EvansChang
2020-01-19 23:29:35 -08:00
committed by Kubernetes Prow Robot
co-authored by Maor Friedman
parent cac6bbde93
commit 101e32b190
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
apiVersion: v1
name: bitcoind
version: 0.2.2
version: 1.0.0
appVersion: 0.17.1
description: Bitcoin is an innovative payment network and a new kind of money.
keywords:
+1 -1
View File
@@ -10,7 +10,7 @@ Docker image was taken from [Bitcoind for Docker](https://github.com/kylemanna/d
## Prerequisites
- Kubernetes 1.8+
- Kubernetes 1.10+
- PV provisioner support in the underlying infrastructure
## Installing the Chart
+1 -1
View File
@@ -1,4 +1,4 @@
apiVersion: apps/v1beta2
apiVersion: apps/v1
kind: Deployment
metadata:
name: {{ template "bitcoind.fullname" . }}