You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: update infra definitions for zkSync v29 (#17)
* updates for v28.8.0; consensus required
* rm gossipStaticOutbound
* update scripts and docker example
* versions
* make RUST_LOG configurable
* error only on gen secrets
* quote
* up
* reset env file
* updates for 29.0.0 alpha; disable consensus for now
* update for v29.1.0
* formatting; make consensus configmap conditional
* fix helm; add lint wf
* wf
* wf
Copy file name to clipboardExpand all lines: charts/abstract-node/values.yaml
+13-1Lines changed: 13 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -79,7 +79,7 @@ image:
79
79
registry: docker.io
80
80
repository: matterlabs/external-node
81
81
pullPolicy: IfNotPresent
82
-
tag: "v28.6.0"
82
+
tag: "v29.1.0"
83
83
84
84
# This is for the secretes for pulling an image from a private repository more information can be found here: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
0 commit comments