Skip to content

Commit bb70aa0

Browse files
committed
chore: upgrade to agent api v2
1 parent 2c02800 commit bb70aa0

File tree

7 files changed

+1294
-908
lines changed

7 files changed

+1294
-908
lines changed

go.mod

+149-123
Large diffs are not rendered by default.

go.sum

+523-623
Large diffs are not rendered by default.

helm/values.yaml

+5-3
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ nodeSelector: {}
6363
# affinity -- Allows specifying an affinity rule for the Deployment.
6464
# The default rule prefers to schedule coder pods on different
6565
# nodes, which is only applicable if coder.replicaCount is greater than 1.
66-
affinity: {}
66+
affinity:
67+
{}
6768
# podAntiAffinity:
6869
# preferredDuringSchedulingIgnoredDuringExecution:
6970
# - podAffinityTerm:
@@ -78,12 +79,13 @@ affinity: {}
7879

7980
# tolerations -- Tolerations for tainted nodes.
8081
# See: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/
81-
tolerations: {}
82+
tolerations:
83+
{}
8284
# - key: "key"
8385
# operator: "Equal"
8486
# value: "value"
8587
# effect: "NoSchedule"
8688

8789
# labels -- The pod labels for coder-logstream-kube. See:
8890
# https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/
89-
labels: {}
91+
labels: {}

0 commit comments

Comments
 (0)