File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ type: application
1616# This is the chart version. This version number should be incremented each time you make changes
1717# to the chart and its templates, including the app version.
1818# Versions are expected to follow Semantic Versioning (https://semver.org/)
19- version : 13.0.1
19+ version : 13.0.2
2020# This is the version number of the application being deployed. This version number should be
2121# incremented each time you make changes to the application. Versions are not expected to
2222# follow Semantic Versioning. They should reflect the version the application is using.
2323# It is recommended to use it with quotes.
24- appVersion : " 13.0.1 "
24+ appVersion : " 13.0.2 "
2525icon : https://raw.githubusercontent.com/mondoohq/mondoo-operator/main/charts/mondoo-operator/icon.svg
Original file line number Diff line number Diff line change 22# SPDX-License-Identifier: BUSL-1.1
33
44resources :
5- - manager.yaml
6- - metrics-service.yaml
5+ - manager.yaml
6+ - metrics-service.yaml
77generatorOptions :
88 disableNameSuffixHash : true
99configMapGenerator :
10- - files :
11- - controller_manager_config.yaml
12- name : manager-config
10+ - files :
11+ - controller_manager_config.yaml
12+ name : manager-config
1313apiVersion : kustomize.config.k8s.io/v1beta1
1414kind : Kustomization
1515images :
16- - name : controller
17- newName : ghcr.io/mondoohq/mondoo-operator
18- newTag : sha256-f11f20b32b7abef03154ecefdb14fdf3cdfdca1d.sig
16+ - name : controller
17+ newName : ghcr.io/mondoohq/mondoo-operator
18+ newTag : v13.0.2
You can’t perform that action at this time.
0 commit comments