Skip to content

Commit 404fbcb

Browse files
committed
fix: update enterprise values
1 parent 464b61b commit 404fbcb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/testkube-enterprise/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ A Helm chart for Testkube Enterprise
128128
| minio.fullnameOverride | string | `"testkube-enterprise-minio"` | |
129129
| minio.image.registry | string | `"docker.io"` | |
130130
| minio.image.repository | string | `"bitnami/minio"` | |
131-
| minio.image.tag | string | `"2024.11.7-debian-12-r1"` | |
131+
| minio.image.tag | string | `"2025.2.7-debian-12-r1"` | |
132132
| minio.metrics.serviceMonitor.enabled | bool | `false` | Toggle whether to create ServiceMonitor resource for scraping metrics using Prometheus Operator |
133133
| minio.nodeSelector | object | `{}` | Node labels for pod assignment. |
134134
| minio.podSecurityContext.enabled | bool | `true` | Toggle whether to render the pod security context |

charts/testkube-enterprise/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ minio:
142142
image:
143143
registry: docker.io
144144
repository: bitnami/minio
145-
tag: 2024.11.7-debian-12-r1
145+
tag: 2025.2.7-debian-12-r1
146146
# digest: ""
147147
# pullPolicy: IfNotPresent
148148
# Uncomment if you want to provide different client image settings

0 commit comments

Comments
 (0)