diff --git a/odoo-deploy.yaml b/odoo-deploy.yaml index df6c879..4bb6eca 100644 --- a/odoo-deploy.yaml +++ b/odoo-deploy.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: odoo - image: docker.io/bitnami/odoo:16 + image: bitnamilegacy/odoo:16 ports: - containerPort: 8069 env: diff --git a/postgres-deploy.yaml b/postgres-deploy.yaml index 3ba12c5..6bed926 100644 --- a/postgres-deploy.yaml +++ b/postgres-deploy.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: postgres - image: docker.io/bitnami/postgresql:15 + image: bitnamilegacy/postgresql:15 ports: - containerPort: 5432 env: