Skip to content

Commit 75bde42

Browse files
authored
chore: prettified values.yaml (#906)
1 parent aeeda43 commit 75bde42

File tree

14 files changed

+30
-46
lines changed

14 files changed

+30
-46
lines changed

charts/blaze/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies:
1616
version: 0.1.1
1717
deprecated: false
1818
kubeVersion: ">= 1.19.0"
19-
version: 0.7.29
19+
version: 0.7.30
2020
appVersion: "1.x"
2121
annotations:
2222
artifacthub.io/license: Apache-2.0
@@ -31,4 +31,4 @@ annotations:
3131
# When using the list of objects option the valid supported kinds are
3232
# added, changed, deprecated, removed, fixed and security.
3333
- kind: changed
34-
description: "Updated ghcr.io/samply/blaze ghcr.io/samply/blaze-frontend to 1.6.0"
34+
description: "prettified values.yaml"

charts/blaze/values.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,7 @@ ingress:
176176
# -- ingressClassName to use
177177
className: ""
178178
# -- extra annotations to apply to the Ingress resource
179-
annotations:
180-
{}
179+
annotations: {}
181180
# kubernetes.io/ingress.class: nginx
182181
# kubernetes.io/tls-acme: "true"
183182
# -- list of ingress hosts
@@ -254,8 +253,7 @@ networkPolicy:
254253

255254
# -- pod topology spread configuration
256255
# see: <https://kubernetes.io/docs/concepts/workloads/pods/pod-topology-spread-constraints/#api>
257-
topologySpreadConstraints:
258-
[]
256+
topologySpreadConstraints: []
259257
# - maxSkew: 1
260258
# topologyKey: topology.kubernetes.io/zone
261259
# whenUnsatisfiable: ScheduleAnyway

charts/fhir-gateway/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ dependencies:
1717
- name: common
1818
repository: oci://ghcr.io/miracum/charts
1919
version: 0.1.1
20-
version: 10.0.10
20+
version: 10.0.11
2121
annotations:
2222
# When using the list of objects option the valid supported kinds are
2323
# added, changed, deprecated, removed, fixed and security.
2424
artifacthub.io/changes: |-
2525
# When using the list of objects option the valid supported kinds are
2626
# added, changed, deprecated, removed, fixed and security.
2727
- kind: changed
28-
description: "Updated fhir-pseudonymizer to 0.8.31"
28+
description: "prettified values.yaml"

charts/fhir-gateway/values.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,7 @@ ingress:
6969
# -- if enabled, create an Ingress to expose the FHIR Gateway outside the cluster
7070
enabled: false
7171
# -- ingress annotations
72-
annotations:
73-
{}
72+
annotations: {}
7473
# kubernetes.io/ingress.class: nginx
7574
# kubernetes.io/tls-acme: "true"
7675
# -- the ingressClassName

charts/fhir-pseudonymizer/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies:
1313
- name: common
1414
repository: oci://ghcr.io/miracum/charts
1515
version: 0.1.1
16-
version: 0.8.31
16+
version: 0.8.32
1717
annotations:
1818
artifacthub.io/license: Apache-2.0
1919
artifacthub.io/containsSecurityUpdates: "false"
@@ -27,4 +27,4 @@ annotations:
2727
# When using the list of objects option the valid supported kinds are
2828
# added, changed, deprecated, removed, fixed and security.
2929
- kind: changed
30-
description: "Updated ghcr.io/miracum/fhir-pseudonymizer to v2.24.1"
30+
description: "prettified values.yaml"

charts/fhir-pseudonymizer/values.yaml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,7 @@ imagePullSecrets: []
7070
podAnnotations: {}
7171

7272
# the pod security context
73-
podSecurityContext:
74-
{}
73+
podSecurityContext: {}
7574
# fsGroup: 2000
7675

7776
# the container security context
@@ -118,8 +117,7 @@ ingress:
118117
# ingressClassName to use
119118
className: ""
120119
# extra annotations to apply to the Ingress resource
121-
annotations:
122-
{}
120+
annotations: {}
123121
# kubernetes.io/ingress.class: nginx
124122
# kubernetes.io/tls-acme: "true"
125123
# list of ingress hosts
@@ -176,8 +174,7 @@ extraVolumes: []
176174

177175
# pod topology spread configuration
178176
# see: <https://kubernetes.io/docs/concepts/workloads/pods/pod-topology-spread-constraints/#api>
179-
topologySpreadConstraints:
180-
[]
177+
topologySpreadConstraints: []
181178
# - maxSkew: 1
182179
# topologyKey: topology.kubernetes.io/zone
183180
# whenUnsatisfiable: ScheduleAnyway

charts/hive-metastore/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies:
1313
- name: common
1414
repository: oci://ghcr.io/miracum/charts
1515
version: 0.1.1
16-
version: 0.4.29
16+
version: 0.4.30
1717
annotations:
1818
artifacthub.io/license: Apache-2.0
1919
artifacthub.io/containsSecurityUpdates: "false"
@@ -27,4 +27,4 @@ annotations:
2727
# When using the list of objects option the valid supported kinds are
2828
# added, changed, deprecated, removed, fixed and security.
2929
- kind: changed
30-
description: "Updated postgres to 0.17.1"
30+
description: "prettified values.yaml"

charts/hive-metastore/values.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,7 @@ service:
6767
ingress:
6868
enabled: false
6969
className: ""
70-
annotations:
71-
{}
70+
annotations: {}
7271
# kubernetes.io/ingress.class: nginx
7372
# kubernetes.io/tls-acme: "true"
7473
hosts:
@@ -85,8 +84,7 @@ ingress:
8584
# More information: <https://github.com/bitnami/charts/blob/main/bitnami/common/templates/_resources.tpl#L15>
8685
resourcesPreset: "small"
8786

88-
resources:
89-
{}
87+
resources: {}
9088
# We usually recommend not to specify default resources and to leave this as a conscious
9189
# choice for the user. This also increases chances charts run on environments with little
9290
# resources, such as Minikube. If you do want to specify resources, uncomment the following

charts/opal/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies:
2222
repository: oci://ghcr.io/miracum/charts
2323
version: 0.1.1
2424
kubeVersion: ">= 1.19.0"
25-
version: 0.3.51
25+
version: 0.3.52
2626
annotations:
2727
artifacthub.io/license: Apache-2.0
2828
artifacthub.io/containsSecurityUpdates: "false"
@@ -36,4 +36,4 @@ annotations:
3636
# When using the list of objects option the valid supported kinds are
3737
# added, changed, deprecated, removed, fixed and security.
3838
- kind: changed
39-
description: "Updated docker.io/obiba/opal to 5.6.0"
39+
description: "prettified values.yaml"

charts/opal/values.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,7 @@ opal:
116116
# -- YAML pod specs for the rock pods when using the Kubernetes pod spawner. This value is evaluated as a template.
117117
# set to `[]` to disable. ⚠️: Full support for using the K8s pod spawner is not yet implemented and tested, e.g.
118118
# the necessary RBAC permissions for the service account are not yet created by this chart.
119-
specs:
120-
[]
119+
specs: []
121120
# untested sample:
122121
# - apiVersion: v1
123122
# kind: Pod
@@ -181,8 +180,7 @@ opal:
181180
resourcesPreset: "small"
182181

183182
# -- resource limits and requests
184-
resources:
185-
{}
183+
resources: {}
186184
# limits:
187185
# cpu: 100m
188186
# memory: 128Mi

0 commit comments

Comments
 (0)