Skip to content

Commit 8513a3e

Browse files
committed
feat(bump): bump to v0.4.0
Signed-off-by: Christopher Haar <christopher.haar@upbound.io>
1 parent 16eda70 commit 8513a3e

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

examples/configuration-rsm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ kind: Configuration
33
metadata:
44
name: crossplane-contrib-resource-state-metrics
55
spec:
6-
package: xpkg.crossplane.io/crossplane-contrib/resource-state-metrics:v0.3.0
6+
package: xpkg.crossplane.io/crossplane-contrib/resource-state-metrics:v0.4.0

examples/xr-rsm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
replicas: 1
1616
image:
1717
repository: xpkg.crossplane.io/crossplane-contrib/resource-state-metrics-server
18-
tag: v0.3.0
18+
tag: v0.4.0
1919
podMetadata:
2020
labels:
2121
example-label: example-label-value

tests/test-rsm-scheduling/test.yaml.gotmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ items:
3030
replicas: 1
3131
image:
3232
repository: xpkg.crossplane.io/crossplane-contrib/resource-state-metrics-server
33-
tag: v0.3.0
33+
tag: v0.4.0
3434
podMetadata:
3535
labels:
3636
example-label: example-label-value
@@ -101,7 +101,7 @@ items:
101101
automountServiceAccountToken: true
102102
containers:
103103
- name: resource-state-metrics
104-
image: "xpkg.crossplane.io/crossplane-contrib/resource-state-metrics-server:v0.3.0"
104+
image: "xpkg.crossplane.io/crossplane-contrib/resource-state-metrics-server:v0.4.0"
105105
args:
106106
- "--main-host=0.0.0.0"
107107
- "--main-port=9999"

tests/test-rsm/test.yaml.gotmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ items:
559559
automountServiceAccountToken: true
560560
containers:
561561
- name: resource-state-metrics
562-
image: "xpkg.crossplane.io/crossplane-contrib/resource-state-metrics-server:v0.3.0"
562+
image: "xpkg.crossplane.io/crossplane-contrib/resource-state-metrics-server:v0.4.0"
563563
args:
564564
- "--main-host=0.0.0.0"
565565
- "--main-port=9999"

0 commit comments

Comments
 (0)