You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/sourcegraph/CHANGELOG.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,11 @@ Use `**BREAKING**:` to denote a breaking change
8
8
9
9
## Unreleased
10
10
11
+
## 5.10.0
12
+
11
13
- Updated OpenTelemetry collector and agent images to run as non-root users [#543](https://github.com/sourcegraph/deploy-sourcegraph-helm/pull/543)
12
14
- redis cache and redis store deployments support priority class
15
+
- Update Postgres images to Postgres 16. These images will update existing Postgres 12 databases to Postgres 16. Please see our [technical changelog](https://sourcegraph.com/docs/technical-changelog) for more details.
Copy file name to clipboardExpand all lines: charts/sourcegraph/README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,8 +61,8 @@ In addition to the documented values, all services also support the following va
61
61
| codeInsightsDB.enabled | bool |`true`| Enable `codeinsights-db` PostgreSQL server |
62
62
| codeInsightsDB.env | object |`{}`| Environment variables for the `codeinsights-db` container |
63
63
| codeInsightsDB.existingConfig | string |`""`| Name of existing ConfigMap for `codeinsights-db`. It must contain a `postgresql.conf` key. |
64
-
| codeInsightsDB.image.defaultTag | string |`"5.9.1590@sha256:4e75b2c463ce1ef3bfeec4bb71a16693df02005e66b9e697859ce61064e08f42"`| Docker image tag for the `codeinsights-db` image |
65
-
| codeInsightsDB.image.name | string |`"codeinsights-db"`| Docker image name for the `codeinsights-db` image |
64
+
| codeInsightsDB.image.defaultTag | string |`"insiders"`| Docker image tag for the `codeinsights-db` image |
65
+
| codeInsightsDB.image.name | string |`"postgresql-16-codeinsights"`| Docker image name for the `codeinsights-db` image |
66
66
| codeInsightsDB.init.containerSecurityContext | object |`{"allowPrivilegeEscalation":false,"readOnlyRootFilesystem":true,"runAsGroup":70,"runAsUser":70}`| Security context for the `alpine` initContainer, learn more from the [Kubernetes documentation](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container)|
67
67
| codeInsightsDB.name | string |`"codeinsights-db"`| Name used by resources. Does not affect service names or PVCs. |
68
68
| codeInsightsDB.podSecurityContext | object |`{"fsGroup":70,"fsGroupChangePolicy":"OnRootMismatch","runAsUser":70}`| Security context for the `codeinsights-db` pod, learn more from the [Kubernetes documentation](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod)|
@@ -81,8 +81,8 @@ In addition to the documented values, all services also support the following va
81
81
| 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)|
82
82
| codeIntelDB.enabled | bool |`true`| Enable `codeintel-db` PostgreSQL server |
83
83
| codeIntelDB.existingConfig | string |`""`| Name of existing ConfigMap for `codeintel-db`. It must contain a `postgresql.conf` key |
84
-
| codeIntelDB.image.defaultTag | string |`"5.9.1590@sha256:3d5dd36e3af6b643903f507422be19ed1cb1f5f71c4541572d4a8a252e81aeb8"`| Docker image tag for the `codeintel-db` image |
85
-
| codeIntelDB.image.name | string |`"codeintel-db"`| Docker image name for the `codeintel-db` image |
84
+
| codeIntelDB.image.defaultTag | string |`"insiders"`| Docker image tag for the `codeintel-db` image |
85
+
| codeIntelDB.image.name | string |`"postgresql-16"`| Docker image name for the `codeintel-db` image |
86
86
| codeIntelDB.name | string |`"codeintel-db"`| Name used by resources. Does not affect service names or PVCs. |
87
87
| codeIntelDB.podSecurityContext | object |`{"fsGroup":999,"fsGroupChangePolicy":"OnRootMismatch","runAsUser":999}`| Security context for the `codeintel-db` pod, learn more from the [Kubernetes documentation](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod)|
88
88
| codeIntelDB.postgresExporter | object |`{}`| Configuration for the `pgsql-exporter` sidecar container |
@@ -223,8 +223,8 @@ In addition to the documented values, all services also support the following va
223
223
| 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)|
224
224
| pgsql.enabled | bool |`true`| Enable `pgsql` PostgreSQL server |
225
225
| pgsql.existingConfig | string |`""`| Name of existing ConfigMap for `pgsql`. It must contain a `postgresql.conf` key |
226
-
| pgsql.image.defaultTag | string |`"5.9.1590@sha256:3d5dd36e3af6b643903f507422be19ed1cb1f5f71c4541572d4a8a252e81aeb8"`| Docker image tag for the `pgsql` image |
227
-
| pgsql.image.name | string |`"postgres-12-alpine"`| Docker image name for the `pgsql` image |
226
+
| pgsql.image.defaultTag | string |`"insiders"`| Docker image tag for the `pgsql` image |
227
+
| pgsql.image.name | string |`"postgresql-16"`| Docker image name for the `pgsql` image |
228
228
| pgsql.name | string |`"pgsql"`| Name used by resources. Does not affect service names or PVCs. |
229
229
| pgsql.podSecurityContext | object |`{"fsGroup":999,"fsGroupChangePolicy":"OnRootMismatch","runAsGroup":999,"runAsUser":999}`| Security context for the `pgsql` pod, learn more from the [Kubernetes documentation](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod)|
230
230
| pgsql.postgresExporter | object |`{}`| Configuration for the `pgsql-exporter` sidecar container |
# -- Docker image name for the `codeinsights-db` image
179
-
name: "codeinsights-db"
179
+
name: "postgresql-16-codeinsights"
180
180
# -- Security context for the `codeinsights-db` container,
181
181
# learn more from the [Kubernetes documentation](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container)
182
182
containerSecurityContext:
@@ -245,9 +245,9 @@ codeIntelDB:
245
245
additionalConfig: ""
246
246
image:
247
247
# -- Docker image tag for the `codeintel-db` image
# -- Docker image name for the `codeintel-db` image
250
-
name: "codeintel-db"
250
+
name: "postgresql-16"
251
251
# -- Security context for the `codeintel-db` container,
252
252
# learn more from the [Kubernetes documentation](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container)
# learn more from the [Kubernetes documentation](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container)
0 commit comments