mirror of
https://gitlab.com/deepcypher/dc-kc.git
synced 2026-01-27 11:12:08 +00:00
Update ghcr.io/requarks/wiki Docker tag to v2.5.311
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 9s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 9s
This commit is contained in:
@@ -15,7 +15,7 @@ type: application
|
||||
# This is the chart version. This version number should be incremented each time you make changes
|
||||
# to the chart and its templates, including the app version.
|
||||
# Versions are expected to follow Semantic Versioning (https://semver.org/)
|
||||
version: 0.1.2
|
||||
version: 0.1.3
|
||||
|
||||
# This is the version number of the application being deployed. This version number should be
|
||||
# incremented each time you make changes to the application. Versions are not expected to
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# wikijs
|
||||
|
||||
  
|
||||
  
|
||||
|
||||
A Helm chart for Kubernetes
|
||||
|
||||
@@ -41,7 +41,7 @@ A Helm chart for Kubernetes
|
||||
| psql.enabled | bool | `true` | |
|
||||
| wiki.enabled | bool | `true` | |
|
||||
| wiki.image.repository | string | `"ghcr.io/requarks/wiki"` | |
|
||||
| wiki.image.tag | string | `"2.5.308"` | |
|
||||
| wiki.image.tag | string | `"2.5.311"` | |
|
||||
| wiki.ingress.annotations."cert-manager.io/cluster-issuer" | string | `"letsencrypt-dns"` | |
|
||||
| wiki.ingress.annotations."traefik.ingress.kubernetes.io/router.middlewares" | string | `"traefik-headers@kubernetescrd"` | |
|
||||
| wiki.ingress.enabled | bool | `true` | |
|
||||
|
||||
@@ -7,7 +7,7 @@ wiki:
|
||||
revisionHistoryLimit: 2
|
||||
image:
|
||||
repository: ghcr.io/requarks/wiki
|
||||
tag: 2.5.308
|
||||
tag: 2.5.311
|
||||
|
||||
ingress:
|
||||
enabled: true
|
||||
|
||||
Reference in New Issue
Block a user