diff --git a/apps/faf-legacy-deployment/templates/deploy-coop-maps.yaml b/apps/faf-legacy-deployment/templates/deploy-coop-maps.yaml index 37ee5092..973fde5d 100644 --- a/apps/faf-legacy-deployment/templates/deploy-coop-maps.yaml +++ b/apps/faf-legacy-deployment/templates/deploy-coop-maps.yaml @@ -35,7 +35,7 @@ spec: template: spec: containers: - - image: python:3.13 + - image: python:3.14 imagePullPolicy: Always name: faf-coop-deployment envFrom: diff --git a/apps/faf-legacy-deployment/templates/deploy-coop.yaml b/apps/faf-legacy-deployment/templates/deploy-coop.yaml index 3d6c676f..18f8968b 100644 --- a/apps/faf-legacy-deployment/templates/deploy-coop.yaml +++ b/apps/faf-legacy-deployment/templates/deploy-coop.yaml @@ -35,7 +35,7 @@ spec: template: spec: containers: - - image: python:3.13 + - image: python:3.14 imagePullPolicy: Always name: faf-coop-deployment envFrom: