This repository was archived by the owner on Oct 15, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6868 username : ${{ secrets.QUAY_USERNAME }}
6969 password : ${{ secrets.QUAY_PASSWORD }}
7070
71- - name : login to registry.redhat.io
72- uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3
73- with :
74- registry : registry.redhat.io
75- username : ${{ secrets.REG_RH_USER }}
76- password : ${{ secrets.REG_RH_PASS }}
77-
7871 - name : Create KIND Cluster
7972 if : steps.list-changed.outputs.changed == 'true'
8073 uses : helm/kind-action@a1b0e391336a6ee6713a0583f8c6240d70863de3 # v1.12.0
Original file line number Diff line number Diff line change 11apiVersion : v2
22name : llm-d
33type : application
4- version : 0.3 .0
4+ version : 0.4 .0
55appVersion : " 0.0.1"
66icon : data:null
77description : A Helm chart for llm-d
Original file line number Diff line number Diff line change 11
22# llm-d Helm Chart for OpenShift
33
4- ![ Version: 0.3 .0] ( https://img.shields.io/badge/Version-0.3 .0-informational?style=flat-square )
4+ ![ Version: 0.4 .0] ( https://img.shields.io/badge/Version-0.4 .0-informational?style=flat-square )
55![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square )
66
77A Helm chart for llm-d
Original file line number Diff line number Diff line change @@ -275,9 +275,9 @@ redis:
275275 enabled : true
276276 architecture : standalone
277277 image :
278- registry : registry.redhat .io
279- repository : rhel9 /redis-7
280- tag : 9.5-1744185101
278+ registry : quay .io
279+ repository : sclorg /redis-7-c9s
280+ tag : c9s
281281 master :
282282 kind : Deployment
283283 resources :
Original file line number Diff line number Diff line change @@ -71,14 +71,12 @@ Create with Docker:
7171
7272``` bash
7373docker --config ~ /.config/containers/ login quay.io
74- docker --config ~ /.config/containers/ login registry.redhat.io
7574```
7675
7776Create with Podman:
7877
7978``` bash
8079podman login quay.io --authfile ~ /.config/containers/auth.json
81- podman login registry.redhat.io --authfile ~ /.config/containers/auth.json
8280```
8381
8482> ⚠️ You may need to visit Hugging Face [ meta-llama/Llama-3.2-3B-Instruct] ( https://huggingface.co/meta-llama/Llama-3.2-3B-Instruct ) and
Original file line number Diff line number Diff line change @@ -104,14 +104,12 @@ Create with Docker:
104104
105105``` bash
106106docker --config ~ /.config/containers/ login quay.io
107- docker --config ~ /.config/containers/ login registry.redhat.io
108107```
109108
110109Create with Podman:
111110
112111``` bash
113112podman login quay.io --authfile ~ /.config/containers/auth.json
114- podman login registry.redhat.io --authfile ~ /.config/containers/auth.json
115113```
116114
117115### Target Platforms
Original file line number Diff line number Diff line change @@ -134,11 +134,9 @@ locate_auth_file() {
134134 echo
135135 echo " # Docker"
136136 echo " docker --config ~/.config/containers/ login quay.io"
137- echo " docker --config ~/.config/containers/ login registry.redhat.io"
138137 echo
139138 echo " # Podman"
140139 echo " podman login quay.io --authfile ~/.config/containers/auth.json"
141- echo " podman login registry.redhat.io --authfile ~/.config/containers/auth.json"
142140 exit 1
143141 fi
144142 log_success " ✅ Auth file: ${AUTH_FILE} "
Original file line number Diff line number Diff line change @@ -126,11 +126,9 @@ locate_auth_file() {
126126 echo
127127 echo " # Docker"
128128 echo " docker --config ~/.config/containers/ login quay.io"
129- echo " docker --config ~/.config/containers/ login registry.redhat.io"
130129 echo
131130 echo " # Podman"
132131 echo " podman login quay.io --authfile ~/.config/containers/auth.json"
133- echo " podman login registry.redhat.io --authfile ~/.config/containers/auth.json"
134132 exit 1
135133 fi
136134 log_success " ✅ Auth file: ${AUTH_FILE} "
You can’t perform that action at this time.
0 commit comments