From ec8c3a2c97d626bcc4415a55a3976faaab3acc54 Mon Sep 17 00:00:00 2001 From: Steven Sheehy <17552371+steven-sheehy@users.noreply.github.com> Date: Thu, 9 Sep 2021 17:30:17 -0500 Subject: [PATCH] Revert PodDisruptionBudget change to policy/v1 (#2515) * Bump hedera-protobuf to 0.18.0-alpha.3 * Revert back to policy/v1beta1 for PodDisruptionBudget Signed-off-by: Steven Sheehy --- .../templates/poddisruptionbudget.yaml | 2 +- .../templates/poddisruptionbudget.yaml | 2 +- .../templates/poddisruptionbudget.yaml | 2 +- charts/hedera-mirror/templates/application.yaml | 2 +- pom.xml | 15 +-------------- 5 files changed, 5 insertions(+), 18 deletions(-) diff --git a/charts/hedera-mirror-grpc/templates/poddisruptionbudget.yaml b/charts/hedera-mirror-grpc/templates/poddisruptionbudget.yaml index 6538bd50c17..026b9e91062 100644 --- a/charts/hedera-mirror-grpc/templates/poddisruptionbudget.yaml +++ b/charts/hedera-mirror-grpc/templates/poddisruptionbudget.yaml @@ -1,5 +1,5 @@ {{- if .Values.podDisruptionBudget.enabled -}} -apiVersion: policy/v1 +apiVersion: policy/v1beta1 kind: PodDisruptionBudget metadata: labels: {{ include "hedera-mirror-grpc.labels" . | nindent 4 }} diff --git a/charts/hedera-mirror-importer/templates/poddisruptionbudget.yaml b/charts/hedera-mirror-importer/templates/poddisruptionbudget.yaml index 8a6e63ad986..ee66a0505bb 100644 --- a/charts/hedera-mirror-importer/templates/poddisruptionbudget.yaml +++ b/charts/hedera-mirror-importer/templates/poddisruptionbudget.yaml @@ -1,5 +1,5 @@ {{- if .Values.podDisruptionBudget.enabled -}} -apiVersion: policy/v1 +apiVersion: policy/v1beta1 kind: PodDisruptionBudget metadata: labels: {{ include "hedera-mirror-importer.labels" . | nindent 4 }} diff --git a/charts/hedera-mirror-rest/templates/poddisruptionbudget.yaml b/charts/hedera-mirror-rest/templates/poddisruptionbudget.yaml index 1988205a292..4afb505fe4e 100644 --- a/charts/hedera-mirror-rest/templates/poddisruptionbudget.yaml +++ b/charts/hedera-mirror-rest/templates/poddisruptionbudget.yaml @@ -1,5 +1,5 @@ {{- if .Values.podDisruptionBudget.enabled -}} -apiVersion: policy/v1 +apiVersion: policy/v1beta1 kind: PodDisruptionBudget metadata: labels: {{ include "hedera-mirror-rest.labels" . | nindent 4 }} diff --git a/charts/hedera-mirror/templates/application.yaml b/charts/hedera-mirror/templates/application.yaml index 8161c4f849b..09f6659288d 100644 --- a/charts/hedera-mirror/templates/application.yaml +++ b/charts/hedera-mirror/templates/application.yaml @@ -20,7 +20,7 @@ spec: kind: Deployment - group: v1 kind: Pod - - group: policy/v1 + - group: policy/v1beta1 kind: PodDisruptionBudget - group: v1 kind: Secret diff --git a/pom.xml b/pom.xml index e52e1ea04fb..7464b71d099 100644 --- a/pom.xml +++ b/pom.xml @@ -64,7 +64,7 @@ 2.11.0.RELEASE 1.40.1 30.1.1-jre - 0.18.0-alpha.3-SNAPSHOT + 0.18.0-alpha.3 2.0.14 0.8.7 11 @@ -131,19 +131,6 @@ - - - ossrh-snapshots - https://oss.sonatype.org/content/repositories/snapshots - - false - - - true - - - -