diff --git a/crates/papyrus_node/src/version.rs b/crates/papyrus_node/src/version.rs index 8f66014a57..2f5fc5f9d2 100644 --- a/crates/papyrus_node/src/version.rs +++ b/crates/papyrus_node/src/version.rs @@ -14,7 +14,7 @@ const VERSION_PATCH: u32 = 0; /// Version metadata to append to the version string. /// Expected values are `dev` and `stable`. #[allow(dead_code)] -const VERSION_META: Metadata = Metadata::Dev; +const VERSION_META: Metadata = Metadata::Stable; /// Textual version string. pub const VERSION: &str = version_str(); diff --git a/deployments/helm/backup-values.yaml b/deployments/helm/backup-values.yaml index e5bef26647..6c94c11a46 100644 --- a/deployments/helm/backup-values.yaml +++ b/deployments/helm/backup-values.yaml @@ -7,7 +7,7 @@ rustLogLevel: "papyrus=DEBUG" deployment: image: repository: us.gcr.io/starkware-dev/papyrus-backup - tag: 0.1.2-alpha + tag: 0.2.0 services: [] # Persistent volume claim variables for a papyrus pod. pvc: diff --git a/deployments/helm/values.yaml b/deployments/helm/values.yaml index 73fb20de07..47a8fecfbb 100644 --- a/deployments/helm/values.yaml +++ b/deployments/helm/values.yaml @@ -20,7 +20,7 @@ deployment: # The container image image: repository: ghcr.io/starkware-libs/papyrus - tag: 0.1.2-alpha + tag: 0.2.0 # The container's pullPolicy pullPolicy: Always # Optional - nodeSelector