bump version add skip-deps for speed
This commit is contained in:
@@ -5,12 +5,12 @@ dependencies:
|
|||||||
version: 4.8.6
|
version: 4.8.6
|
||||||
- name: mariadb
|
- name: mariadb
|
||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
version: 24.0.0
|
version: 24.0.2
|
||||||
- name: pgo
|
- name: pgo
|
||||||
repository: git+https://github.com/grantdhunter/postgres-operator@helm?ref=main
|
repository: git+https://github.com/grantdhunter/postgres-operator@helm?ref=main
|
||||||
version: 5.8.1
|
version: 5.8.1
|
||||||
- name: postgrescluster
|
- name: postgrescluster
|
||||||
repository: git+https://github.com/grantdhunter/postgres-operator@helm?ref=main
|
repository: git+https://github.com/grantdhunter/postgres-operator@helm?ref=main
|
||||||
version: 5.7.4
|
version: 5.7.4
|
||||||
digest: sha256:cd960bd2adfc6d5bbfadd4d8ba745904717ba888da8dee9cde7c83ba71e5f8a4
|
digest: sha256:f8989df670b3574b6d87438486b66fdaf44bc1ed379d3a98e00963a27703003a
|
||||||
generated: "2025-12-07T13:19:41.655599535-07:00"
|
generated: "2025-12-14T12:59:10.595864383-07:00"
|
||||||
|
|||||||
@@ -26,9 +26,9 @@ dependencies:
|
|||||||
version: 0.1.0
|
version: 0.1.0
|
||||||
- name: matrix-synapse
|
- name: matrix-synapse
|
||||||
repository: https://ananace.gitlab.io/charts
|
repository: https://ananace.gitlab.io/charts
|
||||||
version: 3.12.16
|
version: 3.12.17
|
||||||
- name: static-site
|
- name: static-site
|
||||||
repository: git+https://github.com/cfpb/static-site@charts?ref=main
|
repository: git+https://github.com/cfpb/static-site@charts?ref=main
|
||||||
version: 0.1.1
|
version: 0.1.1
|
||||||
digest: sha256:59866b3b160d35756885a2db0a3344bba48161e5ba6935350286f9a754b8b219
|
digest: sha256:94f6df708ccbabc40cb875caa57f44f1be7bac60190dea00a24ffdc80925e8ec
|
||||||
generated: "2025-11-25T20:31:24.531424306-07:00"
|
generated: "2025-12-14T12:59:30.49543268-07:00"
|
||||||
|
|||||||
4
justfile
4
justfile
@@ -2,10 +2,10 @@ update:
|
|||||||
bws run 'helmfile deps'
|
bws run 'helmfile deps'
|
||||||
|
|
||||||
deploy ARGS='--output simple -i':
|
deploy ARGS='--output simple -i':
|
||||||
bws run 'helmfile apply {{ARGS}}'
|
bws run 'helmfile apply {{ARGS}} --skip-deps'
|
||||||
|
|
||||||
diff ARGS='':
|
diff ARGS='':
|
||||||
bws run 'helmfile diff --output dyff {{ARGS}}'
|
bws run 'helmfile diff --output dyff {{ARGS}} --skip-deps'
|
||||||
|
|
||||||
cleanuppods:
|
cleanuppods:
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ synapse:
|
|||||||
memory: 128Mi
|
memory: 128Mi
|
||||||
limits:
|
limits:
|
||||||
cpu: '1'
|
cpu: '1'
|
||||||
memory: 192Mi
|
memory: 256Mi
|
||||||
|
|
||||||
config:
|
config:
|
||||||
macaroonSecretKey: {{ requiredEnv "GOATCHAT_SYNAPSE_MACAROON_SECRET_KEY" }}
|
macaroonSecretKey: {{ requiredEnv "GOATCHAT_SYNAPSE_MACAROON_SECRET_KEY" }}
|
||||||
|
|||||||
Reference in New Issue
Block a user