Skip to content

Commit 6eeae87

Browse files
committed
🔖 v0.10.0
1 parent 379987f commit 6eeae87

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# To re-generate a bundle for another specific version without changing the standard setup, you can:
44
# - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2)
55
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
6-
VERSION ?= 0.9.2
6+
VERSION ?= 0.10.0
77

88
# CHANNELS define the bundle channels used in the bundle.
99
# Add a new line here if you would like to change its default config. (E.g CHANNELS = "candidate,fast,stable")

bundle/manifests/cloudflare-operator.clusterserviceversion.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ metadata:
7171
capabilities: Basic Install
7272
operators.operatorframework.io/builder: operator-sdk-v1.25.2
7373
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
74-
name: cloudflare-operator.v0.9.2
74+
name: cloudflare-operator.v0.10.0
7575
namespace: placeholder
7676
spec:
7777
apiservicedefinitions: {}
@@ -277,7 +277,7 @@ spec:
277277
- --leader-elect
278278
command:
279279
- /manager
280-
image: adyanth/cloudflare-operator:0.9.2
280+
image: adyanth/cloudflare-operator:0.10.0
281281
livenessProbe:
282282
httpGet:
283283
path: /healthz
@@ -385,4 +385,4 @@ spec:
385385
provider:
386386
name: adyanth.dev
387387
url: https://github.com/adyanth/cloudflare-operator
388-
version: 0.9.2
388+
version: 0.10.0

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ kind: Kustomization
1313
images:
1414
- name: controller
1515
newName: adyanth/cloudflare-operator
16-
newTag: 0.9.2
16+
newTag: 0.10.0

0 commit comments

Comments
 (0)