Skip to content

Commit

Permalink
chore: tune fhir gateway resource requests during helm tests (#370)
Browse files Browse the repository at this point in the history
* only install prometheus crds

* tune preset
  • Loading branch information
chgl authored Oct 14, 2024
1 parent 11edac2 commit 148d4b6
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 17 deletions.
2 changes: 1 addition & 1 deletion charts/fhir-gateway/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.24.0
version: 6.3.9
version: 6.3.10
annotations:
# When using the list of objects option the valid supported kinds are
# added, changed, deprecated, removed, fixed and security.
Expand Down
1 change: 1 addition & 0 deletions charts/fhir-gateway/ci/enable-vfps-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ fhir-pseudonymizer:
postgresql:
enabled: true
nameOverride: "vfps-postgres"
resourcesPreset: "micro"

metrics:
serviceMonitor:
Expand Down
8 changes: 4 additions & 4 deletions hack/test-fixtures/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dependencies:
- name: kube-prometheus-stack
- name: prometheus-operator-crds
repository: oci://ghcr.io/prometheus-community/charts
version: 65.1.1
version: 15.0.0
- name: kyverno
repository: oci://ghcr.io/kyverno/charts
version: 3.2.7
digest: sha256:8a5bac8233764369093946ae66307308923beb129d75c090392ff0bac5475583
generated: "2024-10-10T18:38:47.846998288Z"
digest: sha256:a648d0c4cc40f1495187518de93e4422fdfb21348e6d936c95f7ca59d284945c
generated: "2024-10-14T22:28:05.637963995+02:00"
4 changes: 2 additions & 2 deletions hack/test-fixtures/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ deprecated: false
kubeVersion: ">= 1.19.0"
version: 1.0.3
dependencies:
- name: kube-prometheus-stack
version: 65.1.1
- name: prometheus-operator-crds
version: 15.0.0
repository: oci://ghcr.io/prometheus-community/charts
- name: kyverno
repository: oci://ghcr.io/kyverno/charts
Expand Down
10 changes: 0 additions & 10 deletions hack/test-fixtures/values.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1 @@
kyverno: {}

kube-prometheus-stack:
kubeStateMetrics:
enabled: false
nodeExporter:
enabled: false
grafana:
enabled: false
alertmanager:
enabled: false

0 comments on commit 148d4b6

Please sign in to comment.