mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
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:
committed by
Kubernetes Prow Robot
co-authored by
Maor Friedman
parent
cac6bbde93
commit
101e32b190
@@ -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:
|
||||
|
||||
@@ -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,4 +1,4 @@
|
||||
apiVersion: apps/v1beta2
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: {{ template "bitcoind.fullname" . }}
|
||||
|
||||
Reference in New Issue
Block a user