Skip to content

Commit

Permalink
Revert PodDisruptionBudget change to policy/v1 (#2515)
Browse files Browse the repository at this point in the history
* Bump hedera-protobuf to 0.18.0-alpha.3
* Revert back to policy/v1beta1 for PodDisruptionBudget

Signed-off-by: Steven Sheehy <steven.sheehy@hedera.com>
  • Loading branch information
steven-sheehy committed Sep 9, 2021
1 parent 46720e5 commit ec8c3a2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 18 deletions.
Original file line number Diff line number Diff line change
@@ -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 }}
Expand Down
Original file line number Diff line number Diff line change
@@ -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 }}
Expand Down
Original file line number Diff line number Diff line change
@@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion charts/hedera-mirror/templates/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
kind: Deployment
- group: v1
kind: Pod
- group: policy/v1
- group: policy/v1beta1
kind: PodDisruptionBudget
- group: v1
kind: Secret
Expand Down
15 changes: 1 addition & 14 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<grpc-spring-boot.version>2.11.0.RELEASE</grpc-spring-boot.version>
<grpc.version>1.40.1</grpc.version>
<guava.version>30.1.1-jre</guava.version>
<hedera-protobuf.version>0.18.0-alpha.3-SNAPSHOT</hedera-protobuf.version>
<hedera-protobuf.version>0.18.0-alpha.3</hedera-protobuf.version>
<hedera-sdk.version>2.0.14</hedera-sdk.version>
<jacoco.version>0.8.7</jacoco.version>
<java.version>11</java.version>
Expand Down Expand Up @@ -131,19 +131,6 @@
</dependency>
</dependencies>

<repositories>
<repository>
<id>ossrh-snapshots</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>

<build>
<pluginManagement>
<plugins>
Expand Down

0 comments on commit ec8c3a2

Please sign in to comment.