File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "." : " 1.33.1 "
2+ "." : " 1.33.2 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 1.33.2] ( https://github.com/golgoth31/sreportal/compare/v1.33.1...v1.33.2 ) (2026-05-07)
4+
5+
6+ ### Bug Fixes
7+
8+ * ** rbac:** allow inventory reconciliation to read workload resources ([ fcc346d] ( https://github.com/golgoth31/sreportal/commit/fcc346ddd5397f9b98128a3105251068fdae4ec3 ) )
9+
310## [ 1.33.1] ( https://github.com/golgoth31/sreportal/compare/v1.33.0...v1.33.1 ) (2026-05-07)
411
512
Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ apiVersion: v2
22name : sreportal
33description : A Helm chart for Kubernetes
44type : application
5- version : 1.33.1
6- appVersion : 1.33.1
5+ version : 1.33.2
6+ appVersion : 1.33.2
Original file line number Diff line number Diff line change @@ -77,20 +77,20 @@ config:
7777controllerManager :
7878 manager :
7979 args :
80- - --metrics-bind-address=:8443
81- - --leader-elect
82- - --health-probe-bind-address=:9090
83- - --webhook-cert-path=/tmp/k8s-webhook-server/serving-certs
84- - --enable-mcp
80+ - ' --metrics-bind-address=:8443'
81+ - ' --leader-elect'
82+ - ' --health-probe-bind-address=:9090'
83+ - ' --webhook-cert-path=/tmp/k8s-webhook-server/serving-certs'
84+ - ' --enable-mcp'
8585 containerSecurityContext :
8686 allowPrivilegeEscalation : false
8787 capabilities :
8888 drop :
89- - ALL
89+ - ALL
9090 readOnlyRootFilesystem : true
9191 image :
9292 repository : ghcr.io/golgoth31/sreportal
93- tag : latest
93+ tag : 1.33.2
9494 resources :
9595 limits :
9696 cpu : 500m
@@ -109,43 +109,43 @@ controllerManager:
109109kubernetesClusterDomain : cluster.local
110110metricsService :
111111 ports :
112- - name : metrics
113- port : 8443
114- protocol : TCP
115- targetPort : 8443
112+ - name : metrics
113+ port : 8443
114+ protocol : TCP
115+ targetPort : 8443
116116 type : ClusterIP
117117serviceAccount :
118118 annotations : {}
119119 automount : true
120120 create : true
121- name : " "
121+ name : ' '
122122webMcpService :
123123 ports :
124- - name : http
125- port : 8090
126- protocol : TCP
127- targetPort : 8090
124+ - name : http
125+ port : 8090
126+ protocol : TCP
127+ targetPort : 8090
128128 type : ClusterIP
129129webhookService :
130130 ports :
131- - port : 443
132- protocol : TCP
133- targetPort : 9443
131+ - port : 443
132+ protocol : TCP
133+ targetPort : 9443
134134 type : ClusterIP
135135auth :
136136 enabled : false
137- secretRef : " "
138- secretKey : " "
137+ secretRef : ' '
138+ secretKey : ' '
139139flowObserver :
140140 enabled : false
141141 name : flow-observer-main
142142 portalRef : main
143- reconcileInterval : " 5m "
143+ reconcileInterval : 5m
144144 evaluatedEdgeTypes :
145- - service
145+ - service
146146 prometheus :
147- address : " http://prometheus.internal"
148- queryWindow : " 5m "
147+ address : http://prometheus.internal
148+ queryWindow : 5m
149149 metrics : []
150150extraVolumes : []
151151extraVolumeMounts : []
You can’t perform that action at this time.
0 commit comments