qontract-reconcile 0.10.2.dev62__py3-none-any.whl → 0.10.2.dev63__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {qontract_reconcile-0.10.2.dev62.dist-info → qontract_reconcile-0.10.2.dev63.dist-info}/METADATA +1 -1
- {qontract_reconcile-0.10.2.dev62.dist-info → qontract_reconcile-0.10.2.dev63.dist-info}/RECORD +5 -5
- reconcile/external_resources/reconciler.py +4 -0
- {qontract_reconcile-0.10.2.dev62.dist-info → qontract_reconcile-0.10.2.dev63.dist-info}/WHEEL +0 -0
- {qontract_reconcile-0.10.2.dev62.dist-info → qontract_reconcile-0.10.2.dev63.dist-info}/entry_points.txt +0 -0
{qontract_reconcile-0.10.2.dev62.dist-info → qontract_reconcile-0.10.2.dev63.dist-info}/METADATA
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: qontract-reconcile
|
3
|
-
Version: 0.10.2.
|
3
|
+
Version: 0.10.2.dev63
|
4
4
|
Summary: Collection of tools to reconcile services with their desired state as defined in the app-interface DB.
|
5
5
|
Project-URL: homepage, https://github.com/app-sre/qontract-reconcile
|
6
6
|
Project-URL: repository, https://github.com/app-sre/qontract-reconcile
|
{qontract_reconcile-0.10.2.dev62.dist-info → qontract_reconcile-0.10.2.dev63.dist-info}/RECORD
RENAMED
@@ -203,7 +203,7 @@ reconcile/external_resources/manager.py,sha256=ZagwLn6YQ1XmgmMN3qpuDzQsQxa4VOYl-
|
|
203
203
|
reconcile/external_resources/meta.py,sha256=noaytFzmShpzLA_ebGh7wuP45mOfHIOnnoUxivjDa1I,672
|
204
204
|
reconcile/external_resources/metrics.py,sha256=KiBjMUaN_z0cSkF_7Ar_a8RiuiwVqjyMcVdISlxhzXE,3898
|
205
205
|
reconcile/external_resources/model.py,sha256=dxwiyI3J9xyLeue8_W9NJoap-CkKLMAoY0S0ml5-NbU,13450
|
206
|
-
reconcile/external_resources/reconciler.py,sha256
|
206
|
+
reconcile/external_resources/reconciler.py,sha256=-0trp1K-iUgOQn3mm1ZUSmfaReRrUT0eHzPkUhNPolQ,9583
|
207
207
|
reconcile/external_resources/secrets_sync.py,sha256=50fK4fzgSz-K8uy5_DQQWA_ju_rTDYAC2HRymgfY7TA,16344
|
208
208
|
reconcile/external_resources/state.py,sha256=gF3ACdl7YiUlbQ4uEGrD6i_Txxqr6mT9f8IFlTQ-8dY,13176
|
209
209
|
reconcile/glitchtip/README.md,sha256=rfXT6jNP9khJW65jL7I2PgoxvxgcGGuJF8NpbzufEQ4,4335
|
@@ -777,7 +777,7 @@ tools/saas_promotion_state/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJ
|
|
777
777
|
tools/saas_promotion_state/saas_promotion_state.py,sha256=UfwwRLS5Ya4_Nh1w5n1dvoYtchQvYE9yj1VANt2IKqI,3925
|
778
778
|
tools/sre_checkpoints/__init__.py,sha256=CDaDaywJnmRCLyl_NCcvxi-Zc0hTi_3OdwKiFOyS39I,145
|
779
779
|
tools/sre_checkpoints/util.py,sha256=zEDbGr18ZeHNQwW8pUsr2JRjuXIPz--WAGJxZo9sv_Y,894
|
780
|
-
qontract_reconcile-0.10.2.
|
781
|
-
qontract_reconcile-0.10.2.
|
782
|
-
qontract_reconcile-0.10.2.
|
783
|
-
qontract_reconcile-0.10.2.
|
780
|
+
qontract_reconcile-0.10.2.dev63.dist-info/METADATA,sha256=vxRKHJ2hBp3WcIj_5YoMYmDnx8LMEPkjfy7g2B2cUes,24665
|
781
|
+
qontract_reconcile-0.10.2.dev63.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
782
|
+
qontract_reconcile-0.10.2.dev63.dist-info/entry_points.txt,sha256=5i9l54La3vQrDLAdwDKQWC0iG4sV9RRfOb1BpvzOWLc,698
|
783
|
+
qontract_reconcile-0.10.2.dev63.dist-info/RECORD,,
|
@@ -130,6 +130,10 @@ class ReconciliationK8sJob(K8sJob, BaseModel, frozen=True):
|
|
130
130
|
name="outputs",
|
131
131
|
image=self.reconciliation.module_configuration.outputs_secret_image_version,
|
132
132
|
image_pull_policy="Always",
|
133
|
+
resources=V1ResourceRequirements(
|
134
|
+
requests={"memory": "128Mi"},
|
135
|
+
limits={"memory": "128Mi"},
|
136
|
+
),
|
133
137
|
env=[
|
134
138
|
V1EnvVar(
|
135
139
|
name="NAMESPACE",
|
{qontract_reconcile-0.10.2.dev62.dist-info → qontract_reconcile-0.10.2.dev63.dist-info}/WHEEL
RENAMED
File without changes
|
File without changes
|