b08331b3d2
* ci(deployment test): use bitnamilegacy image repository * pin valkey & minio to bitnamilegacy * global.security.allowInsecureImages * re-require test-deployments * update additional minio image repository * Update more image repositories * version 12 of minio is being deployed and has slightly different config
12 lines
232 B
YAML
12 lines
232 B
YAML
architecture: standalone
|
|
auth:
|
|
password: valkey
|
|
image:
|
|
repository: bitnamilegacy/valkey
|
|
kubectl:
|
|
image:
|
|
repository: bitnamilegacy/kubectl
|
|
global:
|
|
security:
|
|
allowInsecureImages: true # needed for bitnamilegacy images
|