File tree 5 files changed +15
-3
lines changed 5 files changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,8 @@ apiVersion: apiextensions.k8s.io/v1
3
3
kind : CustomResourceDefinition
4
4
metadata :
5
5
annotations :
6
- controller-gen.kubebuilder.io/version : v0.13.0
6
+ controller-gen.kubebuilder.io/version : v0.11.1
7
+ creationTimestamp : null
7
8
name : dragonflies.dragonflydb.io
8
9
spec :
9
10
group : dragonflydb.io
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ kind: Kustomization
5
5
images :
6
6
- name : controller
7
7
newName : docker.dragonflydb.io/dragonflydb/operator
8
- newTag : v1.1.3
8
+ newTag : v1.1.4
Original file line number Diff line number Diff line change 2
2
apiVersion : rbac.authorization.k8s.io/v1
3
3
kind : ClusterRole
4
4
metadata :
5
+ creationTimestamp : null
5
6
name : manager-role
6
7
rules :
7
8
- apiGroups :
Original file line number Diff line number Diff line change @@ -1129,6 +1129,11 @@ spec:
1129
1129
type : string
1130
1130
description : (Optional) Dragonfly Service Annotations
1131
1131
type : object
1132
+ labels :
1133
+ additionalProperties :
1134
+ type : string
1135
+ description : (Optional) Dragonfly Service Labels
1136
+ type : object
1132
1137
name :
1133
1138
description : (Optional) Dragonfly Service name
1134
1139
type : string
Original file line number Diff line number Diff line change @@ -1142,6 +1142,11 @@ spec:
1142
1142
type : string
1143
1143
description : (Optional) Dragonfly Service Annotations
1144
1144
type : object
1145
+ labels :
1146
+ additionalProperties :
1147
+ type : string
1148
+ description : (Optional) Dragonfly Service Labels
1149
+ type : object
1145
1150
name :
1146
1151
description : (Optional) Dragonfly Service name
1147
1152
type : string
@@ -1949,7 +1954,7 @@ spec:
1949
1954
- --leader-elect
1950
1955
command :
1951
1956
- /manager
1952
- image : docker.dragonflydb.io/dragonflydb/operator:v1.1.3
1957
+ image : docker.dragonflydb.io/dragonflydb/operator:v1.1.4
1953
1958
livenessProbe :
1954
1959
httpGet :
1955
1960
path : /healthz
You can’t perform that action at this time.
0 commit comments