chore: update prop image to git.mcintire.me/graham/prop:main-1776710473-1a1ba46 [skip ci]

This commit is contained in:
FluxCD 2026-04-20 18:44:39 +00:00
parent 1a1ba460e4
commit 818b270a0a
2 changed files with 8 additions and 8 deletions

View file

@ -54,7 +54,7 @@ spec:
type: RuntimeDefault type: RuntimeDefault
containers: containers:
- name: prop-backfill - name: prop-backfill
image: git.mcintire.me/graham/prop:main-1776709289-ed2563f # {"$imagepolicy": "flux-system:prop"} image: git.mcintire.me/graham/prop:main-1776710473-1a1ba46 # {"$imagepolicy": "flux-system:prop"}
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
env: env:
- name: POD_IP - name: POD_IP
@ -68,7 +68,7 @@ spec:
value: "prop.w5isp.com" value: "prop.w5isp.com"
- name: HRRR_BASE_URL - name: HRRR_BASE_URL
value: "http://skippy.w5isp.com:8080" value: "http://skippy.w5isp.com:8080"
# OTLP disabled — see deployment.yaml for rationale. # OTLP disabled — see deployment.yaml for rationale.
envFrom: envFrom:
- secretRef: - secretRef:
name: prop-secrets name: prop-secrets

View file

@ -46,7 +46,7 @@ spec:
type: RuntimeDefault type: RuntimeDefault
containers: containers:
- name: prop - name: prop
image: git.mcintire.me/graham/prop:main-1776709289-ed2563f # {"$imagepolicy": "flux-system:prop"} image: git.mcintire.me/graham/prop:main-1776710473-1a1ba46 # {"$imagepolicy": "flux-system:prop"}
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
env: env:
- name: POD_IP - name: POD_IP
@ -61,11 +61,11 @@ spec:
value: "5000" value: "5000"
- name: HRRR_BASE_URL - name: HRRR_BASE_URL
value: "http://skippy.w5isp.com:8080" value: "http://skippy.w5isp.com:8080"
# OTLP export disabled: opentelemetry_ecto emits one span per # OTLP export disabled: opentelemetry_ecto emits one span per
# query, and Oban jobs that run thousands of queries produce # query, and Oban jobs that run thousands of queries produce
# traces Tempo can't ingest (8k+ spans, crashes compactor). # traces Tempo can't ingest (8k+ spans, crashes compactor).
# Rust workers still export. Re-enable after opentelemetry_ecto # Rust workers still export. Re-enable after opentelemetry_ecto
# is removed or filtered. # is removed or filtered.
envFrom: envFrom:
- secretRef: - secretRef:
name: prop-secrets name: prop-secrets