File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
charts/ingressmonitorcontroller Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ metadata:
18
18
capabilities : Basic Install
19
19
operators.operatorframework.io/builder : operator-sdk-v1.18.0+git
20
20
operators.operatorframework.io/project_layout : go.kubebuilder.io/v3
21
- name : ingressmonitorcontroller.v2.2.1
21
+ name : ingressmonitorcontroller.v2.2.2
22
22
namespace : placeholder
23
23
spec :
24
24
apiservicedefinitions : {}
@@ -151,7 +151,7 @@ spec:
151
151
- --leader-elect
152
152
command :
153
153
- /manager
154
- image : stakater/ingressmonitorcontroller:v2.2.1
154
+ image : stakater/ingressmonitorcontroller:v2.2.2
155
155
livenessProbe :
156
156
httpGet :
157
157
path : /healthz
@@ -251,4 +251,4 @@ spec:
251
251
provider :
252
252
name : stakater
253
253
url : https://stakater.com
254
- version : 2.2.1
254
+ version : 2.2.2
Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ name: ingressmonitorcontroller
3
3
description : IngressMonitorController Operator chart that runs on kubernetes
4
4
5
5
# Helm chart Version
6
- version : 2.2.1
6
+ version : 2.2.2
7
7
8
8
# Application version to be deployed
9
- appVersion : 2.2.1
9
+ appVersion : 2.2.2
10
10
11
11
keywords :
12
12
- IngressMonitorController
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ replicaCount: 1
8
8
9
9
image :
10
10
repository : stakater/ingressmonitorcontroller
11
- tag : v2.2.1
11
+ tag : v2.2.2
12
12
pullPolicy : IfNotPresent
13
13
imagePullSecrets : []
14
14
Original file line number Diff line number Diff line change @@ -13,4 +13,4 @@ kind: Kustomization
13
13
images :
14
14
- name : controller
15
15
newName : stakater/ingressmonitorcontroller
16
- newTag : v2.2.1
16
+ newTag : v2.2.2
You can’t perform that action at this time.
0 commit comments