diff --git a/apps/helloworld-knative-encrypted/service.yaml b/apps/helloworld-knative-encrypted/service.yaml index e939445..40518d1 100644 --- a/apps/helloworld-knative-encrypted/service.yaml +++ b/apps/helloworld-knative-encrypted/service.yaml @@ -16,7 +16,7 @@ spec: securityContext: runAsUser: 1000 containers: - - image: registry.coco-csg.com/csegarragonz/coco-helloworld-py:encrypted + - image: csegarragonz/coco-helloworld-py:encrypted ports: - containerPort: 8080 env: diff --git a/apps/helloworld-knative/service.yaml b/apps/helloworld-knative/service.yaml index e939445..eb3e577 100644 --- a/apps/helloworld-knative/service.yaml +++ b/apps/helloworld-knative/service.yaml @@ -16,7 +16,7 @@ spec: securityContext: runAsUser: 1000 containers: - - image: registry.coco-csg.com/csegarragonz/coco-helloworld-py:encrypted + - image: ghcr.io/csegarragonz/coco-helloworld-py:unencrypted ports: - containerPort: 8080 env: diff --git a/apps/helloworld-py/deployment.yaml b/apps/helloworld-py/deployment.yaml index 71a644e..d1abebb 100644 --- a/apps/helloworld-py/deployment.yaml +++ b/apps/helloworld-py/deployment.yaml @@ -18,8 +18,7 @@ spec: runtimeClassName: kata-qemu-sev containers: - name: helloworld-py - image: registry.coco-csg.com/csegarragonz/coco-helloworld-py:encrypted - # image: ghcr.io/csegarragonz/coco-helloworld-py:encrypted + image: ghcr.io/csegarragonz/coco-helloworld-py:unencrypted imagePullPolicy: Always ports: - containerPort: 8080 diff --git a/conf-files/knative_config.yaml b/conf-files/knative_config.yaml index 545ced3..690d524 100644 --- a/conf-files/knative_config.yaml +++ b/conf-files/knative_config.yaml @@ -6,4 +6,3 @@ metadata: data: kubernetes.podspec-runtimeclassname: "enabled" kubernetes.podspec-securitycontext: "enabled" - registriesSkippingTagResolving: registry.csg-coco.com