diff --git a/charts/hauler_manifest.yaml b/charts/hauler_manifest.yaml index ed541370c..008ae6373 100644 --- a/charts/hauler_manifest.yaml +++ b/charts/hauler_manifest.yaml @@ -58,13 +58,13 @@ spec: charts: - name: kubewarden-crds repoURL: https://charts.kubewarden.io - version: 1.26.0 + version: 1.25.1 - name: kubewarden-controller repoURL: https://charts.kubewarden.io - version: 5.12.0 + version: 5.11.1 - name: kubewarden-defaults repoURL: https://charts.kubewarden.io - version: 3.12.0 + version: 3.11.1 - name: policy-reporter version: 3.7.3 repoURL: https://kyverno.github.io/policy-reporter diff --git a/charts/kubewarden-controller/Chart.yaml b/charts/kubewarden-controller/Chart.yaml index 05d66c944..ceb62b2ef 100644 --- a/charts/kubewarden-controller/Chart.yaml +++ b/charts/kubewarden-controller/Chart.yaml @@ -23,7 +23,7 @@ maintainers: # 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: 5.12.0 +version: 5.11.1 # This is the version of Kubewarden stack appVersion: v1.33.1 annotations: @@ -35,7 +35,7 @@ annotations: catalog.cattle.io/display-name: Kubewarden # Only for Charts with custom UI catalog.cattle.io/os: linux # this means linux only, other choice here is "windows". For charts that support both, don't add this annotation # optional ones: - catalog.cattle.io/auto-install: kubewarden-crds=1.26.0 + catalog.cattle.io/auto-install: kubewarden-crds=1.25.1 catalog.cattle.io/provides-gvr: "policyservers.policies.kubewarden.io/v1" # Declare that this chart provides a type, which other charts may use in `requires-gvr`. Only add to parent, not CRD chart. # The following two will create a UI warning if the request is not available in cluster # Assume the most standard setup for your chart. These can be strings with amounts, ie 64Mi or 2Gi are both valid. diff --git a/charts/kubewarden-crds/Chart.yaml b/charts/kubewarden-crds/Chart.yaml index 41a33858a..da3ecd6eb 100644 --- a/charts/kubewarden-crds/Chart.yaml +++ b/charts/kubewarden-crds/Chart.yaml @@ -22,7 +22,7 @@ keywords: # 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: 1.26.0 +version: 1.25.1 # This is the version of Kubewarden stack appVersion: v1.33.1 annotations: diff --git a/charts/kubewarden-defaults/Chart.yaml b/charts/kubewarden-defaults/Chart.yaml index 036307787..e6ec0c744 100644 --- a/charts/kubewarden-defaults/Chart.yaml +++ b/charts/kubewarden-defaults/Chart.yaml @@ -22,7 +22,7 @@ keywords: # 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: 3.12.0 +version: 3.11.1 # This is the version of Kubewarden stack appVersion: v1.33.1 annotations: @@ -35,7 +35,7 @@ annotations: catalog.cattle.io/os: linux # this means linux only, other choice here is "windows". For charts that support both, don't add this annotation # optional ones: catalog.cattle.io/hidden: "true" # Hide specific charts. Only use on CRD charts. - catalog.cattle.io/auto-install: kubewarden-crds=1.26.0 + catalog.cattle.io/auto-install: kubewarden-crds=1.25.1 # Valid values for the following annotation include: `cluster-tool`, `app` or `cluster-template` # See the Cluster Tools section to learn more about when to set this value to `cluster-tool`. catalog.cattle.io/type: cluster-tool