Skip to content

Commit

Permalink
Staging+Local: Deploy new MediaWiki image 1.39-7.4-20241127-0 (#1875)
Browse files Browse the repository at this point in the history
* Staging+Local: Deploy new MediaWiki image 1.39-7.4-20241127-0

* bump chart and add values for compatibility with new image

---------

Co-authored-by: Thomas Arrow <[email protected]>
  • Loading branch information
wmdebot and tarrow authored Nov 28, 2024
1 parent c3cd538 commit ea4dc78
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion k8s/helmfile/env/local/mediawiki-139.values.yaml.gotmpl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
image:
tag: 1.39-7.4-20241114-0
tag: 1.39-7.4-20241127-0

web:
autoscaling:
Expand Down
2 changes: 2 additions & 0 deletions k8s/helmfile/env/production/mediawiki-139.values.yaml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ mw:
# TODO fixme, no "database" ID injected into mediawiki
readServer: {{ .Values.services.redis.readHost }}
writeServer: {{ .Values.services.redis.writeHost }}
readCacheServer: redis-2-replicas.default.svc.cluster.local
writeCacheServer: redis-2-master.default.svc.cluster.local
password:
passwordSecretName: redis-password
passwordSecretKey: password
Expand Down
2 changes: 1 addition & 1 deletion k8s/helmfile/env/staging/mediawiki-139.values.yaml.gotmpl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
image:
tag: 1.39-7.4-20241114-0
tag: 1.39-7.4-20241127-0

web:
autoscaling:
Expand Down
2 changes: 1 addition & 1 deletion k8s/helmfile/helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ releases:
- name: mediawiki-139
namespace: default
chart: wbstack/mediawiki
version: 0.12.0
version: '{{ if eq .Environment.Name "production" }} 0.12.0 {{ else }} 0.13.0 {{ end }}'
<<: *default_release

- name: queryservice-ui
Expand Down

0 comments on commit ea4dc78

Please sign in to comment.