Skip to content

Commit 6d39b27

Browse files
committed
add: full stack tmpl & jfrog integration
1 parent 04bb59d commit 6d39b27

File tree

4 files changed

+1471
-5
lines changed

4 files changed

+1471
-5
lines changed

helm/values.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ coder:
88

99
image:
1010
# custom image with az & gcloud CLIs installed
11-
repo: "docker.io/ericpaulsen/coder-2.18.1"
12-
tag: "multi-cloud"
11+
repo: "docker.io/ericpaulsen/coder-multi-cloud"
12+
tag: "2.22.0"
1313
pullPolicy: Always
1414

1515
# user-assigned managed identity used for authenticating Terraform to Azure
@@ -147,9 +147,9 @@ coder:
147147
key: client-secret
148148
name: jfrog-secret
149149
- name: CODER_EXTERNAL_AUTH_2_AUTH_URL
150-
value: https://jfrt.cdr.dev/ui/authorization
150+
value: https://coderintegration.jfrog.io/ui/authorization
151151
- name: CODER_EXTERNAL_AUTH_2_TOKEN_URL
152-
value: https://jfrt.cdr.dev/access/api/v1/integrations/app@01hktk0h7ppm2y1vkmg6em1xv6/token
152+
value: https://coderintegration.jfrog.io/access/api/v1/integrations/app@01jwbmdntadh1z1em2ca840zc6/token
153153
- name: CODER_EXTERNAL_AUTH_2_DISPLAY_ICON
154154
value: /icon/jfrog.svg
155155
- name: CODER_EXTERNAL_AUTH_2_SCOPES
@@ -162,7 +162,7 @@ coder:
162162
- name: CODER_BROWSER_ONLY
163163
value: "false" # enables browser-only mode, to block SSH connections
164164
- name: CODER_EXPERIMENTS
165-
value: workspace_actions,template_update_policies,template_autostop_requirement,deployment_health_page
165+
value: '*'
166166

167167
# networking configuration
168168
- name: CODER_DERP_CONFIG_URL

0 commit comments

Comments
 (0)