Skip to content

Commit

Permalink
chore(local+staging): use dedicated gcs hmac key for platform api (#1366
Browse files Browse the repository at this point in the history
)

* chore: use dedicated gcs hmac key for platform api

* chore: use newer chart for api in local and staging

* chore: update image versions

* fix: update buckets module
  • Loading branch information
m90 committed Jan 22, 2024
1 parent 5d91dda commit 38aa580
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion k8s/helmfile/env/local/api.values.yaml.gotmpl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
image:
tag: 8x.35.0
tag: 8x.35.1

ingress:
tls: null
Expand Down
4 changes: 3 additions & 1 deletion k8s/helmfile/env/staging/api.values.yaml.gotmpl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
image:
tag: 8x.35.0
tag: 8x.35.1

ingress:
tls:
Expand Down Expand Up @@ -48,3 +48,5 @@ trustedProxy:

storage:
url: https://storage.googleapis.com/wikibase-dev-static
accessKeySecretName: public-assets-hmac-key
secretKeySecretName: public-assets-hmac-key
2 changes: 1 addition & 1 deletion k8s/helmfile/helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ releases:

- name: api
chart: wbstack/api
version: "0.29.1"
version: {{ (ternary "0.30.0" "0.29.1" (ne .Environment.Name "production")) }}
namespace: default
<<: *default_release

Expand Down
2 changes: 1 addition & 1 deletion tf/env/staging/buckets.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "staging-buckets" {
source = "git::ssh://git@github.com/wmde/wbaas-deploy//tf//modules/buckets?ref=tf-module-buckets-0"
source = "git::ssh://git@github.com/wmde/wbaas-deploy//tf//modules/buckets?ref=tf-module-buckets-3"
providers = {
kubernetes = kubernetes.wbaas-2
}
Expand Down

0 comments on commit 38aa580

Please sign in to comment.