From 101e32b190c96ade418c7fdc80417beb4a5a7551 Mon Sep 17 00:00:00 2001 From: EvansChang Date: Mon, 20 Jan 2020 15:29:35 +0800 Subject: [PATCH] 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 * Fix for [stable/bitcoind] deployment.yaml: update document and version #20073 Signed-off-by: AlpherJang * bump to 1.0.0 Signed-off-by: Maor Friedman Co-authored-by: Maor Friedman --- stable/bitcoind/Chart.yaml | 2 +- stable/bitcoind/README.md | 2 +- stable/bitcoind/templates/deployment.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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" . }}