Make CONSUL compatible with Kubernetes v1.17 72/110072/1
authorMagdalena_Biernacka <magdalena.1.biernacka@nokia.com>
Fri, 10 Jul 2020 14:23:35 +0000 (16:23 +0200)
committerMagdalena_Biernacka <magdalena.1.biernacka@nokia.com>
Fri, 10 Jul 2020 14:23:35 +0000 (16:23 +0200)
Issue-ID: OOM-2451

Signed-off-by: Magdalena Biernacka <magdalena.1.biernacka@nokia.com>
Change-Id: Idc86f18d1693e3b98188a3632343bf9b6ae3c7f5

kubernetes/consul/charts/consul-server/templates/statefulset.yaml
kubernetes/consul/templates/deployment.yaml

index 5fec6c5..5bdbe0f 100644 (file)
@@ -13,7 +13,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-apiVersion: apps/v1beta1
+apiVersion: apps/v1
 kind: StatefulSet
 metadata:
   name: {{ include "common.fullname" . }}
index 24de33e..a7774e9 100644 (file)
@@ -13,7 +13,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-apiVersion: extensions/v1beta1
+apiVersion: apps/v1
 kind: Deployment
 metadata:
   name: {{ include "common.fullname" . }}