Skip to content

Commit 4b1f693

Browse files
authored
chore: update to 0.19.596 (#205)
1 parent 58c6fa4 commit 4b1f693

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

byoc-nuon/components/4-image-nuon_ctl_api.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ type = "container_image"
33

44
[aws_ecr]
55
image_url = "431927561584.dkr.ecr.us-west-2.amazonaws.com/mono/ctl-api"
6-
tag = "0.19.595"
6+
tag = "0.19.596"
77
region = "us-west-2"
88
iam_role_arn = "arn:aws:iam::431927561584:role/nuon-ecr-access"

byoc-nuon/components/4-image-nuon_dashboard_ui.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ type = "container_image"
33

44
[aws_ecr]
55
image_url = "431927561584.dkr.ecr.us-west-2.amazonaws.com/mono/dashboard-ui"
6-
tag = "0.19.595"
6+
tag = "0.19.596"
77
region = "us-west-2"
88
iam_role_arn = "arn:aws:iam::431927561584:role/nuon-ecr-access"

byoc-nuon/components/values/ctl-api.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
env:
33
ENV: prod
44
GIT_REF: dne # TODO: update
5-
VERSION: "0.19.595"
5+
VERSION: "0.19.596"
66
MIDDLEWARES: log,error,public_metrics,public,timeout,size,global,auth,org,offset_pagination,invites,headers,cors,config
77
RUNNER_MIDDLEWARES: log,runner_metrics,error,public,timeout,size,auth,runner_org,offset_pagination,headers,cors,config
88
INTERNAL_MIDDLEWARES: log,headers,internal_metrics,error,public,timeout,size,global,config,admin,offset_pagination

byoc-nuon/components/values/dashboard-ui.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ image:
88
tag: "{{ .nuon.components.img_nuon_dashboard_ui.outputs.image.tag }}"
99

1010
env:
11-
VERSION: "0.19.595"
11+
VERSION: "0.19.596"
1212

1313
NEXT_PUBLIC_API_URL: "https://api.{{ .nuon.sandbox.outputs.nuon_dns.public_domain.name }}"
1414
NEXT_PUBLIC_ADMIN_API_URL: "http://ctl-api-admin.ctl-api.svc.cluster.local:8082"

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.19.595
1+
0.19.596

0 commit comments

Comments
 (0)