Skip to content

Commit

Permalink
mondoo-operator-1.18.0 (#953)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Zunker <[email protected]>
  • Loading branch information
czunker authored Nov 22, 2023
1 parent e73431a commit b24b3ec
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 5 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.17.2
version: 1.18.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.17.2"
appVersion: "1.18.0"
24 changes: 24 additions & 0 deletions charts/mondoo-operator/templates/mondooauditconfig-crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,11 @@ spec:
Limits. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/'
type: object
type: object
schedule:
description: Specify a custom crontab schedule for the container
image scanning job. If not specified, the default schedule is
used.
type: string
type: object
filtering:
properties:
Expand Down Expand Up @@ -184,6 +189,11 @@ spec:
type: boolean
enable:
type: boolean
schedule:
description: Specify a custom crontab schedule for the Kubernetes
resource scanning job. If not specified, the default schedule
is used.
type: string
type: object
mondooCredsSecretRef:
description: Config is an example field of MondooAuditConfig. Edit mondooauditconfig_types.go
Expand Down Expand Up @@ -260,6 +270,10 @@ spec:
Limits. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/'
type: object
type: object
schedule:
description: Specify a custom crontab schedule for the node scanning
job. If not specified, the default schedule is used.
type: string
type: object
scanner:
description: Scanner defines the settings for the Mondoo scanner that
Expand Down Expand Up @@ -468,6 +482,12 @@ spec:
description: Conditions includes detailed status for the MondooAuditConfig
items:
properties:
affectedPods:
description: AffectedPods, when filled, contains a list which
are affected by an issue
items:
type: string
type: array
lastTransitionTime:
description: LastTransitionTime is the last time the condition
transitioned from one status to another.
Expand All @@ -477,6 +497,10 @@ spec:
description: LastUpdateTime is the last time we probed the condition
format: date-time
type: string
memoryLimit:
description: MemoryLimit contains the currently active memory
limit for a Pod
type: string
message:
description: Message is a human-readable message indicating details
about the last transition
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.17.2
tag: v1.18.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.17.2
newTag: v1.18.0
2 changes: 1 addition & 1 deletion config/webhook/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ resources:
images:
- name: controller
newName: ghcr.io/mondoohq/mondoo-operator
newTag: v1.17.2
newTag: v1.18.0

0 comments on commit b24b3ec

Please sign in to comment.