Daryl White
0848e69602
Update docs links throughout ( #21513 )
2025-08-12 11:20:36 -07:00
Aditya Kotra
376fbd11a7
fix(helm): do not suspend versioning by default for buckets, only set versioning if specified(21349) ( #21494 )
...
Signed-off-by: Aditya Kotra <kaditya030@gmail.com >
2025-08-07 02:47:02 -07:00
M Alvee
7a6a2256b1
imagePullSecrets consistent types for global , local ( #21500 )
2025-08-06 16:48:24 -07:00
Johannes Horn
21409f112d
add networkpolicy for job and add possibility to define egress ports ( #20951 )
2025-06-08 09:14:18 -07:00
itsJohnySmith
42d4ab2a0a
fix(templates): replace dash with underscore ( #19566 )
2025-03-14 13:01:11 -07:00
Yannis Mazzer
86a41d1631
fix(helm) removing clusterDomain from startup command to avoid local … ( #20547 )
2024-10-11 05:21:05 -07:00
Yannis Mazzer
e0aceca1b7
feat(helm) making securityContext consistent ( #20546 )
2024-10-10 08:48:31 -07:00
Harrison Brown
87804624fe
Helm: Add extraVolumes and extraVolumeMounts to the customCommandJob section ( #19988 )
...
added extraVolumes and extraVolumeMounts to the customCommandJob section
2024-10-10 08:48:16 -07:00
opencmit2
1a6568a25d
helm support loadBalancerSourceRanges and externalTrafficPolicy ( #19245 )
...
Signed-off-by: JinXinWang <opencmit2@126.com >
2024-04-28 03:05:53 -07:00
Dennis Marttinen
a658b976f5
helm: fix port types in CiliumNetworkPolicy ( #19232 )
2024-04-26 00:50:24 -07:00
Alexander Thaller
78f177b8ee
Allow setting readOnlyRootFilesystem in securityContext ( #19437 )
2024-04-08 09:31:05 -07:00
Alexander Thaller
5f07eb2d17
Add env variable MINIO_IDENTITY_OPENID_REDIRECT_URI to statefulset ( #18949 )
...
Using oidc.redirectUri in the values.yaml only works for the deployment.
When using the statefulset the environment variable
MINIO_IDENTITY_OPENID_REDIRECT_URI is not set. This leads to errors with
oicd providers. For example keycloak throws the error 'invalid
redirect_uri'.
This pull request fixes that.
2024-04-03 23:34:45 -07:00
Andi Bräu
2eee744e34
Fix issue [ #19314 ], resolve the absence of the sed command in ub… ( #19315 )
...
Fix issue [minio#19314], resolve the absence of the sed command in ubi-micro by replacing it with echo.
Signed-off-by: Andreas Bräu <ab@andi95.de >
Co-authored-by: jiuker <2818723467@qq.com >
2024-03-28 16:20:50 -07:00
Thomas Petit
09b0e7133d
Add clientId existing secret option ( #18768 )
2024-03-03 09:50:39 -08:00
Kevin Huber
0f16e19239
Helm: Add apiVersion and kind to the StatefulSets volumeClaimTemplates ( #18770 )
2024-01-23 23:28:49 -08:00
Gonçalo Heleno
2c38e44e48
feat(chart): add support to set the display name of OpenID provider ( #18781 )
2024-01-23 23:28:25 -08:00
Zirko
82739574b5
Helm: add cilium networkpolicy ( #18650 )
...
Signed-off-by: QuantumEnigmaa <thibaud@giantswarm.io >
2024-01-23 23:27:57 -08:00
Harshavardhana
42cfdf246f
update helm to v5.0.15
2024-01-12 10:18:57 -08:00
opencmit2
946b070744
resolve the absence of the sed command in ubi-micro image ( #18459 )
...
fix #18315
2023-12-12 15:43:32 -08:00
Satish Michael
f5b04865f4
Helm Chart: Added "MINIO_IDENTITY_OPENID_REDIRECT_URI" Env Var ( #18236 )
...
added redirect uri env
Signed-off-by: Satish Kumar Kadarkarai Main <michael.satish@gmail.com >
2023-10-13 07:46:54 -07:00
Alik
c053e57068
Add paramaters in Helm chart to load OIDC clientSecret from Secret Resource ( #17784 )
2023-09-30 13:44:38 -07:00
mundry
5fcb1cfd31
fix: broken bucket versioning support in community helm chart ( #18003 )
2023-09-22 11:32:24 -07:00
Mathieu Parent
7219ae530e
helm: allow to configure statement policy effect ( #17700 )
...
Signed-off-by: Mathieu Parent <mathieu.parent@insee.fr >
2023-08-19 07:39:11 -07:00
Cesar Celis Hernandez
21f0d6b549
Removing deprecated var from minio helm ( #17856 )
2023-08-15 13:33:55 -07:00
yaohwu
69e131ee69
Fix helm templating syntax in post-job ( #17605 )
2023-07-08 12:18:31 -07:00
Ian Martin
cb1ec0a0d9
fix: helm templating syntax in post-job ( #17600 )
2023-07-07 22:06:40 -07:00
jiuker
f6b48ed02a
fix: create user without policy that is required ( #17554 )
...
fixes #17492
2023-07-04 07:39:29 -07:00
mungo312
25db1e4eca
helm: fix permission denied errors in post-job when running as non-root ( #17175 )
...
Fixes ##17174
2023-06-15 19:41:06 -07:00
Bartosz Marczyński
123a2fb3a8
helm: add /tmp mount to post jobs ( #17301 )
2023-06-06 06:50:33 -07:00
Han Cen
42fb3cd95e
helm: fix pod annotations indentation ( #17130 )
2023-05-08 07:59:56 -07:00
mstein11
855ed642c3
helm: allow postjob to run without user 1000 ( #17160 )
2023-05-08 07:59:25 -07:00
Anton Lindholm
5b364bca1f
helm-chart: Use minio service account for post-deploy job if available ( #17077 )
2023-05-06 23:12:56 -07:00
Denis Krivenko
be18d435a2
helm: declare missing properties in values.yaml ( #17153 )
2023-05-06 13:34:58 -07:00
mstein11
7eea6cdb12
add etc-path to post-job.yaml in helm chart ( #17148 )
2023-05-06 13:34:38 -07:00
Dylan Piergies
8203cb9990
helm: apply templating to Ingress host and environment variable values ( #17073 )
2023-05-02 23:27:17 -07:00
Denis Krivenko
b963f69f34
helm: align chart properties with naming convention ( #17065 )
2023-04-29 23:59:40 -07:00
Denis Krivenko
18515a4e3b
Reformat helm chart templates ( #16947 )
2023-04-16 23:04:15 -07:00
Harshavardhana
cf42ede92c
upgrade helm to v5.0.8
...
Signed-off-by: Harshavardhana <harsha@minio.io >
2023-04-13 14:49:51 -07:00
Denis Krivenko
b19620b324
Remove redundant namespace from the helm chart ( #16968 )
2023-04-11 21:09:29 -07:00
Harshavardhana
fb1492f531
check for quorum errors for DeleteBucket() ( #16859 )
2023-03-20 23:38:06 -07:00
atalakey4work
c2863cc6ef
helm: remove parentheses from podDisruptionBudget ( #16605 )
2023-02-13 02:36:06 -08:00
Christian Niessner
6ac48aff46
helm: shared secrets handling for user and svcacct's ( #16379 )
2023-02-05 21:51:10 -08:00
Mathieu Parent
85ff76e7b0
fix(helm): use PodDisruptionBudget v1 for newer k8s versions ( #16466 )
2023-02-05 21:50:45 -08:00
Mathieu Parent
54c9ecff5b
fix(helm): fsGroup is only on podSecurityContext ( #16402 )
2023-01-21 10:03:03 -08:00
Wessel Valkenburg (prevue.ch)
edcd72585d
Update post-job.yaml in Helm chart ( #16387 )
2023-01-21 10:02:08 -08:00
Wojtek Czekalski
aa56c6d51d
helm: Make bucket existence check faster ( #16321 )
2022-12-27 10:32:39 -08:00
Han Cen
44250f1a52
helm: disallow empty containers in post job template ( #16281 )
2022-12-23 12:32:18 -08:00
Russell Sim
3891885800
helm: fix creating users, via proper secretKey ( #16310 )
2022-12-23 12:28:43 -08:00
mruzicka
6197ba851b
helm: Fix post job template ( #16236 )
2022-12-18 08:01:22 -08:00
orblazer
0db1930f48
helm: add policy to svcacct ( #16272 )
2022-12-17 22:50:37 -08:00