Skip to content

Commit

Permalink
chore: Update Buildah Image and Increase Quay Postgres DB Resources
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurVardevanyan committed Feb 22, 2024
1 parent a4f7f80 commit 6ce5bdf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions kubernetes/quay/base/postgres/quay/postgres.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@ spec:
resources:
requests:
memory: "350Mi"
cpu: "25m"
cpu: "50m"
limits:
memory: "700Mi"
cpu: "100m"
cpu: "250m"
affinity:
podAntiAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
Expand Down
2 changes: 1 addition & 1 deletion tekton/tasks/buildah/0.5.1/buildah.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
description: Reference of the image buildah will produce.
- name: BUILDER_IMAGE
description: The location of the buildah builder image.
default: quay.io/buildah/stable:v1.34.0@sha256:99332bd46d1285227c4b15aea71358678ecdc012f6e88a01753356efb1ea49aa
default: quay.io/buildah/stable:v1.34.0@sha256:68b07874e47201c49d0a1146121b4c5b84e7f87ed78b6a0c43c45430b0bd463e
- name: STORAGE_DRIVER
description: Set buildah storage driver
default: vfs #overlay
Expand Down

0 comments on commit 6ce5bdf

Please sign in to comment.