Skip to content

Commit

Permalink
🚀 1.19.4 (#1008)
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Milchev <ivan@mondoo.com>
  • Loading branch information
imilchev authored Jan 23, 2024
1 parent 10b04ff commit 4bdeca8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 9 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.19.3
version: 1.19.4
# 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.19.3"
appVersion: "1.19.4"
2 changes: 0 additions & 2 deletions charts/mondoo-operator/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ 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: 1 addition & 3 deletions charts/mondoo-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,9 @@ controllerManager:
- ALL
privileged: false
readOnlyRootFilesystem: true
env:
featureEnableV9: "true"
image:
repository: ghcr.io/mondoohq/mondoo-operator
tag: v1.19.3
tag: v1.19.4
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.19.3
newTag: v1.19.4
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.19.3
newTag: v1.19.4

0 comments on commit 4bdeca8

Please sign in to comment.