diff --git a/charts/other/app-template/Chart.yaml b/charts/other/app-template/Chart.yaml index a85a9122..e30c1300 100644 --- a/charts/other/app-template/Chart.yaml +++ b/charts/other/app-template/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 description: A common powered chart template. This can be useful for small projects that don't have their own chart. name: app-template -version: 3.0.0-beta2 +version: 3.0.0-beta3 kubeVersion: ">=1.22.0-0" maintainers: - name: bjw-s @@ -10,12 +10,12 @@ maintainers: dependencies: - name: common repository: https://bjw-s.github.io/helm-charts - version: 3.0.0-beta2 + version: 3.0.0-beta3 annotations: artifacthub.io/changes: |- - kind: changed description: | - Updated library version to 3.0.0-beta2. + Updated library version to 3.0.0-beta3. links: - name: Upgrade instructions from v2.x url: https://bjw-s.github.io/helm-charts/docs/app-template/#from-2xx-to-30x diff --git a/charts/other/app-template/values.schema.json b/charts/other/app-template/values.schema.json index 6f758389..46535bdd 100644 --- a/charts/other/app-template/values.schema.json +++ b/charts/other/app-template/values.schema.json @@ -1,3 +1,3 @@ { - "$ref": "https://raw.githubusercontent.com/bjw-s/helm-charts/common-3.0.0-beta2/charts/library/common/values.schema.json" + "$ref": "https://raw.githubusercontent.com/bjw-s/helm-charts/common-3.0.0-beta3/charts/library/common/values.schema.json" }