Skip to content

Commit

Permalink
chore: remove image pull policies
Browse files Browse the repository at this point in the history
Signed-off-by: Devin Buhl <[email protected]>
  • Loading branch information
onedr0p committed Dec 7, 2023
1 parent 6763c5b commit 879bb95
Show file tree
Hide file tree
Showing 14 changed files with 0 additions and 15 deletions.
1 change: 0 additions & 1 deletion kubernetes/main/apps/default/atuin/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ spec:
image:
repository: ghcr.io/onedr0p/postgres-init
tag: 15
pullPolicy: IfNotPresent
envFrom: &envFrom
- secretRef:
name: atuin-secret
Expand Down
1 change: 0 additions & 1 deletion kubernetes/main/apps/default/authelia/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ spec:
image:
repository: ghcr.io/onedr0p/postgres-init
tag: 15
pullPolicy: IfNotPresent
envFrom: &envFrom
- secretRef:
name: authelia-secret
Expand Down
1 change: 0 additions & 1 deletion kubernetes/main/apps/default/autobrr/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ spec:
image:
repository: ghcr.io/onedr0p/postgres-init
tag: 15
pullPolicy: IfNotPresent
envFrom: &envFrom
- secretRef:
name: autobrr-secret
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ spec:
image:
repository: ghcr.io/onedr0p/postgres-init
tag: 15
pullPolicy: IfNotPresent
envFrom: &envFrom
- secretRef:
name: home-assistant-secret
Expand Down
1 change: 0 additions & 1 deletion kubernetes/main/apps/default/lldap/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ spec:
image:
repository: ghcr.io/onedr0p/postgres-init
tag: 15
pullPolicy: IfNotPresent
envFrom: &envFrom
- secretRef:
name: lldap-secret
Expand Down
1 change: 0 additions & 1 deletion kubernetes/main/apps/default/miniflux/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ spec:
image:
repository: ghcr.io/onedr0p/postgres-init
tag: 15
pullPolicy: IfNotPresent
envFrom: &envFrom
- secretRef:
name: miniflux-secret
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ spec:
image:
repository: public.ecr.aws/docker/library/eclipse-mosquitto
tag: 2.0.18
pullPolicy: IfNotPresent
command: ["/bin/sh", "-c"]
args: ["cp /tmp/secret/* /mosquitto/external_config/ && mosquitto_passwd -U /mosquitto/external_config/mosquitto_pwd"]
containers:
Expand Down
1 change: 0 additions & 1 deletion kubernetes/main/apps/default/prowlarr/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ spec:
image:
repository: ghcr.io/onedr0p/postgres-init
tag: 15
pullPolicy: IfNotPresent
envFrom: &envFrom
- secretRef:
name: prowlarr-secret
Expand Down
1 change: 0 additions & 1 deletion kubernetes/main/apps/default/radarr/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ spec:
image:
repository: ghcr.io/onedr0p/postgres-init
tag: 15
pullPolicy: IfNotPresent
envFrom: &envFrom
- secretRef:
name: radarr-secret
Expand Down
1 change: 0 additions & 1 deletion kubernetes/main/apps/default/shlink/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ spec:
image:
repository: ghcr.io/onedr0p/postgres-init
tag: 15
pullPolicy: IfNotPresent
envFrom: &envFrom
- secretRef:
name: shlink-secret
Expand Down
1 change: 0 additions & 1 deletion kubernetes/main/apps/default/sonarr/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ spec:
image:
repository: ghcr.io/onedr0p/postgres-init
tag: 15
pullPolicy: IfNotPresent
envFrom: &envFrom
- secretRef:
name: sonarr-secret
Expand Down
2 changes: 0 additions & 2 deletions kubernetes/main/apps/monitoring/gatus/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ spec:
image:
repository: ghcr.io/onedr0p/postgres-init
tag: 15
pullPolicy: IfNotPresent
envFrom: &envFrom
- secretRef:
name: gatus-secret
Expand All @@ -45,7 +44,6 @@ spec:
image: &configSyncImage
repository: ghcr.io/kiwigrid/k8s-sidecar
tag: 1.25.3
pullPolicy: IfNotPresent
env:
FOLDER: /config
LABEL: gatus.io/enabled
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ spec:
extraInitContainers:
- name: 01-init-db
image: ghcr.io/onedr0p/postgres-init:15
imagePullPolicy: IfNotPresent
envFrom:
- secretRef:
name: &secret grafana-secret
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ spec:
image:
repository: ghcr.io/maxmind/geoipupdate
tag: v6.0.0
pullPolicy: IfNotPresent
env:
GEOIPUPDATE_EDITION_IDS: GeoLite2-City
GEOIPUPDATE_FREQUENCY: "0"
Expand Down

0 comments on commit 879bb95

Please sign in to comment.