Skip to content

Commit

Permalink
🍱 (bookstack, vaultwarden): Replace png icon with svg
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Jan 26, 2023
1 parent c463982 commit a9f24e4
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 14 deletions.
8 changes: 3 additions & 5 deletions charts/bookstack/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ apiVersion: v2
name: bookstack
description: A simple, self-hosted, easy-to-use platform for organising and storing information.
home: https://charts.gabe565.com/charts/bookstack
icon: https://media.githubusercontent.com/media/BookStackApp/website/main/static/images/logo.png
icon: https://raw.githubusercontent.com/gabe565/charts/main/charts/bookstack/icon.svg
type: application
version: 0.2.1
version: 0.2.2
# renovate image=ghcr.io/linuxserver/bookstack
appVersion: version-v22.11.1
kubeVersion: ">=1.22.0-0"
Expand All @@ -28,6 +28,4 @@ sources:
annotations:
artifacthub.io/changes: |
- kind: changed
description: Update homepage to charts.gabe565.com and add to readme
- kind: added
description: Add GitHub repo to sources
description: Replace png icon with svg
4 changes: 2 additions & 2 deletions charts/bookstack/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# bookstack

<img src="https://media.githubusercontent.com/media/BookStackApp/website/main/static/images/logo.png" align="right" width="92" height="92" alt="bookstack logo" style="padding-left: 20px">
<img src="https://raw.githubusercontent.com/gabe565/charts/main/charts/bookstack/icon.svg" align="right" width="92" height="92" alt="bookstack logo" style="padding-left: 20px">

![Version: 0.2.1](https://img.shields.io/badge/Version-0.2.1-informational?style=flat-square)
![Version: 0.2.2](https://img.shields.io/badge/Version-0.2.2-informational?style=flat-square)
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![AppVersion: version-v22.11.1](https://img.shields.io/badge/AppVersion-version--v22.11.1-informational?style=flat-square)

Expand Down
13 changes: 13 additions & 0 deletions charts/bookstack/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 3 additions & 5 deletions charts/vaultwarden/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ apiVersion: v2
name: vaultwarden
description: Unofficial Bitwarden compatible server written in Rust.
home: https://charts.gabe565.com/charts/vaultwarden
icon: https://raw.githubusercontent.com/dani-garcia/vaultwarden/7cb19ef767142b773ab44a457940844589432a74/src/static/images/vaultwarden-icon.png
icon: https://raw.githubusercontent.com/dani-garcia/vaultwarden/d57b69952db6eb12987a9668fea6b72df79cfa41/resources/vaultwarden-icon.svg
type: application
version: 0.2.1
version: 0.2.2
# renovate image=vaultwarden/server
appVersion: 1.27.0-alpine
kubeVersion: ">=1.22.0-0"
Expand All @@ -30,6 +30,4 @@ dependencies:
annotations:
artifacthub.io/changes: |
- kind: changed
description: Update homepage to charts.gabe565.com and add to readme
- kind: added
description: Add GitHub repo to sources
description: Replace png icon with svg
4 changes: 2 additions & 2 deletions charts/vaultwarden/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# vaultwarden

<img src="https://raw.githubusercontent.com/dani-garcia/vaultwarden/7cb19ef767142b773ab44a457940844589432a74/src/static/images/vaultwarden-icon.png" align="right" width="92" height="92" alt="vaultwarden logo" style="padding-left: 20px">
<img src="https://raw.githubusercontent.com/dani-garcia/vaultwarden/d57b69952db6eb12987a9668fea6b72df79cfa41/resources/vaultwarden-icon.svg" align="right" width="92" height="92" alt="vaultwarden logo" style="padding-left: 20px">

![Version: 0.2.1](https://img.shields.io/badge/Version-0.2.1-informational?style=flat-square)
![Version: 0.2.2](https://img.shields.io/badge/Version-0.2.2-informational?style=flat-square)
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![AppVersion: 1.27.0-alpine](https://img.shields.io/badge/AppVersion-1.27.0--alpine-informational?style=flat-square)

Expand Down

0 comments on commit a9f24e4

Please sign in to comment.