From 4c9208b01e67c7eb2b01db81c80a598ee5f15ec8 Mon Sep 17 00:00:00 2001 From: kota2and3kan <47254383+kota2and3kan@users.noreply.github.com> Date: Mon, 28 Apr 2025 16:19:49 +0900 Subject: [PATCH 1/2] Update container image of ScalarDL Auditor in CI --- .github/manifests/scalardl-audit.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/manifests/scalardl-audit.yaml b/.github/manifests/scalardl-audit.yaml index 6ee7dcc..f029f4f 100644 --- a/.github/manifests/scalardl-audit.yaml +++ b/.github/manifests/scalardl-audit.yaml @@ -1,4 +1,6 @@ auditor: + image: + repository: "ghcr.io/scalar-labs/scalardl-auditor" auditorProperties: | scalar.db.storage=jdbc scalar.db.contact_points=jdbc:postgresql://dummy.default.svc.cluster.local:5432/postgres From 633d6ecf89fcc758be7af0c9ebd296fbe0dda73f Mon Sep 17 00:00:00 2001 From: kota2and3kan <47254383+kota2and3kan@users.noreply.github.com> Date: Mon, 28 Apr 2025 16:56:55 +0900 Subject: [PATCH 2/2] Add imagePullSecrets to ScalarDB Server custom values --- .github/manifests/scalardb.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/manifests/scalardb.yaml b/.github/manifests/scalardb.yaml index 66d44bd..1b5fd03 100644 --- a/.github/manifests/scalardb.yaml +++ b/.github/manifests/scalardb.yaml @@ -1,4 +1,6 @@ scalardb: + imagePullSecrets: + - name: reg-docker-secrets databaseProperties: | scalar.db.storage=jdbc scalar.db.contact_points=jdbc:postgresql://dummy.default.svc.cluster.local:5432/postgres