From fa02b51a4a366f1c855ceb169a08b016ee2c4bfe Mon Sep 17 00:00:00 2001 From: woodpecker-bot Date: Wed, 25 Mar 2026 11:47:31 +0000 Subject: [PATCH] frontend: update tag to master-3d4e39e --- manifests/ipify/values.yaml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/manifests/ipify/values.yaml b/manifests/ipify/values.yaml index bcbcf96..1231f0b 100644 --- a/manifests/ipify/values.yaml +++ b/manifests/ipify/values.yaml @@ -5,10 +5,8 @@ app: name: ipify version: "1.0.0" description: "IP Subnet Calculator with React + Vite frontend and FastAPI backend" - imagePullSecrets: - name: harbor-regcred - # Backend configuration backend: name: ipify-backend @@ -44,7 +42,6 @@ backend: - secretName: api-ipify-tls hosts: - api-ipify.dvirlabs.com - # Frontend configuration frontend: name: ipify-frontend @@ -52,7 +49,7 @@ frontend: image: repository: harbor.dvirlabs.com/my-apps/ipify-frontend pullPolicy: Always - tag: master-67d217c + tag: master-3d4e39e service: type: ClusterIP port: 80 @@ -80,11 +77,9 @@ frontend: - secretName: ipify-tls hosts: - ipify.dvirlabs.com - # Environment variables env: backendUrl: "https://api-ipify.dvirlabs.com" - # Ingress configuration (kept for compatibility) ingress: enabled: false