Skip to content

Commit 9c8dfae

Browse files
authored
feat: CR-30512 stop using bitnami images (#420)
* removed references from all the images except for astra healthcheck Signed-off-by: reggie-k <[email protected]> * removed reposerver/repository/testdata/helm-with-local-dependency/.argocd-helm-dep-up Signed-off-by: reggie-k <[email protected]> * reverted health check references since they are treated as text Signed-off-by: reggie-k <[email protected]> * reverted health check references since they are treated as text Signed-off-by: reggie-k <[email protected]> --------- Signed-off-by: reggie-k <[email protected]>
1 parent 328ef67 commit 9c8dfae

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

test/container/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ FROM docker.io/library/golang:1.24.1@sha256:c5adecdb7b3f8c5ca3c88648a861882849cc
1212

1313
FROM docker.io/library/registry:2.8@sha256:543dade69668e02e5768d7ea2b0aa4fae6aa7384c9a5a8dbecc2be5136079ddb AS registry
1414

15-
FROM docker.io/bitnami/kubectl:1.32@sha256:493d1b871556d48d6b25d471f192c2427571cd6f78523eebcaf4d263353c7487 AS kubectl
15+
FROM docker.io/bitnamilegacy/kubectl:1.32@sha256:493d1b871556d48d6b25d471f192c2427571cd6f78523eebcaf4d263353c7487 AS kubectl
1616

1717
FROM docker.io/library/ubuntu:25.04@sha256:10bb10bb062de665d4dc3e0ea36715270ead632cfcb74d08ca2273712a0dfb42
1818

util/helm/testdata/dependency/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
##
44
image:
55
registry: docker.io
6-
repository: bitnami/wordpress
6+
repository: bitnamilegacy/wordpress
77
tag: 4.9.8-debian-9
88
## Specify a imagePullPolicy
99
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'

util/helm/testdata/redis/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ The following table lists the configurable parameters of the Redis chart and the
5252
| Parameter | Description | Default |
5353
|--------------------------------------------|----------------------------------------------------------------------------------------------------------------|--------------------------------------|
5454
| `image.registry` | Redis Image registry | `docker.io` |
55-
| `image.repository` | Redis Image name | `bitnami/redis` |
55+
| `image.repository` | Redis Image name | `bitnamilegacy/redis` |
5656
| `image.tag` | Redis Image tag | `{VERSION}` |
5757
| `image.pullPolicy` | Image pull policy | `Always` |
5858
| `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
6969
| `rbac.role.rules` | Rules to create | `[]` |
7070
| `metrics.enabled` | Start a side-car prometheus exporter | `false` |
7171
| `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` |
7373
| `metrics.image.tag` | Redis exporter image tag | `v0.20.2` |
7474
| `metrics.image.pullPolicy` | Image pull policy | `IfNotPresent` |
7575
| `metrics.image.pullSecrets` | Specify docker-registry secret names as an array | `nil` |

util/helm/testdata/redis/values-production.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
##
44
image:
55
registry: docker.io
6-
repository: bitnami/redis
6+
repository: bitnamilegacy/redis
77
tag: 4.0.10-debian-9
88
pullPolicy: IfNotPresent
99
## Optionally specify an array of imagePullSecrets.

util/helm/testdata/redis/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
##
44
image:
55
registry: docker.io
6-
repository: bitnami/redis
6+
repository: bitnamilegacy/redis
77
tag: 4.0.10-debian-9
88
## Specify a imagePullPolicy
99
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'

0 commit comments

Comments
 (0)