Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions charts/substrate/templates/rustfs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,10 @@ kind: Job
metadata:
name: {{ include "substrate.fullname" (list "rustfs-bucket-init" .) }}
namespace: {{ .Release.Namespace }}
annotations:
helm.sh/hook: post-install,post-upgrade
helm.sh/hook-weight: "0"
helm.sh/hook-delete-policy: before-hook-creation
spec:
backoffLimit: 10
template:
Expand Down
8 changes: 4 additions & 4 deletions charts/substrate/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ image:
tag: ""

images:
postgres: postgres:18-alpine@sha256:9a8afca54e7861fd90fab5fdf4c42477a6b1cb7d293595148e674e0a3181de15
rustfs: rustfs/rustfs:1.0.0-beta.3@sha256:378642b05b7dcb4849fb77ebe6aca4ced1c3f66e7e504247df95a5c9018d3358
awsCli: amazon/aws-cli:2.17.0@sha256:643507c10ada7964ca6157b3d799f030b90577643da9955d319a77399ed80d73
postgres: postgres:18.6-alpine3.24@sha256:d3e1620b530c944afa6e887d22eb899824da68e19c52024bf98f5220c88a65b2
rustfs: rustfs/rustfs:v1.0.0-rc.5@sha256:b7014e0ce2bc703c1316b3ef760e29dfae61fe4a50d1a66fa89638e0f8ea211f
awsCli: amazon/aws-cli:2.36.43@sha256:d948ee299a7ffcaec0d6052a00b9f4c513c61cacfaedfe68b098c85808394441
agentgateway: ghcr.io/agentgateway/agentgateway:v0.0.0-alpha.9f9744cf
busybox: busybox:1.36
busybox: busybox:1.38.0@sha256:dc2d74b28e4cf8984fa52af1f39bc7c3d9c73760b41a74d629f5d11b1ab28616
2 changes: 1 addition & 1 deletion hack/microvm-assets/stage-to-rustfs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ KIND_CLUSTER_NAME="${KIND_CLUSTER_NAME:-kind}"

# Keep in sync with the rustfs-bucket-init Job in
# manifests/ate-install/kind/rustfs.yaml, which creates the bucket we upload into.
AWS_CLI_IMAGE="amazon/aws-cli:2.17.0@sha256:643507c10ada7964ca6157b3d799f030b90577643da9955d319a77399ed80d73"
AWS_CLI_IMAGE="amazon/aws-cli:2.36.43@sha256:d948ee299a7ffcaec0d6052a00b9f4c513c61cacfaedfe68b098c85808394441"

ASSETS=(cloud-hypervisor virtiofsd vmlinux rootfs.img configuration-clh.toml)

Expand Down
8 changes: 6 additions & 2 deletions manifests/ate-install/kind/rustfs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ spec:
fsGroup: 10001
containers:
- name: rustfs
image: rustfs/rustfs:1.0.0-beta.3@sha256:378642b05b7dcb4849fb77ebe6aca4ced1c3f66e7e504247df95a5c9018d3358
image: rustfs/rustfs:v1.0.0-rc.5@sha256:b7014e0ce2bc703c1316b3ef760e29dfae61fe4a50d1a66fa89638e0f8ea211f
imagePullPolicy: IfNotPresent
ports:
- containerPort: 9000
Expand Down Expand Up @@ -95,14 +95,18 @@ kind: Job
metadata:
name: rustfs-bucket-init
namespace: ate-system
annotations:
helm.sh/hook: post-install,post-upgrade
helm.sh/hook-weight: "0"
helm.sh/hook-delete-policy: before-hook-creation
spec:
backoffLimit: 10
template:
spec:
restartPolicy: OnFailure
containers:
- name: create-bucket
image: amazon/aws-cli:2.17.0@sha256:643507c10ada7964ca6157b3d799f030b90577643da9955d319a77399ed80d73
image: amazon/aws-cli:2.36.43@sha256:d948ee299a7ffcaec0d6052a00b9f4c513c61cacfaedfe68b098c85808394441
env:
- name: AWS_ACCESS_KEY_ID
value: rustfsadmin
Expand Down
4 changes: 2 additions & 2 deletions manifests/ate-install/postgres/postgres.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ spec:
initContainers:
- name: tls-reloader
restartPolicy: Always
image: postgres:18-alpine@sha256:9a8afca54e7861fd90fab5fdf4c42477a6b1cb7d293595148e674e0a3181de15
image: postgres:18.6-alpine3.24@sha256:d3e1620b530c944afa6e887d22eb899824da68e19c52024bf98f5220c88a65b2
securityContext:
runAsUser: 70
command:
Expand All @@ -143,7 +143,7 @@ spec:
memory: 32Mi
containers:
- name: postgres
image: postgres:18-alpine@sha256:9a8afca54e7861fd90fab5fdf4c42477a6b1cb7d293595148e674e0a3181de15
image: postgres:18.6-alpine3.24@sha256:d3e1620b530c944afa6e887d22eb899824da68e19c52024bf98f5220c88a65b2
lifecycle:
postStart:
exec:
Expand Down
8 changes: 6 additions & 2 deletions manifests/ate-install/rustfs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ spec:
fsGroup: 10001
containers:
- name: rustfs
image: rustfs/rustfs:1.0.0-beta.3@sha256:378642b05b7dcb4849fb77ebe6aca4ced1c3f66e7e504247df95a5c9018d3358
image: rustfs/rustfs:v1.0.0-rc.5@sha256:b7014e0ce2bc703c1316b3ef760e29dfae61fe4a50d1a66fa89638e0f8ea211f
imagePullPolicy: IfNotPresent
ports:
- containerPort: 9000
Expand Down Expand Up @@ -98,14 +98,18 @@ kind: Job
metadata:
name: rustfs-bucket-init
namespace: ate-system
annotations:
helm.sh/hook: post-install,post-upgrade
helm.sh/hook-weight: "0"
helm.sh/hook-delete-policy: before-hook-creation
spec:
backoffLimit: 10
template:
spec:
restartPolicy: OnFailure
containers:
- name: create-bucket
image: amazon/aws-cli:2.17.0@sha256:643507c10ada7964ca6157b3d799f030b90577643da9955d319a77399ed80d73
image: amazon/aws-cli:2.36.43@sha256:d948ee299a7ffcaec0d6052a00b9f4c513c61cacfaedfe68b098c85808394441
env:
- name: AWS_ACCESS_KEY_ID
value: "rustfsadmin"
Expand Down