Skip to content

Commit ad66b47

Browse files
committed
release v0.10.0-rc.5
Signed-off-by: Justin Lesko <[email protected]>
1 parent 330c612 commit ad66b47

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

bundle/manifests/watermarkpodautoscaler.clusterserviceversion.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ metadata:
4343
capabilities: Basic Install
4444
operators.operatorframework.io/builder: operator-sdk-v1.23.0
4545
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
46-
name: watermarkpodautoscaler.v0.9.0
46+
name: watermarkpodautoscaler.v0.10.0-rc.5
4747
namespace: placeholder
4848
spec:
4949
apiservicedefinitions: {}
@@ -175,7 +175,7 @@ spec:
175175
valueFrom:
176176
fieldRef:
177177
fieldPath: metadata.name
178-
image: gcr.io/datadoghq/watermarkpodautoscaler:v0.9.0
178+
image: gcr.io/datadoghq/watermarkpodautoscaler:v0.10.0-rc.5
179179
imagePullPolicy: IfNotPresent
180180
livenessProbe:
181181
httpGet:
@@ -249,4 +249,4 @@ spec:
249249
maturity: alpha
250250
provider:
251251
name: Datadog
252-
version: 0.9.0
252+
version: 0.10.0-rc.5

chart/watermarkpodautoscaler/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v1
2-
appVersion: v0.9.0
2+
appVersion: v0.10.0-rc.5
33
description: Watermark Pod Autoscaler
44
name: watermarkpodautoscaler
55
version: v0.5.1

chart/watermarkpodautoscaler/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
replicaCount: 1
66
image:
77
repository: gcr.io/datadoghq/watermarkpodautoscaler
8-
tag: v0.9.0
8+
tag: v0.10.0-rc.5
99
pullPolicy: IfNotPresent
1010
imagePullSecrets: []
1111
nameOverride: ""

config/manager/kustomization.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ resources:
33
images:
44
- name: gcr.io/datadoghq/watermarkpodautoscaler
55
newName: gcr.io/datadoghq/watermarkpodautoscaler
6-
newTag: v0.9.0
6+
newTag: v0.10.0-rc.5
77
apiVersion: kustomize.config.k8s.io/v1beta1
88
kind: Kustomization

0 commit comments

Comments
 (0)