Skip to content

Commit 1bb8d8c

Browse files
committed
debug
1 parent a59871b commit 1bb8d8c

9 files changed

+1550
-68
lines changed

Makefile

+1-1
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.1.5-rc.4
6+
VERSION ?= 0.1.5-rc.5-debug
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")

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.5-rc.4
1+
0.1.5-rc.5-debug

bundle/manifests/kubero-operator.clusterserviceversion.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1136,14 +1136,14 @@ metadata:
11361136
capabilities: Basic Install
11371137
categories: Integration & Delivery
11381138
certified: "false"
1139-
containerImage: ghcr.io/kubero-dev/kubero-operator/kuberoapp:v0.1.5-rc.4
1140-
createdAt: "2024-09-29T21:53:41Z"
1139+
containerImage: ghcr.io/kubero-dev/kubero-operator/kuberoapp:v0.1.5-rc.5-debug
1140+
createdAt: "2024-10-01T20:11:56Z"
11411141
description: Kubero is a GitOps continuous delivery tool for Kubernetes.
11421142
operators.operatorframework.io/builder: operator-sdk-v1.34.1
11431143
operators.operatorframework.io/project_layout: helm.sdk.operatorframework.io/v1
11441144
repository: https://github.com/kubero-dev/kubero
11451145
support: Kubero Community
1146-
name: kubero-operator.v0.1.5-rc.4
1146+
name: kubero-operator.v0.1.5-rc.5-debug
11471147
namespace: placeholder
11481148
spec:
11491149
apiservicedefinitions: {}
@@ -2040,7 +2040,7 @@ spec:
20402040
- --leader-elect
20412041
- --leader-election-id=kubero-operator
20422042
- --zap-log-level=info
2043-
image: ghcr.io/kubero-dev/kubero-operator/kuberoapp:v0.1.5-rc.4
2043+
image: ghcr.io/kubero-dev/kubero-operator/kuberoapp:v0.1.5-rc.5-debug
20442044
livenessProbe:
20452045
httpGet:
20462046
path: /healthz
@@ -2127,4 +2127,4 @@ spec:
21272127
provider:
21282128
name: kubero
21292129
url: https://github.com/kubero-dev/
2130-
version: 0.1.5-rc.4
2130+
version: 0.1.5-rc.5-debug

config/manager/kustomization.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ kind: Kustomization
1313
images:
1414
- name: controller
1515
newName: ghcr.io/kubero-dev/kubero-operator/kuberoapp
16-
newTag: v0.1.5-rc.4
16+
newTag: v0.1.5-rc.5-debug

config/manifests/bases/kubero-operator.clusterserviceversion.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
capabilities: Basic Install
77
categories: Integration & Delivery
88
certified: "false"
9-
containerImage: ghcr.io/kubero-dev/kubero-operator/kuberoapp:v0.1.5-rc.4
9+
containerImage: ghcr.io/kubero-dev/kubero-operator/kuberoapp:v0.1.5-rc.5-debug
1010
description: Kubero is a GitOps continuous delivery tool for Kubernetes.
1111
repository: https://github.com/kubero-dev/kubero
1212
support: Kubero Community

0 commit comments

Comments
 (0)