Skip to content

Commit

Permalink
Replace links to RAW versions
Browse files Browse the repository at this point in the history
The previous link present a web page that renders the contents of the SVG
however, this means that tools dynamically loading this information won't
be able to present the logo correctly.

Signed-off-by: Paulo Gomes <[email protected]>
  • Loading branch information
pjbgf committed Sep 4, 2024
1 parent fa3df4d commit a9abded
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version: %VERSION%
appVersion: %APP_VERSION%
kubeVersion: < 1.31.0-0
home: https://rancher.com
icon: https://github.com/rancher/ui/blob/master/public/assets/images/logos/welcome-cow.svg
icon: https://raw.githubusercontent.com/rancher/ui/master/public/assets/images/logos/welcome-cow.svg
keywords:
- rancher
sources:
Expand Down
4 changes: 2 additions & 2 deletions package/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -329,8 +329,8 @@ VOLUME /var/lib/kubelet
VOLUME /var/lib/cni
VOLUME /var/log

LABEL "io.artifacthub.package.logo-url"="https://github.com/rancher/ui/blob/master/public/assets/images/logos/welcome-cow.svg" \
"io.artifacthub.package.readme-url"="https://github.com/rancher/rancher/blob/${VERSION}/README.md" \
LABEL "io.artifacthub.package.logo-url"="https://raw.githubusercontent.com/rancher/ui/master/public/assets/images/logos/welcome-cow.svg" \
"io.artifacthub.package.readme-url"="https://raw.githubusercontent.com/rancher/rancher/${VERSION}/README.md" \
"org.opencontainers.image.description"="Rancher Manager: complete container management platform." \
"org.opencontainers.image.title"="Rancher Manager: complete container management platform." \
"org.opencontainers.image.source"="https://github.com/rancher/rancher" \
Expand Down
4 changes: 2 additions & 2 deletions package/Dockerfile.agent
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ COPY --from=build /app/agent /usr/bin/
COPY package/run.sh package/kubectl-shell.sh package/shell-setup.sh /usr/bin/
WORKDIR /var/lib/rancher

LABEL "io.artifacthub.package.logo-url"="https://github.com/rancher/ui/blob/master/public/assets/images/logos/welcome-cow.svg" \
"io.artifacthub.package.readme-url"="https://github.com/rancher/rancher/blob/${VERSION}/README.md" \
LABEL "io.artifacthub.package.logo-url"="https://raw.githubusercontent.com/rancher/ui/master/public/assets/images/logos/welcome-cow.svg" \
"io.artifacthub.package.readme-url"="https://raw.githubusercontent.com/rancher/rancher/${VERSION}/README.md" \
"org.opencontainers.image.description"="Rancher Manager Agent: complete container management platform." \
"org.opencontainers.image.title"="Rancher Manager Agent: complete container management platform." \
"org.opencontainers.image.source"="https://github.com/rancher/rancher" \
Expand Down

0 comments on commit a9abded

Please sign in to comment.