Skip to content

Commit 198bce4

Browse files
authored
fix(chart): add role on builder pod (#1027)
The builder pod always need access to the kubernetes API since it will spawn kaniko builder pods. Signed-off-by: Matthieu Blottière Seroux <matthieu.blottiere@owkin.com>
1 parent 86619f3 commit 198bce4

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

charts/substra-backend/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog
22

33
<!-- towncrier release notes start -->
4+
## [26.15.1] - 2025-01-06
5+
6+
Fix missing role on builder pod
7+
48
## [26.15.0] - 2024-12-16
59

610
Bump app version to 1.0.0
@@ -25,7 +29,7 @@ Pods relying on redis uses a new init container `wait-redis` which wait for redi
2529

2630
# Added
2731

28-
`.Values.builder.saveImageTimeoutSeconds` configuring the timeout for the Celery task `SaveImageTask`.
32+
`.Values.builder.saveImageTimeoutSeconds` configuring the timeout for the Celery task `SaveImageTask`.
2933

3034
## [26.12.0] - 2024-09-30
3135

charts/substra-backend/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
name: substra-backend
33
home: https://github.com/Substra
4-
version: 26.15.0
4+
version: 26.15.1
55
appVersion: 1.0.0
66
kubeVersion: '>= 1.19.0-0'
77
description: Main package for Substra

charts/substra-backend/templates/statefulset-builder.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,7 @@ spec:
3333
app.kubernetes.io/name: {{ template "substra.name" . }}-builder
3434
{{ include "substra.labels" . | nindent 8 }}
3535
app.kubernetes.io/component: substra-builder
36-
{{- if .Values.privateCa.enabled }}
37-
# Needed to create the secret with the certificate
3836
role-api-k8s-client: 'true'
39-
{{- end }}
4037
role-database-client: 'true'
4138
role-internet-egress: 'true'
4239
role-orchestrator-client: 'true'

0 commit comments

Comments
 (0)