Skip to content

Commit

Permalink
tsuru-stack: bump tsuru-api and add deploy-agent buildkit conf
Browse files Browse the repository at this point in the history
  • Loading branch information
morpheu committed Sep 6, 2023
1 parent 8e89f0d commit 5213bed
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 4 deletions.
6 changes: 3 additions & 3 deletions charts/tsuru-stack/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dependencies:
- name: tsuru-api
repository: https://tsuru.github.io/charts
version: 0.2.9
version: 0.2.12
- name: kubernetes-router
repository: https://tsuru.github.io/charts
version: 0.1.15
Expand All @@ -23,5 +23,5 @@ dependencies:
- name: deploy-agent
repository: https://tsuru.github.io/charts
version: 1.4.4
digest: sha256:155ae290e105d3c2cb4a27e0ae54fe87f3a4e5bfa381b4ab085327c3418a9527
generated: "2023-09-06T10:32:04.394132-03:00"
digest: sha256:13883bfb8d6712e40c91ee4cdeb53ab73e64364e001766270813b2672b65b453
generated: "2023-09-06T14:44:36.469821-03:00"
2 changes: 1 addition & 1 deletion charts/tsuru-stack/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ version: 0.4.4

dependencies:
- name: tsuru-api
version: "0.2.9"
version: "0.2.12"
repository: https://tsuru.github.io/charts
- name: kubernetes-router
version: "0.1.15"
Expand Down
29 changes: 29 additions & 0 deletions charts/tsuru-stack/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,3 +117,32 @@ registry:
enabled: true
interval: 10s
threshold: 3

deploy-agent:
buildkit:
config: |
# Buildkitd config file
# https://github.com/moby/buildkit/blob/master/docs/buildkitd.toml.md

[grpc]
address = [
"tcp://0.0.0.0:8081",
"unix:///run/buildkit/buildkitd.sock",
]

[worker.containerd]
enabled = false

[worker.oci]
enabled = true
gc = false

# NOTE: Force x86_64 arch as Tsuru doesn't support different ones yet.
platforms = [
"linux/amd64"
]

[registry."tsuru-registry.tsuru-system.svc.cluster.local"]
http = true

# vim: ft=toml

0 comments on commit 5213bed

Please sign in to comment.