Skip to content

Commit

Permalink
Merge branch 'main' into chore/renovate/node-20.x
Browse files Browse the repository at this point in the history
  • Loading branch information
andibeuge authored Nov 7, 2024
2 parents f4f51f7 + 8531837 commit 81bc734
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 12 deletions.
4 changes: 2 additions & 2 deletions parcellab/cronjob/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
apiVersion: v2
name: cronjob
description: Single cron job
version: 0.0.89
version: 0.0.90
dependencies:
- name: common
version: "*"
repository: file://../common
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 15.2.5
version: 15.5.29
condition: postgresql.enabled
- name: redis
repository: https://charts.bitnami.com/bitnami
Expand Down
1 change: 0 additions & 1 deletion parcellab/cronjob/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ podSecurityContext:

resources:
limits:
cpu: 100m
memory: 128Mi
requests:
cpu: 50m
Expand Down
4 changes: 2 additions & 2 deletions parcellab/microservice/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
apiVersion: v2
name: microservice
description: Simple microservice
version: 0.0.82
version: 0.0.84
dependencies:
- name: common
version: "*"
repository: file://../common
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 15.2.5
version: 15.5.29
condition: postgresql.enabled
- name: redis
repository: https://charts.bitnami.com/bitnami
Expand Down
1 change: 0 additions & 1 deletion parcellab/microservice/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,6 @@ podSecurityContext:

resources:
limits:
cpu: 100m
memory: 128Mi
requests:
cpu: 50m
Expand Down
6 changes: 3 additions & 3 deletions parcellab/monolith/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
apiVersion: v2
name: monolith
description: Application that may define multiple services and cronjobs
version: 0.99.0
version: 0.1.1
dependencies:
- name: common
version: "*"
repository: file://../common
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 15.5.21
version: 15.5.29
condition: postgresql.enabled
- name: redis
repository: https://charts.bitnami.com/bitnami
version: 18.19.4
condition: redis.enabled
- name: mongodb
version: 15.6.23
version: 15.6.26
repository: https://charts.bitnami.com/bitnami
condition: mongodb.enabled
1 change: 0 additions & 1 deletion parcellab/monolith/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,6 @@ podSecurityContext:

resources:
limits:
cpu: 250m
memory: 512Mi
requests:
cpu: 100m
Expand Down
2 changes: 1 addition & 1 deletion parcellab/worker-group/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: worker-group
description: Set of workers that do not expose a service
version: 0.0.86
version: 0.0.87
dependencies:
- name: common
version: "*"
Expand Down
1 change: 0 additions & 1 deletion parcellab/worker-group/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,6 @@ podSecurityContext:

resources:
limits:
cpu: 100m
memory: 128Mi
requests:
cpu: 50m
Expand Down

0 comments on commit 81bc734

Please sign in to comment.