Skip to content

Commit

Permalink
mondoo v0.2.8 (#331)
Browse files Browse the repository at this point in the history
Signed-off-by: Joel Diaz <[email protected]>
  • Loading branch information
Joel Diaz authored May 10, 2022
1 parent 28e6b6a commit cc2cbad
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 6 deletions.
4 changes: 2 additions & 2 deletions charts/mondoo-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,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: 0.2.7
version: 0.2.8
# 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: "0.2.7"
appVersion: "0.2.8"
23 changes: 21 additions & 2 deletions charts/mondoo-operator/templates/manager-rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,15 @@ rules:
resources:
- daemonsets
verbs:
- delete
- get
- list
- watch
- apiGroups:
- apps
resources:
- deployments
verbs:
- create
- delete
- get
Expand All @@ -30,9 +39,9 @@ rules:
- update
- watch
- apiGroups:
- apps
- batch
resources:
- deployments
- cronjobs
verbs:
- create
- delete
Expand Down Expand Up @@ -70,6 +79,7 @@ rules:
- ""
resources:
- namespaces
- nodes
- pods
verbs:
- get
Expand All @@ -82,6 +92,15 @@ rules:
verbs:
- create
- delete
- apiGroups:
- ""
resourceNames:
- mondoo-client
- mondoo-token
resources:
- secrets
verbs:
- get
- apiGroups:
- ""
resources:
Expand Down
11 changes: 11 additions & 0 deletions charts/mondoo-operator/templates/mondooauditconfig-crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,17 @@ spec:
TODO: Add other useful fields. apiVersion, kind, uid?'
type: string
type: object
mondooTokenSecretRef:
description: MondooTokenSecretRef can optionally hold a time-limited
token that the mondoo-operator will use to create a Mondoo service
account saved to the Secret specified in .spec.mondooCredsSecretRef
if that Secret does not exist.
properties:
name:
description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
TODO: Add other useful fields. apiVersion, kind, uid?'
type: string
type: object
nodes:
properties:
enable:
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 @@ -2,7 +2,7 @@ controllerManager:
manager:
image:
repository: ghcr.io/mondoohq/mondoo-operator
tag: v0.2.7
tag: v0.2.8
resources:
limits:
cpu: 200m
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ kind: Kustomization
images:
- name: controller
newName: ghcr.io/mondoohq/mondoo-operator
newTag: v0.2.7
newTag: v0.2.8

0 comments on commit cc2cbad

Please sign in to comment.