Skip to content

Commit

Permalink
mondoo-operator-1.19.0 (#977)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Zunker <[email protected]>
  • Loading branch information
czunker authored Dec 20, 2023
1 parent afb9d98 commit 61b2be4
Show file tree
Hide file tree
Showing 5 changed files with 9 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.18.0
version: 1.19.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.18.0"
appVersion: "1.19.0"
2 changes: 2 additions & 0 deletions charts/mondoo-operator/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ spec:
command:
- /mondoo-operator
env:
- name: FEATURE_ENABLE_V9
value: {{ quote .Values.controllerManager.manager.env.featureEnableV9 }}
- name: KUBERNETES_CLUSTER_DOMAIN
value: {{ quote .Values.kubernetesClusterDomain }}
image: {{ .Values.controllerManager.manager.image.repository }}:{{ .Values.controllerManager.manager.image.tag
Expand Down
4 changes: 3 additions & 1 deletion charts/mondoo-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@ controllerManager:
- ALL
privileged: false
readOnlyRootFilesystem: true
env:
featureEnableV9: "true"
image:
repository: ghcr.io/mondoohq/mondoo-operator
tag: v1.18.0
tag: v1.19.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.18.0
newTag: v1.19.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.18.0
newTag: v1.19.0

0 comments on commit 61b2be4

Please sign in to comment.