commit 57d71dfb94ae31f2bc18415448ea248e5cf133e3 parent c1d2b455c5c1df6183664dd6b5b3db6c23736e2c Author: MTRNord <MTRNord@users.noreply.github.com> Date: Sat, 3 Jan 2026 16:44:34 +0100 cleanup pull secret thats missing anyway Signed-off-by: MTRNord <MTRNord@users.noreply.github.com> Diffstat:
8 files changed, 0 insertions(+), 20 deletions(-)
diff --git a/apps/base/matrix/connectivity-tester/deployment.yaml b/apps/base/matrix/connectivity-tester/deployment.yaml @@ -27,8 +27,6 @@ spec: values: - connectivity-tester topologyKey: "kubernetes.io/hostname" - imagePullSecrets: - - name: ghcr-pull hostNetwork: false containers: - name: connection-checker-ui @@ -107,8 +105,6 @@ spec: values: - connectivity-tester-api topologyKey: "kubernetes.io/hostname" - imagePullSecrets: - - name: ghcr-pull hostNetwork: true dnsPolicy: ClusterFirstWithHostNet containers: diff --git a/apps/base/matrix/connectivity-tester/staging_deployment.yaml b/apps/base/matrix/connectivity-tester/staging_deployment.yaml @@ -34,8 +34,6 @@ spec: values: - connectivity-tester-api topologyKey: "kubernetes.io/hostname" - imagePullSecrets: - - name: ghcr-pull hostNetwork: true dnsPolicy: ClusterFirstWithHostNet containers: diff --git a/apps/base/matrix/draupnir4all/deployment.yaml b/apps/base/matrix/draupnir4all/deployment.yaml @@ -36,8 +36,6 @@ spec: app.kubernetes.io/instance: main-process app.kubernetes.io/name: draupnir4all spec: - imagePullSecrets: - - name: ghcr-pull affinity: podAntiAffinity: requiredDuringSchedulingIgnoredDuringExecution: diff --git a/apps/talos_cluster/cgit/deployment.yaml b/apps/talos_cluster/cgit/deployment.yaml @@ -33,8 +33,6 @@ spec: app: cgit app.kubernetes.io/name: cgit spec: - imagePullSecrets: - - name: ghcr-pull containers: - name: anubis image: ghcr.io/techarohq/anubis:latest diff --git a/apps/talos_cluster/connectivity-tester/deployment.yaml b/apps/talos_cluster/connectivity-tester/deployment.yaml @@ -27,8 +27,6 @@ spec: values: - connectivity-tester topologyKey: "kubernetes.io/hostname" - imagePullSecrets: - - name: ghcr-pull hostNetwork: false containers: - name: connection-checker-ui @@ -107,8 +105,6 @@ spec: values: - connectivity-tester-api topologyKey: "kubernetes.io/hostname" - imagePullSecrets: - - name: ghcr-pull hostNetwork: true dnsPolicy: ClusterFirstWithHostNet containers: diff --git a/apps/talos_cluster/connectivity-tester/staging_deployment.yaml b/apps/talos_cluster/connectivity-tester/staging_deployment.yaml @@ -34,8 +34,6 @@ spec: values: - connectivity-tester-api topologyKey: "kubernetes.io/hostname" - imagePullSecrets: - - name: ghcr-pull hostNetwork: true dnsPolicy: ClusterFirstWithHostNet containers: diff --git a/apps/talos_cluster/draupnir4all/deployment.yaml b/apps/talos_cluster/draupnir4all/deployment.yaml @@ -36,8 +36,6 @@ spec: app.kubernetes.io/instance: main-process app.kubernetes.io/name: draupnir4all spec: - imagePullSecrets: - - name: ghcr-pull affinity: podAntiAffinity: requiredDuringSchedulingIgnoredDuringExecution: diff --git a/apps/talos_cluster/matrix-org-statistics/deployment.yaml b/apps/talos_cluster/matrix-org-statistics/deployment.yaml @@ -29,8 +29,6 @@ spec: labels: app: morg-statistics spec: - imagePullSecrets: - - name: ghcr-pull containers: - name: morg-statistics image: ghcr.io/mtrnord/matrix-org-statistics:latest