Skip to content

Commit 5743854

Browse files
chore(main): release 1.33.2 (#244)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent fcc346d commit 5743854

4 files changed

Lines changed: 35 additions & 28 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.33.1"
2+
".": "1.33.2"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
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

helm/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: sreportal
33
description: A Helm chart for Kubernetes
44
type: application
5-
version: 1.33.1
6-
appVersion: 1.33.1
5+
version: 1.33.2
6+
appVersion: 1.33.2

helm/values.yaml

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -77,20 +77,20 @@ config:
7777
controllerManager:
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:
109109
kubernetesClusterDomain: cluster.local
110110
metricsService:
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
117117
serviceAccount:
118118
annotations: {}
119119
automount: true
120120
create: true
121-
name: ""
121+
name: ''
122122
webMcpService:
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
129129
webhookService:
130130
ports:
131-
- port: 443
132-
protocol: TCP
133-
targetPort: 9443
131+
- port: 443
132+
protocol: TCP
133+
targetPort: 9443
134134
type: ClusterIP
135135
auth:
136136
enabled: false
137-
secretRef: ""
138-
secretKey: ""
137+
secretRef: ''
138+
secretKey: ''
139139
flowObserver:
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: []
150150
extraVolumes: []
151151
extraVolumeMounts: []

0 commit comments

Comments
 (0)