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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user