Skip to content

Commit

Permalink
upgrade snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
matmut7 committed Oct 1, 2024
1 parent 0784181 commit b47bbd4
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 6 deletions.
16 changes: 12 additions & 4 deletions packages/kontinuous/tests/__snapshots__/job-builds.dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,12 @@ spec:
- name: workspace
mountPath: /workspace
resources:
limits: {}
requests: {}
limits:
cpu: 1
memory: 1Gi
requests:
cpu: 1
memory: 1Gi
containers:
- name: job
image: moby/buildkit:v0.13.0-rootless
Expand Down Expand Up @@ -417,8 +421,12 @@ spec:
- name: workspace
mountPath: /workspace
resources:
limits: {}
requests: {}
limits:
cpu: 1
memory: 1Gi
requests:
cpu: 1
memory: 1Gi
containers:
- name: job
image: moby/buildkit:v0.13.0-rootless
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,12 @@ spec:
- name: workspace
mountPath: /workspace
resources:
limits: {}
requests: {}
limits:
cpu: 1
memory: 1Gi
requests:
cpu: 1
memory: 1Gi
containers:
- name: job
image: moby/buildkit:v0.13.0-rootless
Expand Down

0 comments on commit b47bbd4

Please sign in to comment.