Skip to content

Commit 58c6fa4

Browse files
authored
chore: update to 0.19.595 (#203)
1 parent 186a497 commit 58c6fa4

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
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.594"
6+
tag = "0.19.595"
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.594"
6+
tag = "0.19.595"
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.594"
5+
VERSION: "0.19.595"
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ image:
88
tag: "{{ .nuon.components.img_nuon_dashboard_ui.outputs.image.tag }}"
99

1010
env:
11+
VERSION: "0.19.595"
12+
1113
NEXT_PUBLIC_API_URL: "https://api.{{ .nuon.sandbox.outputs.nuon_dns.public_domain.name }}"
1214
NEXT_PUBLIC_ADMIN_API_URL: "http://ctl-api-admin.ctl-api.svc.cluster.local:8082"
1315

@@ -38,8 +40,6 @@ env:
3840

3941
HTTP_PORT: "4000"
4042

41-
VERSION: "0.19.594"
42-
4343
envSecrets:
4444
- name: "AUTH0_CLIENT_SECRET"
4545
valueFrom:

version.txt

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

0 commit comments

Comments
 (0)