Skip to content

Commit 4ba2ca6

Browse files
committed
Experiment
1 parent d5db3c8 commit 4ba2ca6

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

k8s/next-release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.2.9
1+
v1.2.11

k8s/overlays/prod/digraph/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ images:
2121
- name: emwalker/digraph-node:latest
2222
newTag: v1.1.6
2323
- name: emwalker/digraph-node:next
24-
newTag: v1.2.9
24+
newTag: v1.2.11

next/lib/ApolloWrapper.tsx

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,9 @@ if (process.env.NODE_ENV !== 'production') {
1818
loadErrorMessages()
1919
}
2020

21-
const apiOrigin = process.env.DIGRAPH_API_EXTERNAL_URL || 'http://localhost:8080'
22-
2321
function makeClient() {
24-
const httpLink = new HttpLink({
25-
uri: `${apiOrigin}/graphql`,
26-
})
22+
const apiOrigin = process.env.DIGRAPH_API_EXTERNAL_URL || 'http://localhost:8080'
23+
const httpLink = new HttpLink({ uri: `${apiOrigin}/graphql` })
2724

2825
return new NextSSRApolloClient({
2926
cache: new NextSSRInMemoryCache(),

0 commit comments

Comments
 (0)