Skip to content

Commit 5edda50

Browse files
github-actions[bot]chimera-kube-botviccuad
authored
Helm chart minor release (#561)
Signed-off-by: Kubewarden bot <[email protected]> Signed-off-by: Víctor Cuadrado Juan <[email protected]> Co-authored-by: Kubewarden bot <[email protected]> Co-authored-by: Víctor Cuadrado Juan <[email protected]>
1 parent 8f09ac4 commit 5edda50

10 files changed

+30
-14
lines changed

charts/kubewarden-controller/Chart.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ maintainers:
2323
# This is the chart version. This version number should be incremented each time you make changes
2424
# to the chart and its templates, including the app version.
2525
# Versions are expected to follow Semantic Versioning (https://semver.org/)
26-
version: 3.0.1
26+
version: 3.1.0-beta1
2727
# This is the version of Kubewarden stack
28-
appVersion: v1.17.0
28+
appVersion: v1.18.0-beta1
2929
annotations:
3030
# required ones:
3131
catalog.cattle.io/certified: rancher # Any application we are adding as a helm chart
@@ -35,14 +35,14 @@ annotations:
3535
catalog.cattle.io/display-name: Kubewarden # Only for Charts with custom UI
3636
catalog.cattle.io/os: linux # this means linux only, other choice here is "windows". For charts that support both, don't add this annotation
3737
# optional ones:
38-
catalog.cattle.io/auto-install: kubewarden-crds=1.9.0
38+
catalog.cattle.io/auto-install: kubewarden-crds=1.10.0-beta1
3939
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.
4040
# The following two will create a UI warning if the request is not available in cluster
4141
# Assume the most standard setup for your chart. These can be strings with amounts, ie 64Mi or 2Gi are both valid.
4242
catalog.cattle.io/requests-cpu: "250m"
4343
catalog.cattle.io/requests-memory: "50Mi"
4444
catalog.cattle.io/rancher-version: ">= 2.6.0-0 <= 2.9.100-0" # Chart will only be available for users in the specified Rancher version(s), here its 2.5.0-2.5.99. This _must_ use build metadata or it won't work correctly for future RC's.
45-
catalog.cattle.io/upstream-version: 3.0.1
45+
catalog.cattle.io/upstream-version: 3.1.0-beta1
4646
# Valid values for the following annotation include: `cluster-tool`, `app` or `cluster-template`
4747
# See the Cluster Tools section to learn more about when to set this value to `cluster-tool`.
4848
catalog.cattle.io/type: cluster-tool

charts/kubewarden-controller/values.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ image:
151151
# controller image to be used
152152
repository: "kubewarden/kubewarden-controller"
153153
# image tag
154-
tag: v1.17.1
154+
tag: v1.18.0-beta1
155155
pullPolicy: IfNotPresent
156156
preDeleteJob:
157157
image:
@@ -194,7 +194,7 @@ auditScanner:
194194
# The registry is defined in the common.cattle.systemDefaultRegistry value
195195
# kubectl image to be used in the pre-delete helm hook
196196
repository: "kubewarden/audit-scanner"
197-
tag: v1.17.0
197+
tag: v1.18.0-beta1
198198
pullPolicy: IfNotPresent
199199
cronJob:
200200
schedule: "*/60 * * * *" # every 60 minutes

charts/kubewarden-crds/Chart.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ keywords:
2222
# This is the chart version. This version number should be incremented each time you make changes
2323
# to the chart and its templates, including the app version.
2424
# Versions are expected to follow Semantic Versioning (https://semver.org/)
25-
version: 1.9.0
25+
version: 1.10.0-beta1
2626
# This is the version of Kubewarden stack
27-
appVersion: v1.17.0
27+
appVersion: v1.18.0-beta1
2828
annotations:
2929
# required ones:
3030
catalog.cattle.io/certified: rancher # Any application we are adding as a helm chart
@@ -33,7 +33,7 @@ annotations:
3333
catalog.cattle.io/os: linux # this means linux only, other choice here is "windows". For charts that support both, don't add this annotation
3434
# optional ones:
3535
catalog.cattle.io/hidden: "true" # Hide specific charts. Only use on CRD charts.
36-
catalog.cattle.io/upstream-version: 1.9.0
36+
catalog.cattle.io/upstream-version: 1.10.0-beta1
3737
# Valid values for the following annotation include: `cluster-tool`, `app` or `cluster-template`
3838
# See the Cluster Tools section to learn more about when to set this value to `cluster-tool`.
3939
catalog.cattle.io/type: cluster-tool

charts/kubewarden-crds/templates/admissionpolicies.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ spec:
1010
kind: AdmissionPolicy
1111
listKind: AdmissionPolicyList
1212
plural: admissionpolicies
13+
shortNames:
14+
- ap
1315
singular: admissionpolicy
1416
scope: Namespaced
1517
versions:
@@ -473,6 +475,8 @@ spec:
473475
jsonPath: .status.policyStatus
474476
name: Status
475477
type: string
478+
deprecated: true
479+
deprecationWarning: This version is deprecated. Please, consider using v1
476480
name: v1alpha2
477481
schema:
478482
openAPIV3Schema:

charts/kubewarden-crds/templates/admissionpolicygroups.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ spec:
1010
kind: AdmissionPolicyGroup
1111
listKind: AdmissionPolicyGroupList
1212
plural: admissionpolicygroups
13+
shortNames:
14+
- apg
1315
singular: admissionpolicygroup
1416
scope: Namespaced
1517
versions:

charts/kubewarden-crds/templates/clusteradmissionpolicies.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ spec:
1010
kind: ClusterAdmissionPolicy
1111
listKind: ClusterAdmissionPolicyList
1212
plural: clusteradmissionpolicies
13+
shortNames:
14+
- cap
1315
singular: clusteradmissionpolicy
1416
scope: Cluster
1517
versions:
@@ -585,6 +587,8 @@ spec:
585587
jsonPath: .status.policyStatus
586588
name: Status
587589
type: string
590+
deprecated: true
591+
deprecationWarning: This version is deprecated. Please, consider using v1
588592
name: v1alpha2
589593
schema:
590594
openAPIV3Schema:

charts/kubewarden-crds/templates/clusteradmissionpolicygroups.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ spec:
1010
kind: ClusterAdmissionPolicyGroup
1111
listKind: ClusterAdmissionPolicyGroupList
1212
plural: clusteradmissionpolicygroups
13+
shortNames:
14+
- capg
1315
singular: clusteradmissionpolicygroup
1416
scope: Cluster
1517
versions:

charts/kubewarden-crds/templates/policyservers.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ spec:
1010
kind: PolicyServer
1111
listKind: PolicyServerList
1212
plural: policyservers
13+
shortNames:
14+
- ps
1315
singular: policyserver
1416
scope: Cluster
1517
versions:
@@ -1718,6 +1720,8 @@ spec:
17181720
jsonPath: .spec.image
17191721
name: Image
17201722
type: string
1723+
deprecated: true
1724+
deprecationWarning: This version is deprecated. Please, consider using v1
17211725
name: v1alpha2
17221726
schema:
17231727
openAPIV3Schema:

charts/kubewarden-defaults/Chart.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ keywords:
2222
# This is the chart version. This version number should be incremented each time you make changes
2323
# to the chart and its templates, including the app version.
2424
# Versions are expected to follow Semantic Versioning (https://semver.org/)
25-
version: 2.4.0
25+
version: 2.5.0-beta1
2626
# This is the version of Kubewarden stack
27-
appVersion: v1.17.0
27+
appVersion: v1.18.0-beta1
2828
annotations:
2929
# required ones:
3030
catalog.cattle.io/certified: rancher # Any application we are adding as a helm chart
@@ -35,8 +35,8 @@ annotations:
3535
catalog.cattle.io/os: linux # this means linux only, other choice here is "windows". For charts that support both, don't add this annotation
3636
# optional ones:
3737
catalog.cattle.io/hidden: "true" # Hide specific charts. Only use on CRD charts.
38-
catalog.cattle.io/upstream-version: 2.4.0
39-
catalog.cattle.io/auto-install: kubewarden-crds=1.9.0
38+
catalog.cattle.io/upstream-version: 2.5.0-beta1
39+
catalog.cattle.io/auto-install: kubewarden-crds=1.10.0-beta1
4040
# Valid values for the following annotation include: `cluster-tool`, `app` or `cluster-template`
4141
# See the Cluster Tools section to learn more about when to set this value to `cluster-tool`.
4242
catalog.cattle.io/type: cluster-tool

charts/kubewarden-defaults/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ policyServer:
115115
image:
116116
# The registry is defined in the global.cattle.systemDefaultRegistry value
117117
repository: "kubewarden/policy-server"
118-
tag: v1.17.0
118+
tag: v1.18.0-beta1
119119
serviceAccountName: policy-server
120120
# verificationConfig: your_configmap
121121
# Configmap containing a Sigstore verification configuration under a key

0 commit comments

Comments
 (0)