Skip to content

Commit 6a96e25

Browse files
ArtlvnsArtjoms Laivins
and
Artjoms Laivins
authored
Change pdb api version to v1 (#143)
* Change pdb api version to v1 since deprecated in Kubernetes v1.21.0 and removed in v.1.25.0 * bump all affected chart versions --------- Co-authored-by: Artjoms Laivins <[email protected]>
1 parent 052e1ec commit 6a96e25

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

dotnet/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v2
22
description: .NET Core Helm Chart
33
name: dotnet
4-
version: 11.0.1
4+
version: 12.0.0
55
dependencies:
66
- name: libchart
7-
version: 2.0.2
7+
version: 3.0.0
88
repository: file://../libchart

golang/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v2
22
description: golan Helm Chart
33
name: golang
4-
version: 15.0.1
4+
version: 16.0.0
55
dependencies:
66
- name: libchart
7-
version: 2.0.2
7+
version: 3.0.0
88
repository: file://../libchart

java/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v2
22
description: Java Helm Chart
33
name: java
4-
version: 8.0.2
4+
version: 9.0.0
55
dependencies:
66
- name: libchart
7-
version: 2.0.2
7+
version: 3.0.0
88
repository: file://../libchart

libchart/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: library
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 2.0.2
18+
version: 3.0.0
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

libchart/templates/_pdb.tpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{{- define "libchart.pdb.tpl" -}}
22
{{- if .Values.podDisruptionBudget -}}
3-
apiVersion: policy/v1beta1
3+
apiVersion: policy/v1
44
kind: PodDisruptionBudget
55
metadata:
66
name: {{ template "libchart.name" . }}

nodejs/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v2
22
description: Node.js Helm Chart
33
name: nodejs
4-
version: 15.0.1
4+
version: 16.0.0
55
dependencies:
66
- name: libchart
7-
version: 2.0.2
7+
version: 3.0.0
88
repository: file://../libchart

web/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
appVersion: "1.0"
33
description: Helm chart for deployment of web servers
44
name: web
5-
version: 12.0.1
5+
version: 13.0.0
66
dependencies:
77
- name: libchart
8-
version: 2.0.2
8+
version: 3.0.0
99
repository: file://../libchart

0 commit comments

Comments
 (0)