diff --git a/helm/porthole/values-cluster.yaml b/helm/porthole/values-cluster.yaml index b1eb4e2..5879b74 100644 --- a/helm/porthole/values-cluster.yaml +++ b/helm/porthole/values-cluster.yaml @@ -11,8 +11,17 @@ secrets: accessKeyId: "FwGiBwCXKuQdthR1QLa" secretAccessKey: "OtmAz9m7o941wG1Gms2yItyqxd6gCWY8k4LJVBX" -# Temporarily disable apps until registry is resolved -# TODO: Set up proper container registry or use external registry +# Use public images for initial deployment (placeholder) +# TODO: Build and push custom images to accessible registry +images: + web: + repository: alpine + tag: latest + worker: + repository: alpine + tag: latest + +# Temporarily disable apps until images are built web: enabled: false worker: