Skip to content

Commit 5017315

Browse files
fixtures
1 parent cd34937 commit 5017315

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tests/unit-compatibility-test/fixtures/sonarqube/host-path-values.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ metadata:
176176
app.kubernetes.io/managed-by: Helm
177177
app.kubernetes.io/part-of: sonarqube
178178
app.kubernetes.io/component: host-path-values.yaml-sonarqube
179-
app.kubernetes.io/version: "25.12.0.117093-community"
179+
app.kubernetes.io/version: "26.1.0.118079-community"
180180
spec:
181181
replicas: 1
182182
revisionHistoryLimit: 10
@@ -202,7 +202,7 @@ spec:
202202
fsGroup: 0
203203
initContainers:
204204
- name: init-sysctl
205-
image: sonarqube:25.12.0.117093-community
205+
image: sonarqube:26.1.0.118079-community
206206
imagePullPolicy: IfNotPresent
207207
securityContext:
208208
privileged: true
@@ -220,7 +220,7 @@ spec:
220220
- name: SONAR_CE_JAVAOPTS
221221
value: ""
222222
- name: init-fs
223-
image: sonarqube:25.12.0.117093-community
223+
image: sonarqube:26.1.0.118079-community
224224
imagePullPolicy: IfNotPresent
225225
securityContext:
226226
capabilities:
@@ -255,7 +255,7 @@ spec:
255255
subPath: extensions
256256
containers:
257257
- name: sonarqube
258-
image: sonarqube:25.12.0.117093-community
258+
image: sonarqube:26.1.0.118079-community
259259
imagePullPolicy: IfNotPresent
260260
ports:
261261
- name: http
@@ -388,7 +388,7 @@ spec:
388388
automountServiceAccountToken: false
389389
containers:
390390
- name: host-path-values.yaml-ui-test
391-
image: "sonarqube:25.12.0.117093-community"
391+
image: "sonarqube:26.1.0.118079-community"
392392
imagePullPolicy: IfNotPresent
393393
command: ['wget']
394394
args: [

0 commit comments

Comments
 (0)