Skip to content

Commit 1651307

Browse files
🚀 Release v13.0.2 (#1445)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 222abe7 commit 1651307

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

charts/mondoo-operator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"
2525
icon: https://raw.githubusercontent.com/mondoohq/mondoo-operator/main/charts/mondoo-operator/icon.svg

config/manager/kustomization.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
# SPDX-License-Identifier: BUSL-1.1
33

44
resources:
5-
- manager.yaml
6-
- metrics-service.yaml
5+
- manager.yaml
6+
- metrics-service.yaml
77
generatorOptions:
88
disableNameSuffixHash: true
99
configMapGenerator:
10-
- files:
11-
- controller_manager_config.yaml
12-
name: manager-config
10+
- files:
11+
- controller_manager_config.yaml
12+
name: manager-config
1313
apiVersion: kustomize.config.k8s.io/v1beta1
1414
kind: Kustomization
1515
images:
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

0 commit comments

Comments
 (0)