Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/npm_and_yarn-f5cc8b43d4
Browse files Browse the repository at this point in the history
  • Loading branch information
rzadp authored Aug 28, 2024
2 parents 6b9cee5 + 5dd4ff1 commit 00811d9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ variables:
.deploy-stg-refs: &deploy-stg-refs
rules:
- if: $CI_COMMIT_REF_NAME == "main" # on commits to main branch
- if: $CI_COMMIT_REF_NAME =~ /^stg-v[0-9]+\.[0-9]+.*$/ # on staging tags

.deploy-prod-refs: &deploy-prod-refs
rules:
Expand Down
2 changes: 1 addition & 1 deletion helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: substrate-faucet
description: A Helm chart for Kubernetes
type: application
version: 0.2.0
version: 0.2.1
dependencies:
- name: substrate-faucet
version: "3.0.3"
Expand Down
6 changes: 3 additions & 3 deletions helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ substrate-faucet:
team: opstooling
resources:
requests:
memory: 128Mi
memory: 512Mi
cpu: 0.1
limits:
memory: 512Mi
memory: 768Mi
postgresql:
primary:
podLabels:
team: opstooling
persistence:
storageClass: "ssd-csi"
storageClass: "ssd-csi"

0 comments on commit 00811d9

Please sign in to comment.