Skip to content

Commit 152950a

Browse files
keptn-botmowies
andauthored
Update keptn-metrics-operator Helm chart (#177)
Co-authored-by: mowies <[email protected]> Co-authored-by: Moritz Wiesinger <[email protected]>
1 parent be652ff commit 152950a

File tree

9 files changed

+11
-55
lines changed

9 files changed

+11
-55
lines changed

charts/keptn-metrics-operator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ annotations:
2222
artifacthub.io/operator: 'true'
2323
kubeVersion: '>= 1.24.0-0'
2424
type: application
25-
version: 0.3.0
26-
appVersion: v1.1.0 # x-release-please-version
25+
version: 0.3.1
26+
appVersion: v1.1.1 # x-release-please-version
2727
dependencies:
2828
- name: common
2929
repository: https://charts.lifecycle.keptn.sh

charts/keptn-metrics-operator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Prometheus, Dynatrace, DataDog and K8s metric server...
7979
| `env.analysisControllerLogLevel` | sets the log level of Analysis Controller | `0` |
8080
| `image.registry` | specify the container registry for the metrics-operator image | `""` |
8181
| `image.repository` | specify registry for manager image | `keptn/metrics-operator` |
82-
| `image.tag` | select tag for manager image | `v1.1.0` |
82+
| `image.tag` | select tag for manager image | `v1.1.1` |
8383
| `image.imagePullPolicy` | specify pull policy for the manager image. This overrides global values | `""` |
8484
| `livenessProbe` | custom livenessprobe for manager container | |
8585
| `readinessProbe` | custom readinessprobe for manager container | |

charts/keptn-metrics-operator/templates/analysis-crd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: CustomResourceDefinition
33
metadata:
44
name: analyses.metrics.keptn.sh
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.14.0
6+
controller-gen.kubebuilder.io/version: v0.16.5
77
{{- with .Values.global.caInjectionAnnotations }}
88
{{- toYaml . | nindent 4 }}
99
{{- end }}

charts/keptn-metrics-operator/templates/analysisdefinition-crd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: CustomResourceDefinition
33
metadata:
44
name: analysisdefinitions.metrics.keptn.sh
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.14.0
6+
controller-gen.kubebuilder.io/version: v0.16.5
77
{{- with .Values.global.caInjectionAnnotations }}
88
{{- toYaml . | nindent 4 }}
99
{{- end }}

charts/keptn-metrics-operator/templates/analysisvaluetemplate-crd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: CustomResourceDefinition
33
metadata:
44
name: analysisvaluetemplates.metrics.keptn.sh
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.14.0
6+
controller-gen.kubebuilder.io/version: v0.16.5
77
{{- with .Values.global.caInjectionAnnotations }}
88
{{- toYaml . | nindent 4 }}
99
{{- end }}

charts/keptn-metrics-operator/templates/keptnmetric-crd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: CustomResourceDefinition
33
metadata:
44
name: keptnmetrics.metrics.keptn.sh
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.14.0
6+
controller-gen.kubebuilder.io/version: v0.16.5
77
{{- with .Values.global.caInjectionAnnotations }}
88
{{- toYaml . | nindent 4 }}
99
{{- end }}

charts/keptn-metrics-operator/templates/keptnmetricsprovider-crd.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: CustomResourceDefinition
33
metadata:
44
name: keptnmetricsproviders.metrics.keptn.sh
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.14.0
6+
controller-gen.kubebuilder.io/version: v0.16.5
77
{{- with .Values.global.caInjectionAnnotations }}
88
{{- toYaml . | nindent 4 }}
99
{{- end }}
@@ -67,7 +67,6 @@ spec:
6767
description: |-
6868
Name of the referent.
6969
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
70-
TODO: Add other useful fields. apiVersion, kind, uid?
7170
type: string
7271
optional:
7372
description: Specify whether the Secret or its key must be defined
@@ -133,7 +132,6 @@ spec:
133132
description: |-
134133
Name of the referent.
135134
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
136-
TODO: Add other useful fields. apiVersion, kind, uid?
137135
type: string
138136
optional:
139137
description: Specify whether the Secret or its key must be defined
@@ -193,7 +191,6 @@ spec:
193191
description: |-
194192
Name of the referent.
195193
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
196-
TODO: Add other useful fields. apiVersion, kind, uid?
197194
type: string
198195
optional:
199196
description: Specify whether the Secret or its key must be defined
@@ -260,7 +257,6 @@ spec:
260257
description: |-
261258
Name of the referent.
262259
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
263-
TODO: Add other useful fields. apiVersion, kind, uid?
264260
type: string
265261
optional:
266262
description: Specify whether the Secret or its key must be defined

charts/keptn-metrics-operator/templates/metrics-operator-rbac.yaml

Lines changed: 2 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,14 @@ rules:
4040
- metrics.keptn.sh
4141
resources:
4242
- analyses/finalizers
43+
- keptnmetrics/finalizers
4344
verbs:
4445
- update
4546
- apiGroups:
4647
- metrics.keptn.sh
4748
resources:
4849
- analyses/status
50+
- keptnmetrics/status
4951
verbs:
5052
- get
5153
- patch
@@ -54,51 +56,9 @@ rules:
5456
- metrics.keptn.sh
5557
resources:
5658
- analysisdefinitions
57-
verbs:
58-
- get
59-
- list
60-
- watch
61-
- apiGroups:
62-
- metrics.keptn.sh
63-
resources:
6459
- analysisvaluetemplates
65-
verbs:
66-
- get
67-
- list
68-
- watch
69-
- apiGroups:
70-
- metrics.keptn.sh
71-
resources:
7260
- keptnmetrics
73-
verbs:
74-
- get
75-
- list
76-
- watch
77-
- apiGroups:
78-
- metrics.keptn.sh
79-
resources:
80-
- keptnmetrics/finalizers
81-
verbs:
82-
- update
83-
- apiGroups:
84-
- metrics.keptn.sh
85-
resources:
86-
- keptnmetrics/status
87-
verbs:
88-
- get
89-
- patch
90-
- update
91-
- apiGroups:
92-
- metrics.keptn.sh
93-
resources:
9461
- keptnmetricsproviders
95-
verbs:
96-
- get
97-
- list
98-
- watch
99-
- apiGroups:
100-
- metrics.keptn.sh
101-
resources:
10262
- providers
10363
verbs:
10464
- get

charts/keptn-metrics-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ image:
140140
## @param image.repository specify registry for manager image
141141
repository: keptn/metrics-operator
142142
## @param image.tag select tag for manager image
143-
tag: v1.1.0 # x-release-please-version
143+
tag: v1.1.1 # x-release-please-version
144144
## @param image.imagePullPolicy specify pull policy for the manager image. This overrides global values
145145
imagePullPolicy: ""
146146
## @extra livenessProbe custom livenessprobe for manager container

0 commit comments

Comments
 (0)