File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ FROM docker.io/library/golang:1.24.1@sha256:c5adecdb7b3f8c5ca3c88648a861882849cc
12
12
13
13
FROM docker.io/library/registry:2.8@sha256:543dade69668e02e5768d7ea2b0aa4fae6aa7384c9a5a8dbecc2be5136079ddb AS registry
14
14
15
- FROM docker.io/bitnami /kubectl:1.32@sha256:493d1b871556d48d6b25d471f192c2427571cd6f78523eebcaf4d263353c7487 AS kubectl
15
+ FROM docker.io/bitnamilegacy /kubectl:1.32@sha256:493d1b871556d48d6b25d471f192c2427571cd6f78523eebcaf4d263353c7487 AS kubectl
16
16
17
17
FROM docker.io/library/ubuntu:25.04@sha256:10bb10bb062de665d4dc3e0ea36715270ead632cfcb74d08ca2273712a0dfb42
18
18
Original file line number Diff line number Diff line change 3
3
# #
4
4
image :
5
5
registry : docker.io
6
- repository : bitnami /wordpress
6
+ repository : bitnamilegacy /wordpress
7
7
tag : 4.9.8-debian-9
8
8
# # Specify a imagePullPolicy
9
9
# # Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ The following table lists the configurable parameters of the Redis chart and the
52
52
| Parameter | Description | Default |
53
53
| --------------------------------------------| ----------------------------------------------------------------------------------------------------------------| --------------------------------------|
54
54
| ` image.registry ` | Redis Image registry | ` docker.io ` |
55
- | ` image.repository ` | Redis Image name | ` bitnami /redis` |
55
+ | ` image.repository ` | Redis Image name | ` bitnamilegacy /redis` |
56
56
| ` image.tag ` | Redis Image tag | ` {VERSION} ` |
57
57
| ` image.pullPolicy ` | Image pull policy | ` Always ` |
58
58
| ` image.pullSecrets ` | Specify docker-registry secret names as an array | ` nil ` |
@@ -69,7 +69,7 @@ The following table lists the configurable parameters of the Redis chart and the
69
69
| ` rbac.role.rules ` | Rules to create | ` [] ` |
70
70
| ` metrics.enabled ` | Start a side-car prometheus exporter | ` false ` |
71
71
| ` metrics.image.registry ` | Redis exporter image registry | ` docker.io ` |
72
- | ` metrics.image.repository ` | Redis exporter image name | ` bitnami /redis` |
72
+ | ` metrics.image.repository ` | Redis exporter image name | ` bitnamilegacy /redis` |
73
73
| ` metrics.image.tag ` | Redis exporter image tag | ` v0.20.2 ` |
74
74
| ` metrics.image.pullPolicy ` | Image pull policy | ` IfNotPresent ` |
75
75
| ` metrics.image.pullSecrets ` | Specify docker-registry secret names as an array | ` nil ` |
Original file line number Diff line number Diff line change 3
3
# #
4
4
image :
5
5
registry : docker.io
6
- repository : bitnami /redis
6
+ repository : bitnamilegacy /redis
7
7
tag : 4.0.10-debian-9
8
8
pullPolicy : IfNotPresent
9
9
# # Optionally specify an array of imagePullSecrets.
Original file line number Diff line number Diff line change 3
3
# #
4
4
image :
5
5
registry : docker.io
6
- repository : bitnami /redis
6
+ repository : bitnamilegacy /redis
7
7
tag : 4.0.10-debian-9
8
8
# # Specify a imagePullPolicy
9
9
# # Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
You can’t perform that action at this time.
0 commit comments