Skip to content
This repository has been archived by the owner on Jul 30, 2023. It is now read-only.

Commit

Permalink
🎨 Modify values.yml to add instruction for ingress.route
Browse files Browse the repository at this point in the history
  • Loading branch information
qjoly committed Dec 14, 2022
1 parent e720d9d commit 8246dab
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion charts/baikal/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: baikal
description: Baïkal is a lightweight CalDAV+CardDAV server
type: application
version: 0.1.2
version: 0.1.3
appVersion: "0.9.2"
keywords:
- baikal
Expand Down
2 changes: 1 addition & 1 deletion charts/baikal/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ ingress:
annotations: {}
domain: ur-domain.tld
entrypoint: websecure # Useless if you use ingress
certresolver: letsencrypt
certresolver: letsencrypt # Useless if you use ingress


resources: {}
Expand Down
2 changes: 1 addition & 1 deletion charts/freshrss/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: freshrss
description: A WebUI to read article via RSS
type: application
version: 0.1.2
version: 0.1.3
appVersion: "1.20.2"
keywords:
- freshrss
Expand Down
6 changes: 3 additions & 3 deletions charts/freshrss/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ persistence:

ingress:
enabled: false
className: ""
className: "" # Only if you use ingress
annotations: {}
domain: rss.thoughtless.eu
entrypoint: websecure
certresolver: letsencrypt
entrypoint: websecure # Useless if you use ingressroute
certresolver: letsencrypt # Useless if you use ingressroute

resources: {}
# limits:
Expand Down
2 changes: 1 addition & 1 deletion charts/joplin/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: joplin
description: Joplin is an open source note-taking app. Capture your thoughts and securely access them from any device.
version: 0.2.6
version: 0.2.7
appVersion: "2.9.7-beta"
keywords:
- joplin
Expand Down
2 changes: 1 addition & 1 deletion charts/joplin/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ persistence:
ingress:
isIngressRoute: false
enabled: true
className: ""
className: "" # Only if you use ingress
annotations: {}
domain: ur-domain.tld
entrypoint: websecure # Useless if you use ingressroute
Expand Down
2 changes: 1 addition & 1 deletion charts/pingvin/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: pingvin
description: Pingvin Share is self-hosted file sharing platform and an alternative for WeTransfer
type: application
version: 0.1.0
version: 0.1.1
appVersion: "0.3.6"
keywords:
- pingvin
Expand Down
2 changes: 1 addition & 1 deletion charts/pingvin/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ service:
ingress:
isIngressRoute: false
enabled: true
className: "" # Useless if you use ingress
className: "" # Only if you use ingress
annotations: {}
domain: ur-domain.tld
entrypoint: websecure # Useless if you use ingress
Expand Down
2 changes: 1 addition & 1 deletion charts/prezdocker/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: prezdocker
description: Interactive presentation to learn Docker in a quick and easy way
type: application
version: 0.1.2
version: 0.1.3
appVersion: "0.1.0"
home: https://docker.avec.une-tasse-de.cafe
keywords:
Expand Down
2 changes: 1 addition & 1 deletion charts/prezdocker/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ DeployAnnotations: {}
ingress:
isIngressRoute: true
enabled: false
className: ""
className: "" # Only if you use ingress
annotations: {}
domain: docker.avec.une-tasse-de.cafe
entrypoint: websecure # Useless if you use ingressroute
Expand Down

0 comments on commit 8246dab

Please sign in to comment.