Skip to content

Commit fb76bf8

Browse files
committed
chore: increase workspace PVC from 1Gi to 5Gi
1 parent 27562b4 commit fb76bf8

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ resolver = "2"
77
[package]
88
name = "backend"
99
description = "Backend API and services for StackClass"
10-
version = "0.32.12"
10+
version = "0.32.13"
1111
edition = "2024"
1212

1313
default-run = "stackclass-server"

openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"license": {
77
"name": ""
88
},
9-
"version": "0.32.12"
9+
"version": "0.32.13"
1010
},
1111
"paths": {
1212
"/v1/courses": {

src/service/pipeline.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ fn resource(
194194
],
195195
"resources": {
196196
"requests": {
197-
"storage": "1Gi"
197+
"storage": "5Gi"
198198
}
199199
}
200200
}

0 commit comments

Comments
 (0)