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:
1818 capabilities : Basic Install
1919 operators.operatorframework.io/builder : operator-sdk-v1.18.0+git
2020 operators.operatorframework.io/project_layout : go.kubebuilder.io/v3
21- name : ingressmonitorcontroller.v2.1.61
21+ name : ingressmonitorcontroller.v2.1.62
2222 namespace : placeholder
2323spec :
2424 apiservicedefinitions : {}
@@ -151,7 +151,7 @@ spec:
151151 - --leader-elect
152152 command :
153153 - /manager
154- image : stakater/ingressmonitorcontroller:v2.1.61
154+ image : stakater/ingressmonitorcontroller:v2.1.62
155155 livenessProbe :
156156 httpGet :
157157 path : /healthz
@@ -251,4 +251,4 @@ spec:
251251 provider :
252252 name : stakater
253253 url : https://stakater.com
254- version : 2.1.61
254+ version : 2.1.62
Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ name: ingressmonitorcontroller
33description : IngressMonitorController Operator chart that runs on kubernetes
44
55# Helm chart Version
6- version : 2.1.61
6+ version : 2.1.62
77
88# Application version to be deployed
9- appVersion : 2.1.61
9+ appVersion : 2.1.62
1010
1111keywords :
1212 - IngressMonitorController
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ replicaCount: 1
88
99image :
1010 repository : stakater/ingressmonitorcontroller
11- tag : v2.1.61
11+ tag : v2.1.62
1212 pullPolicy : IfNotPresent
1313imagePullSecrets : []
1414
Original file line number Diff line number Diff line change @@ -13,4 +13,4 @@ kind: Kustomization
1313images :
1414- name : controller
1515 newName : stakater/ingressmonitorcontroller
16- newTag : v2.1.61
16+ newTag : v2.1.62
You can’t perform that action at this time.
0 commit comments