Skip to content
This repository was archived by the owner on Jan 8, 2026. It is now read-only.

Commit ba717eb

Browse files
committed
Update deployment manifests for v0.1.1
1 parent e4e6575 commit ba717eb

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

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: prosimcorp/reforma
16-
newTag: v0.1.0
16+
newTag: v0.1.1

deploy/deployment/reforma-controller-manager.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
labels:
55
app.kubernetes.io/managed-by: kustomize
66
app.kubernetes.io/name: reforma
7-
control-plane: controller-manager
7+
control-plane: reforma
88
name: reforma-controller-manager
99
namespace: reforma-system
1010
spec:
@@ -13,15 +13,15 @@ spec:
1313
matchLabels:
1414
app.kubernetes.io/managed-by: kustomize
1515
app.kubernetes.io/name: reforma
16-
control-plane: controller-manager
16+
control-plane: reforma
1717
template:
1818
metadata:
1919
annotations:
2020
kubectl.kubernetes.io/default-container: manager
2121
labels:
2222
app.kubernetes.io/managed-by: kustomize
2323
app.kubernetes.io/name: reforma
24-
control-plane: controller-manager
24+
control-plane: reforma
2525
spec:
2626
containers:
2727
- args:
@@ -48,7 +48,7 @@ spec:
4848
- --leader-elect
4949
command:
5050
- /manager
51-
image: prosimcorp/reforma:v0.1.0
51+
image: prosimcorp/reforma:v0.1.1
5252
livenessProbe:
5353
httpGet:
5454
path: /healthz

deploy/namespace/reforma-system.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ metadata:
44
labels:
55
app.kubernetes.io/managed-by: kustomize
66
app.kubernetes.io/name: reforma
7-
control-plane: controller-manager
7+
control-plane: reforma
88
name: reforma-system
99

deploy/service/reforma-controller-manager-metrics-service.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
labels:
55
app.kubernetes.io/managed-by: kustomize
66
app.kubernetes.io/name: reforma
7-
control-plane: controller-manager
7+
control-plane: reforma
88
name: reforma-controller-manager-metrics-service
99
namespace: reforma-system
1010
spec:
@@ -16,5 +16,5 @@ spec:
1616
selector:
1717
app.kubernetes.io/managed-by: kustomize
1818
app.kubernetes.io/name: reforma
19-
control-plane: controller-manager
19+
control-plane: reforma
2020

0 commit comments

Comments
 (0)