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

production: use mw 0.10.6 #419

Merged
merged 3 commits into from Jun 23, 2022
Merged
Show file tree
Hide file tree
Changes from all 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
Expand Up @@ -4,6 +4,8 @@ replicaCount:
webapi: 2
alpha: 1
mw:
settings:
allowedProxyCidr: "10.108.0.0/14"
db:
replica: sql-mariadb-secondary.default.svc.cluster.local
master: sql-mariadb-primary.default.svc.cluster.local
Expand Down Expand Up @@ -67,5 +69,3 @@ resources:
limits:
cpu: 1000m
memory: 1200Mi
image:
tag: 1.37-7.4-20220603-fp-beta-0
2 changes: 1 addition & 1 deletion k8s/helmfile/helmfile.yaml
Expand Up @@ -138,7 +138,7 @@ releases:
- name: mediawiki-137-fp
namespace: default
chart: wbstack/mediawiki
version: '{{ if eq .Environment.Name "production" }}0.10.5{{ else }}0.10.6{{ end }}'
version: 0.10.6
values:
- "env/{{ .Environment.Name }}/mediawiki-137-fp.values.yaml.gotmpl"

Expand Down