ci(deployment test): bitnami helm charts should now use bitnamilegacy image repository (#5479)
* 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
This commit is contained in:
@@ -49,7 +49,7 @@ jobs:
|
||||
secrets: inherit
|
||||
|
||||
deploy:
|
||||
needs: [get-version, tests, builds] # test-deployments provisionally unlock releases
|
||||
needs: [get-version, tests, builds, test-deployments]
|
||||
uses: ./.github/workflows/publish.yml
|
||||
with:
|
||||
IMAGE_VERSION_TAG: ${{ needs.get-version.outputs.IMAGE_VERSION_TAG }}
|
||||
|
||||
@@ -3,9 +3,24 @@ auth:
|
||||
rootUser: minioadmin
|
||||
rootPassword: minioadmin
|
||||
image:
|
||||
repository: bitnamilegacy/minio
|
||||
debug: true
|
||||
persistence:
|
||||
enabled: true
|
||||
existingClaim: minio-pvc
|
||||
defaultInitContainers:
|
||||
volumePermissions:
|
||||
image:
|
||||
repository: bitnamilegacy/os-shell
|
||||
clientImage:
|
||||
repository: bitnamilegacy/minio-client
|
||||
console:
|
||||
image:
|
||||
repository: bitnamilegacy/minio-object-browser
|
||||
volumePermissions:
|
||||
enabled: true
|
||||
image:
|
||||
repository: bitnamilegacy/os-shell
|
||||
global:
|
||||
security:
|
||||
allowInsecureImages: true # needed for bitnamilegacy images
|
||||
|
||||
@@ -1,7 +1,13 @@
|
||||
image:
|
||||
repository: bitnamilegacy/postgresql
|
||||
debug: true
|
||||
volumePermissions:
|
||||
enabled: true
|
||||
image:
|
||||
repository: bitnamilegacy/os-shell
|
||||
metrics:
|
||||
image:
|
||||
repository: bitnamilegacy/postgres-exporter
|
||||
primary:
|
||||
auth:
|
||||
username: postgres
|
||||
@@ -35,3 +41,6 @@ primary:
|
||||
TABLESPACE = pg_default
|
||||
CONNECTION LIMIT = -1;
|
||||
-- End Speckle Server Tests
|
||||
global:
|
||||
security:
|
||||
allowInsecureImages: true # needed for bitnamilegacy images
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
architecture: standalone
|
||||
auth:
|
||||
password: valkey
|
||||
image:
|
||||
repository: bitnamilegacy/valkey
|
||||
kubectl:
|
||||
image:
|
||||
repository: bitnamilegacy/kubectl
|
||||
global:
|
||||
security:
|
||||
allowInsecureImages: true # needed for bitnamilegacy images
|
||||
|
||||
Reference in New Issue
Block a user