fix(bstein-dev-home): patch images via policies directly

This commit is contained in:
Brad Stein 2025-12-21 00:03:45 -03:00
parent 9c90cfcc9c
commit 0d1e3e8666
3 changed files with 2 additions and 7 deletions

View File

@ -22,7 +22,7 @@ spec:
- name: harbor-bstein-robot
containers:
- name: backend
image: registry.bstein.dev/bstein/bstein-dev-home-backend:latest
image: registry.bstein.dev/bstein/bstein-dev-home-backend:0.1.1-17 # {"$imagepolicy": "bstein-dev-home:bstein-dev-home-backend"}
imagePullPolicy: Always
env:
- name: AI_CHAT_API

View File

@ -22,7 +22,7 @@ spec:
- name: harbor-bstein-robot
containers:
- name: frontend
image: registry.bstein.dev/bstein/bstein-dev-home-frontend:latest
image: registry.bstein.dev/bstein/bstein-dev-home-frontend:0.1.1-17 # {"$imagepolicy": "bstein-dev-home:bstein-dev-home-frontend"}
imagePullPolicy: Always
ports:
- name: http

View File

@ -10,8 +10,3 @@ resources:
- backend-deployment.yaml
- backend-service.yaml
- ingress.yaml
images:
- name: registry.bstein.dev/bstein/bstein-dev-home-frontend
newTag: registry.bstein.dev/bstein/bstein-dev-home-frontend:0.1.1-18 # {"$imagepolicy": "bstein-dev-home:bstein-dev-home-frontend"}
- name: registry.bstein.dev/bstein/bstein-dev-home-backend
newTag: registry.bstein.dev/bstein/bstein-dev-home-backend:0.1.1-18 # {"$imagepolicy": "bstein-dev-home:bstein-dev-home-backend"}