diff --git a/charts/wikijs/Chart.yaml b/charts/wikijs/Chart.yaml index 0461d1d3..12090e7a 100644 --- a/charts/wikijs/Chart.yaml +++ b/charts/wikijs/Chart.yaml @@ -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 diff --git a/charts/wikijs/README.md b/charts/wikijs/README.md index 30abeeea..ccbe8c6d 100644 --- a/charts/wikijs/README.md +++ b/charts/wikijs/README.md @@ -1,6 +1,6 @@ # wikijs -![Version: 0.1.2](https://img.shields.io/badge/Version-0.1.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.16.0](https://img.shields.io/badge/AppVersion-1.16.0-informational?style=flat-square) +![Version: 0.1.3](https://img.shields.io/badge/Version-0.1.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.16.0](https://img.shields.io/badge/AppVersion-1.16.0-informational?style=flat-square) 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` | | diff --git a/charts/wikijs/values.yaml b/charts/wikijs/values.yaml index d410224b..a566fea1 100644 --- a/charts/wikijs/values.yaml +++ b/charts/wikijs/values.yaml @@ -7,7 +7,7 @@ wiki: revisionHistoryLimit: 2 image: repository: ghcr.io/requarks/wiki - tag: 2.5.308 + tag: 2.5.311 ingress: enabled: true