diff --git a/dotnet/Chart.yaml b/dotnet/Chart.yaml index 63f36ad..8dbb3f6 100644 --- a/dotnet/Chart.yaml +++ b/dotnet/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 description: .NET Core Helm Chart name: dotnet -version: 11.0.1 +version: 12.0.0 dependencies: - name: libchart - version: 2.0.2 + version: 3.0.0 repository: file://../libchart diff --git a/golang/Chart.yaml b/golang/Chart.yaml index 9209c0f..f277764 100644 --- a/golang/Chart.yaml +++ b/golang/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 description: golan Helm Chart name: golang -version: 15.0.1 +version: 16.0.0 dependencies: - name: libchart - version: 2.0.2 + version: 3.0.0 repository: file://../libchart diff --git a/java/Chart.yaml b/java/Chart.yaml index ce5ae2b..b47edbc 100644 --- a/java/Chart.yaml +++ b/java/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 description: Java Helm Chart name: java -version: 8.0.2 +version: 9.0.0 dependencies: - name: libchart - version: 2.0.2 + version: 3.0.0 repository: file://../libchart diff --git a/libchart/Chart.yaml b/libchart/Chart.yaml index 44f0d4c..17e9b31 100644 --- a/libchart/Chart.yaml +++ b/libchart/Chart.yaml @@ -15,7 +15,7 @@ type: library # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 2.0.2 +version: 3.0.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/libchart/templates/_pdb.tpl b/libchart/templates/_pdb.tpl index 718c141..7639386 100644 --- a/libchart/templates/_pdb.tpl +++ b/libchart/templates/_pdb.tpl @@ -1,6 +1,6 @@ {{- define "libchart.pdb.tpl" -}} {{- if .Values.podDisruptionBudget -}} -apiVersion: policy/v1beta1 +apiVersion: policy/v1 kind: PodDisruptionBudget metadata: name: {{ template "libchart.name" . }} diff --git a/nodejs/Chart.yaml b/nodejs/Chart.yaml index a82e7bc..311482f 100644 --- a/nodejs/Chart.yaml +++ b/nodejs/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 description: Node.js Helm Chart name: nodejs -version: 15.0.1 +version: 16.0.0 dependencies: - name: libchart - version: 2.0.2 + version: 3.0.0 repository: file://../libchart diff --git a/web/Chart.yaml b/web/Chart.yaml index 62aca5e..e2ce8cb 100644 --- a/web/Chart.yaml +++ b/web/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 appVersion: "1.0" description: Helm chart for deployment of web servers name: web -version: 12.0.1 +version: 13.0.0 dependencies: - name: libchart - version: 2.0.2 + version: 3.0.0 repository: file://../libchart