Skip to content

Commit 6361baf

Browse files
committed
chore: prepare for v0.17.0-rc.3 release
Signed-off-by: bwplotka <[email protected]>
1 parent f98d068 commit 6361baf

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

charts/values.global.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ commonLabels: false
1616
namespace:
1717
public: gmp-public
1818
system: gmp-system
19-
version: 0.15.4
19+
version: 0.17.0
2020
images:
2121
# NOTE: All tags have to be quoted otherwise they might be treated as a number.
2222
bash:

manifests/operator.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ spec:
347347
labels:
348348
app: managed-prometheus-collector
349349
app.kubernetes.io/name: collector
350-
app.kubernetes.io/version: 0.15.4
350+
app.kubernetes.io/version: 0.17.0
351351
annotations:
352352
# The emptyDir for the storage and config directories prevents cluster
353353
# autoscaling unless this annotation is set.
@@ -545,7 +545,7 @@ spec:
545545
app.kubernetes.io/component: operator
546546
app.kubernetes.io/name: gmp-operator
547547
app.kubernetes.io/part-of: gmp
548-
app.kubernetes.io/version: 0.15.4
548+
app.kubernetes.io/version: 0.17.0
549549
spec:
550550
serviceAccountName: operator
551551
automountServiceAccountToken: true
@@ -648,7 +648,7 @@ spec:
648648
labels:
649649
app.kubernetes.io/name: rule-evaluator
650650
app: managed-prometheus-rule-evaluator
651-
app.kubernetes.io/version: 0.15.4
651+
app.kubernetes.io/version: 0.17.0
652652
annotations:
653653
# The emptyDir for the storage and config directories prevents cluster
654654
# autoscaling unless this annotation is set.
@@ -823,7 +823,7 @@ spec:
823823
labels:
824824
app: managed-prometheus-alertmanager
825825
app.kubernetes.io/name: alertmanager
826-
app.kubernetes.io/version: 0.15.4
826+
app.kubernetes.io/version: 0.17.0
827827
annotations:
828828
cluster-autoscaler.kubernetes.io/safe-to-evict: "true"
829829
components.gke.io/component-name: managed_prometheus

manifests/rule-evaluator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ spec:
118118
metadata:
119119
labels:
120120
app.kubernetes.io/name: rule-evaluator
121-
app.kubernetes.io/version: 0.15.4
121+
app.kubernetes.io/version: 0.17.0
122122
spec:
123123
serviceAccountName: rule-evaluator
124124
automountServiceAccountToken: true

0 commit comments

Comments
 (0)