From ed9b1104dedd3817efece51853f6d39f25b94039 Mon Sep 17 00:00:00 2001 From: Tom Piccirello <8296030+Piccirello@users.noreply.github.com> Date: Tue, 7 Oct 2025 17:30:23 -0700 Subject: [PATCH] Remove image pull secret This image is public and shouldn't require a secret. We'd also like to get rid of this secret. --- charts/housewatch/values.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/charts/housewatch/values.yaml b/charts/housewatch/values.yaml index 99c7b6a..c8cf0a7 100644 --- a/charts/housewatch/values.yaml +++ b/charts/housewatch/values.yaml @@ -16,9 +16,6 @@ clickhouse: verify: "false" ca: "" -imagePullSecrets: - - name: dockerconfigjson-ghcr-io - service: annotations: {}