```
jforrester@deploy2002:/srv/deployment-charts/helmfile.d/services/wikifunctions$ helmfile -e staging -i apply --context 5
helmfile.yaml: basePath=.
skipping missing values file matching "values-python-evaluator-staging.yaml"
skipping missing values file matching "values-javascript-evaluator-staging.yaml"
Comparing release=main-orchestrator, chart=wmf-stable/function-orchestrator
Comparing release=python-evaluator, chart=wmf-stable/function-evaluator
Comparing release=javascript-evaluator, chart=wmf-stable/function-evaluator
wikifunctions, function-evaluator-python-evaluator, Deployment (apps) has changed:
...
spec:
automountServiceAccountToken: false
containers:
# The main application container
- name: function-evaluator-python-evaluator
- image: "docker-registry.wikimedia.org/repos/abstract-wiki/wikifunctions/function-evaluator/wasm-python3-all:2023-11-01-154653"
+ image: "docker-registry.wikimedia.org/repos/abstract-wiki/wikifunctions/function-evaluator/wasm-python3-all:2023-11-06-164826"
imagePullPolicy: IfNotPresent
securityContext:
readOnlyRootFilesystem: true
ports:
- containerPort: 6927
...
Affected releases are:
python-evaluator (wmf-stable/function-evaluator) UPDATED
Do you really want to apply?
Helmfile will apply all your changes, as shown above.
[y/n]: y
skipping missing values file matching "values-python-evaluator-staging.yaml"
Upgrading release=python-evaluator, chart=wmf-stable/function-evaluator
```
After a few minutes, paging in IRC from this:
```
[08:37:34] <+jinxer-wm> (HelmReleaseBadStatus) firing: Helm release wikifunctions/python-evaluator on k8s-staging@eqiad in state pending-upgrade - https://wikitech.wikimedia.org/wiki/Kubernetes/Deployments#Rolling_back_in_an_emergency - https://grafana.wikimedia.org/d/UT4GtK3nz?var-site=eqiad&var-cluster=k8s-staging&var-namespace=wikifunctions - https://alerts.wikimedia.org/?q=alertname%3DHelmReleaseBadStatus
```
… so I aborted.
https://grafana.wikimedia.org/d/UT4GtK3nz/helm-releases?var-site=eqiad&var-cluster=k8s-staging&var-namespace=wikifunctions&orgId=1&var-datasource=thanos&var-status=All claims it was deployed, but the response shows it's not running the latest code.
I can't do `helm status` as I'm not a prod root; can someone dig?