Merge "Make CONSUL compatible with Kubernetes v1.17"
authorKrzysztof Opasiak <k.opasiak@samsung.com>
Mon, 13 Jul 2020 19:15:22 +0000 (19:15 +0000)
committerGerrit Code Review <gerrit@onap.org>
Mon, 13 Jul 2020 19:15:22 +0000 (19:15 +0000)
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" . }}