Skip to content

Commit

Permalink
baikal: add homepage ingress annotations (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyxou authored Nov 11, 2023
1 parent b9db258 commit 671e71a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
6 changes: 3 additions & 3 deletions charts/baikal/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: librepod
repository: https://librepod.github.io/charts
version: 1.2.0
digest: sha256:1dcc99dc6525e660fe55ac3e87b1b36a4ca644b7728156d92f73371335e49290
generated: "2023-02-12T20:02:37.750561025+03:00"
version: 1.2.1
digest: sha256:58d797774bbae3fba01acf9e464f3a9ea3a313e5e2ce91abb5c8a29183689079
generated: "2023-11-10T23:23:23.355804801+03:00"
4 changes: 2 additions & 2 deletions charts/baikal/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: baikal
description: The open source CardDAV, CalDAV and WebDAV server
version: 1.1.0
version: 1.2.0
appVersion: 0.9.3-nginx
kubeVersion: ">=1.16.0-0"
type: application
Expand All @@ -18,7 +18,7 @@ sources:
icon: https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons/png/baikal.png
dependencies:
- name: librepod
version: 1.2.0
version: 1.2.1
repository: https://librepod.github.io/charts
annotations:
category: My Apps
7 changes: 7 additions & 0 deletions charts/baikal/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@ ingress:
# See templates/middleware.yaml for details.
middlewares:
- redirect-card-cal-dav
annotations:
gethomepage.dev/href: "https://baikal.libre.pod"
gethomepage.dev/enabled: "true"
gethomepage.dev/description: "{{ .Chart.Description }}"
gethomepage.dev/group: "{{ .Chart.Annotations.category }}"
gethomepage.dev/icon: baikal.png
gethomepage.dev/name: "{{ .Chart.Name }}"

dashboard:
expose: true
Expand Down

0 comments on commit 671e71a

Please sign in to comment.