diff --git a/helm/porthole/values-cluster.yaml b/helm/porthole/values-cluster.yaml index 5879b74..1f5e6b9 100644 --- a/helm/porthole/values-cluster.yaml +++ b/helm/porthole/values-cluster.yaml @@ -11,17 +11,11 @@ secrets: accessKeyId: "FwGiBwCXKuQdthR1QLa" secretAccessKey: "OtmAz9m7o941wG1Gms2yItyqxd6gCWY8k4LJVBX" -# 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 jobs and apps until images are built +jobs: + migrate: + enabled: false -# Temporarily disable apps until images are built web: enabled: false worker: