Skip to content

Commit

Permalink
🚀 1.22.0 (#1080)
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Milchev <[email protected]>
  • Loading branch information
imilchev authored Mar 28, 2024
1 parent 6b212b5 commit 891e182
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 7 deletions.
4 changes: 2 additions & 2 deletions charts/mondoo-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ type: application
# 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.21.2
version: 1.22.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
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "1.21.2"
appVersion: "1.22.0"
24 changes: 22 additions & 2 deletions charts/mondoo-operator/templates/mondooauditconfig-crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,16 @@ spec:
properties:
enable:
type: boolean
intervalTimer:
default: 60
description: IntervalTimer is the interval (in minutes) for the
node scanning. The default is "60". Only applicable for Deployment
style.
type: integer
priorityClassName:
description: PriorityClassName specifies the name of the PriorityClass
for the node scanning workloads.
type: string
resources:
description: ResourceRequirements describes the compute resource
requirements.
Expand Down Expand Up @@ -271,8 +281,18 @@ spec:
type: object
type: object
schedule:
description: Specify a custom crontab schedule for the node scanning
job. If not specified, the default schedule is used.
description: Schedule specifies a custom crontab schedule for the
node scanning job. If not specified, the default schedule is used.
Only applicable for CronJob style
type: string
style:
default: cronjob
description: Style specifies how node scanning is deployed. The
default is "cronjob" which will create a CronJob for the node
scanning.
enum:
- cronjob
- deployment
type: string
type: object
scanner:
Expand Down
2 changes: 1 addition & 1 deletion charts/mondoo-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ controllerManager:
readOnlyRootFilesystem: true
image:
repository: ghcr.io/mondoohq/mondoo-operator
tag: v1.21.2
tag: v1.22.0
imagePullPolicy: IfNotPresent
resources:
limits:
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ kind: Kustomization
images:
- name: controller
newName: ghcr.io/mondoohq/mondoo-operator
newTag: v1.21.2
newTag: v1.22.0
2 changes: 1 addition & 1 deletion config/webhook/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ resources:
images:
- name: controller
newName: ghcr.io/mondoohq/mondoo-operator
newTag: v1.21.2
newTag: v1.22.0

patchesStrategicMerge:
- webhook_patch.yaml

0 comments on commit 891e182

Please sign in to comment.