diff --git a/stable/bitcoind/Chart.yaml b/stable/bitcoind/Chart.yaml index da73babbbc..80b4daa5bb 100644 --- a/stable/bitcoind/Chart.yaml +++ b/stable/bitcoind/Chart.yaml @@ -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: diff --git a/stable/bitcoind/README.md b/stable/bitcoind/README.md index e7a76c97d9..c7a8c99901 100644 --- a/stable/bitcoind/README.md +++ b/stable/bitcoind/README.md @@ -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 diff --git a/stable/bitcoind/templates/deployment.yaml b/stable/bitcoind/templates/deployment.yaml index f8091c5ccc..81eb8b410a 100644 --- a/stable/bitcoind/templates/deployment.yaml +++ b/stable/bitcoind/templates/deployment.yaml @@ -1,4 +1,4 @@ -apiVersion: apps/v1beta2 +apiVersion: apps/v1 kind: Deployment metadata: name: {{ template "bitcoind.fullname" . }}