Skip to content

Commit bb2c8dd

Browse files
butler54claude
andcommitted
fix(hello-openshift): use Red Hat httpd image for insecure-policy, remove stale sync-wave
1. insecure-policy: switch from origin-hello-openshift to ubi9/httpd-24 (same image as secure deployment, port 8080) 2. secure-configmap: remove unnecessary sync-wave annotation Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent beaa8b9 commit bb2c8dd

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

charts/coco-supported/hello-openshift/templates/insecure-policy-deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ spec:
1919
runtimeClassName: {{ include "hello-openshift.runtimeClassName" . }}
2020
containers:
2121
- name: hello-openshift
22-
image: quay.io/openshift/origin-hello-openshift
22+
image: registry.redhat.io/ubi9/httpd-24@sha256:68a91ff691092f455fea682330c499588747231c16516cd4f35aff821e6847f2
2323
ports:
24-
- containerPort: 8888
24+
- containerPort: 8080
2525
volumeMounts:
2626
- name: initdata
2727
mountPath: /opt/confidential-containers/initdata

charts/coco-supported/hello-openshift/templates/secure-configmap.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ metadata:
44
name: secure-web-content
55
labels:
66
app: secure
7-
annotations:
8-
argocd.argoproj.io/sync-wave: "5"
97
data:
108
index.html: |
119
<!DOCTYPE html>

0 commit comments

Comments
 (0)