Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mediawiki 0.10.6 #99

Merged
merged 6 commits into from Jun 21, 2022
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/mediawiki/Chart.yaml
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
appVersion: "1.37"
description: A Helm wbstack flavoured MediaWiki
name: mediawiki
version: 0.10.5
version: 0.10.6
home: https://github.com/wbstack
maintainers:
- name: WBstack
Expand Down
1 change: 1 addition & 0 deletions charts/mediawiki/README.md
Expand Up @@ -2,6 +2,7 @@

## Changelog

- 0.10.6: Added `mw.settings.allowedProxyCidr` to set $wgCdnServersNoPurge
- 0.10.5: New MW release with updated CirrusSearch sharding config, we missed one index.
- 0.10.4: New MW release with CirrusSearch sharding config
- 0.10.3: Bump version number to trigger new chart release
Expand Down
3 changes: 3 additions & 0 deletions charts/mediawiki/templates/_helpers.tpl
Expand Up @@ -157,6 +157,9 @@ Common deployment environment variables

{{- end -}}

- name: MW_ALLOWED_PROXY_CIDR
value: {{ .Values.mw.settings.allowedProxyCidr }}

{{- end -}}

{{/*
Expand Down
3 changes: 2 additions & 1 deletion charts/mediawiki/values.yaml
Expand Up @@ -6,12 +6,13 @@ replicaCount:

image:
repository: ghcr.io/wbstack/mediawiki
tag: "1.37-7.4-20220513-fp-beta-0"
tag: "1.37-7.4-20220513-fp-beta-0" # TODO change this to new mw release!
toban marked this conversation as resolved.
Show resolved Hide resolved
pullPolicy: IfNotPresent

mw:
settings:
logToStdErr: false
allowedProxyCidr: ""
deer-wmde marked this conversation as resolved.
Show resolved Hide resolved
db:
master: someHostName
replica: someHostName
Expand Down