Skip to content

Commit 0e95126

Browse files
fix: regenerate docs and update test checksums
- update pgsql secret checksum - codeinsights db checksum - codeintel db checksum - pgsqlAuth test checksum - the other pgsql checsum...
1 parent 74e8ff3 commit 0e95126

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

charts/sourcegraph/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ In addition to the documented values, all services also support the following va
5656
| codeInsightsDB.auth.host | string | `"codeinsights-db"` | Sets codeinsights-db host |
5757
| codeInsightsDB.auth.password | string | `"password"` | Sets codeinsights-db password |
5858
| codeInsightsDB.auth.port | string | `"5432"` | Sets codeinsights-db port |
59+
| codeInsightsDB.auth.sslmode | string | `"disable"` | Sets codeinsights-db SSL mode |
5960
| codeInsightsDB.auth.user | string | `"postgres"` | Sets codeinsights-db username |
6061
| codeInsightsDB.containerSecurityContext | object | `{"allowPrivilegeEscalation":false,"readOnlyRootFilesystem":true,"runAsGroup":70,"runAsUser":70}` | Security context for the `codeinsights-db` container, learn more from the [Kubernetes documentation](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container) |
6162
| codeInsightsDB.enabled | bool | `true` | Enable `codeinsights-db` PostgreSQL server |
@@ -77,6 +78,7 @@ In addition to the documented values, all services also support the following va
7778
| codeIntelDB.auth.host | string | `"codeintel-db"` | Sets codeintel-db host |
7879
| codeIntelDB.auth.password | string | `"password"` | Sets codeintel-db password |
7980
| codeIntelDB.auth.port | string | `"5432"` | Sets codeintel-db port |
81+
| codeIntelDB.auth.sslmode | string | `"disable"` | Sets codeintel-db SSL mode |
8082
| codeIntelDB.auth.user | string | `"sg"` | Sets codeintel-db username |
8183
| codeIntelDB.containerSecurityContext | object | `{"allowPrivilegeEscalation":false,"readOnlyRootFilesystem":true,"runAsGroup":999,"runAsUser":999}` | Security context for the `codeintel-db` container, learn more from the [Kubernetes documentation](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container) |
8284
| codeIntelDB.enabled | bool | `true` | Enable `codeintel-db` PostgreSQL server |
@@ -219,6 +221,7 @@ In addition to the documented values, all services also support the following va
219221
| pgsql.auth.host | string | `"pgsql"` | Sets postgres host |
220222
| pgsql.auth.password | string | `"password"` | Sets postgres password |
221223
| pgsql.auth.port | string | `"5432"` | Sets postgres port |
224+
| pgsql.auth.sslmode | string | `"disable"` | Sets postgres SSL mode |
222225
| pgsql.auth.user | string | `"sg"` | Sets postgres username |
223226
| pgsql.containerSecurityContext | object | `{"allowPrivilegeEscalation":false,"readOnlyRootFilesystem":true,"runAsGroup":999,"runAsUser":999}` | Security context for the `pgsql` container, learn more from the [Kubernetes documentation](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container) |
224227
| pgsql.enabled | bool | `true` | Enable `pgsql` PostgreSQL server |
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
should update checksum when codeinsights-db secret is modified:
22
1: |
3-
b60668796ecf6c0c43c250feeb4f61583494b50c518d145753612c0f3e10d2d1
3+
29f56ffb20b2f033b6f54a3b8e4f049734a9330390bc4e4b162a792e073b9447
44
should update checksum when codeintel-db secret is modified:
55
1: |
6-
393b4697f158c0151c67f84d2caf81894565f9928a68fe4cea86de62c2784c3c
6+
839b4e7703dfa58ea8513e436a017af6183d7e5c3d8560a8d580bef8299242fb
77
should update checksum when pgsql secret is modified:
88
1: |
9-
9edce55c26da40c6a2f12025db322495f2f2a50183f234d7476d486134434aa2
9+
54b0ee5944d429d618699fa4e18a406fb817668d9111bb43b46eac363415e5b2
1010
should update checksum when redis-cache secret is modified:
1111
1: |
12-
cffe7781e068ed7f9b5cff231361a3973a2a3378a28cf047a9a5ad77c832732c
12+
97d7112d6b8b0d3e6251d9062aaba1a7205fda567b701d70eecc4540878228c0
1313
should update checksum when redis-store secret is modified:
1414
1: |
15-
cffe7781e068ed7f9b5cff231361a3973a2a3378a28cf047a9a5ad77c832732c
15+
97d7112d6b8b0d3e6251d9062aaba1a7205fda567b701d70eecc4540878228c0
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
should reference default secret name when existingSecret is blank:
22
1: |
3-
180940fdb956526d197a8efaf15bc2f14a3db83e09610917f8b9040fa5232d39
3+
0fa09c505c8e425627c62e0bb13c3ecb575b6c117a2b976fd1a4e71dd41561f6
44
should reference existing secret name when existingSecret is passed:
55
1: |
6-
e5de6930e808d2ef402f404c12b53ff96e57ac6818a72ed19ab0aa4caf588596
6+
75d732cb063b4c32166d42a620df3c0b2b9fa139f28a560c9c566d36b150e6c3

0 commit comments

Comments
 (0)