cleanup: remove all Docker Hub references and update to Quay.io

- Update deployment.yaml to reference Quay.io instead of Docker Hub
- Remove Docker Hub references from README.md
- Update build-and-push.sh to show Quay.io registry info
- Update release.sh to reference Quay.io repository
- Update push-to-internal-registry.sh to use Quay.io image
- Clean up all Docker Hub comments and references
- Registry is now exclusively Quay.io: quay.io/rh_ee_anobre/resource-governance
This commit is contained in:
2025-10-03 07:04:58 -03:00
parent c81ba36b26
commit 756cc43997
5 changed files with 17 additions and 16 deletions

View File

@@ -25,12 +25,12 @@ spec:
spec:
serviceAccountName: resource-governance-sa
# imagePullSecrets:
# - name: docker-hub-secret
# - name: quay-secret # Only needed for private repositories
securityContext:
runAsNonRoot: true
containers:
- name: resource-governance
image: andersonid/resource-governance:latest
image: quay.io/rh_ee_anobre/resource-governance:latest
imagePullPolicy: Always
ports:
- containerPort: 8080