Skip to content

Commit f2cb357

Browse files
authored
Include backend changes and Bump v0.4.3 (#937)
1 parent e8a4f50 commit f2cb357

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

deployment/backend.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
terraform {
22
backend "azurerm" {
3-
resource_group_name = "tfstate-rg"
4-
storage_account_name = "tfstateserviceact" # "tfstateserviceactprod"
3+
resource_group_name = "example-tfstate-rg"
4+
storage_account_name = "tffinalacc"
55
container_name = "tfstate"
66
key = "terraform.tfstate"
77
}

deployment/k8s/values-prod.template

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ global:
44
ossFuzzContainerOrg: "${FUZZ_TOOLING_CONTAINER_ORG}"
55
logMaxLineLength: 10240
66
orchestratorImage:
7-
tag: "v0.4.2"
7+
tag: "v0.4.3"
88
fuzzerImage:
9-
tag: "v0.4.2"
9+
tag: "v0.4.3"
1010
seedGenImage:
11-
tag: "v0.4.2"
11+
tag: "v0.4.3"
1212
patcherImage:
13-
tag: "v0.4.2"
13+
tag: "v0.4.3"
1414
programModelImage:
15-
tag: "v0.4.2"
15+
tag: "v0.4.3"
1616

1717
langfuse:
1818
enabled: ${LANGFUSE_ENABLED}

orchestrator/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "orchestrator"
3-
version = "0.4.2"
3+
version = "0.4.3"
44
description = "Buttercup orchestrator"
55
readme = "README.md"
66
authors = [{ name = "Trail of Bits", email = "opensource@trailofbits.com" }]

0 commit comments

Comments
 (0)