-
Notifications
You must be signed in to change notification settings - Fork 431
Expand file tree
/
Copy pathkustomization.yaml
More file actions
59 lines (57 loc) · 2.58 KB
/
Copy pathkustomization.yaml
File metadata and controls
59 lines (57 loc) · 2.58 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: e2b
resources:
- namespace.yaml
- service.yaml
- statefulset.yaml
# Pins. Every tag here moves together with compose/.env (tests/kubernetes.bats
# and tests/pins.bats keep them equal). Lines with a marker are moved by each
# Embed release to the platform version; the rest are hand-edited.
images:
- name: E2B_API_IMAGE
newName: us-docker.pkg.dev/e2b-artifacts/api/api
newTag: v0.14.202609170000-908833e4c12 # x-release-please-version
- name: E2B_DB_MIGRATOR_IMAGE
newName: us-docker.pkg.dev/e2b-artifacts/api/db-migrator
newTag: v0.14.202609170000-908833e4c12 # x-release-please-version
- name: E2B_CLIENT_PROXY_IMAGE
newName: us-docker.pkg.dev/e2b-artifacts/client-proxy/client-proxy
newTag: v0.3.202609130627-59497eb9134 # x-release-please-version
- name: E2B_CLICKHOUSE_MIGRATOR_IMAGE
newName: us-docker.pkg.dev/e2b-artifacts/clickhouse-migrator/clickhouse-migrator
newTag: v0.4.202609130627-59497eb9134 # x-release-please-version
- name: E2B_DASHBOARD_API_IMAGE
newName: us-docker.pkg.dev/e2b-artifacts/dashboard-api/dashboard-api
newTag: v0.7.202609170000-908833e4c12 # x-release-please-version
- name: E2B_DASHBOARD_IMAGE
newName: us-docker.pkg.dev/e2b-artifacts/dashboard/dashboard
newTag: v0.2.1
- name: E2B_TOOLS_IMAGE
newName: us-docker.pkg.dev/e2b-artifacts/embed/tools
newTag: v0.3.202609120109-ad1cddd091b # x-release-please-version
- name: E2B_NODE_E2B_IMAGE
newName: us-docker.pkg.dev/e2b-artifacts/embed/node-e2b
newTag: v0.3.202609120109-ad1cddd091b # x-release-please-version
- name: E2B_SEED_IMAGE
newName: us-docker.pkg.dev/e2b-artifacts/embed/seed
newTag: v0.3.202609120109-ad1cddd091b # x-release-please-version
# Content-hashed names: a changed literal or file renames the map and rolls the
# pod. Older maps are left behind (kustomize does not prune); delete them by
# name if they bother you.
configMapGenerator:
- name: e2b-versions
literals:
- E2B_ORCHESTRATOR_VERSION=v0.16.202609130627-59497eb9134 # x-release-please-version
- E2B_ENVD_VERSION=v0.9.202609130627-59497eb9134
- E2B_KERNEL_VERSION=vmlinux-6.1.177_5008931
- E2B_FIRECRACKER_VERSION=v1.14-0.2.0
- E2B_BUSYBOX_VERSION=1.36.1
- name: clickhouse-config
files:
- config.xml=config/clickhouse-config.xml
# An empty <clickhouse/> mounted over the image's file that adds 0.0.0.0.
- docker_related_config.xml=config/clickhouse-docker-related-config.xml
- name: vector-config
files:
- vector.toml=config/vector.toml