Skip to content

Commit 635edce

Browse files
prep update main: v7.5.0
update main with latest release
1 parent a79d952 commit 635edce

13 files changed

Lines changed: 68 additions & 68 deletions

File tree

charts/sourcegraph-executor/dind/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ icon: https://sourcegraph.com/favicon.ico
55
type: application
66

77
# Chart version, separate from Sourcegraph
8-
version: "5.11.0"
8+
version: "7.5.0"
99

1010
# Version of Sourcegraph release
11-
appVersion: "5.11.0"
11+
appVersion: "7.5.0"

charts/sourcegraph-executor/dind/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ In addition to the documented values, the `executor` and `private-docker-registr
7171
| executor.frontendExistingSecret | string | `""` | Name of existing k8s Secret to use for frontend password. The k8s Secret must contain the key EXECUTOR_FRONTEND_PASSWORD matching the site config executors.accessToken value. frontendPassword is ignored if this is set. |
7272
| executor.frontendPassword | string | `""` | The shared secret configured in the Sourcegraph instance site config under executors.accessToken. Required if frontendExistingSecret is not configured. |
7373
| executor.frontendUrl | string | `""` | The external URL of the Sourcegraph instance. Required. **Recommended:** set to the internal service endpoint (e.g. `http://sourcegraph-frontend.sourcegraph.svc.cluster.local:30080` if Sourcegraph is deployed in the `sourcegraph` namespace). This will avoid unnecessary network charges as traffic will stay within the local network. |
74-
| executor.image.defaultTag | string | `"6.0.0@sha256:0be94a7c91f8273db10fdf46718c6596340ab2acc570e7b85353806e67a27508"` | |
74+
| executor.image.defaultTag | string | `"7.5.0@sha256:b9120ead69a1d7fe6aaf684be8d33e90a5d3e304392a9915d543ab9554044e1f"` | |
7575
| executor.image.name | string | `"executor"` | |
7676
| executor.log.format | string | `"json"` | |
7777
| executor.log.level | string | `"warn"` | Possible values are dbug, info, warn, eror, crit. |

charts/sourcegraph-executor/dind/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ executor:
111111
# Each queue can override this with its own resources field.
112112
resources: {}
113113
image:
114-
defaultTag: 6.0.0@sha256:0be94a7c91f8273db10fdf46718c6596340ab2acc570e7b85353806e67a27508
114+
defaultTag: 7.5.0@sha256:b9120ead69a1d7fe6aaf684be8d33e90a5d3e304392a9915d543ab9554044e1f
115115
name: "executor"
116116
replicaCount: 1
117117
# -- Extra environment variables to set on the executor container.

charts/sourcegraph-executor/k8s/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ icon: https://sourcegraph.com/favicon.ico
55
type: application
66

77
# Chart version, separate from Sourcegraph
8-
version: "5.11.0"
8+
version: "7.5.0"
99

1010
# Version of Sourcegraph release
11-
appVersion: "5.11.0"
11+
appVersion: "7.5.0"

charts/sourcegraph-executor/k8s/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ In addition to the documented values, the `executor` and `private-docker-registr
6666
| executor.frontendExistingSecret | string | `""` | Name of existing k8s Secret to use for frontend password The name of the secret must match `executor.name`, i.e., the name of the helm release used to deploy the helm chart. The k8s Secret must contain the key `EXECUTOR_FRONTEND_PASSWORD` matching the site config `executors.accessToken` value. `executor.frontendPassword` is ignored if this is enabled. |
6767
| executor.frontendPassword | string | `""` | The shared secret configured in the Sourcegraph instance site config under executors.accessToken. Required if `executor.frontendExistingSecret`` is not configured. |
6868
| executor.frontendUrl | string | `""` | The external URL of the Sourcegraph instance. Required. **Recommended:** set to the internal service endpoint (e.g. `http://sourcegraph-frontend.sourcegraph.svc.cluster.local:30080` if Sourcegraph is deployed in the `sourcegraph` namespace). This will avoid unnecessary network charges as traffic will stay within the local network. |
69-
| executor.image.defaultTag | string | `"6.0.0@sha256:6dc771a0c281a41ef676213f2f84a63d99045cf2e58d43022554a8022070ed65"` | |
69+
| executor.image.defaultTag | string | `"7.5.0@sha256:857ac6092e15ca5c26b4167412d6451d923ab5c6737a22fc7183bda417b6be25"` | |
7070
| executor.image.name | string | `"executor-kubernetes"` | |
7171
| executor.kubeconfigPath | string | `""` | The path to the kubeconfig file. If not specified, the in-cluster config is used. |
7272
| executor.kubernetesJob.deadline | string | `"1200"` | The number of seconds after which a Kubernetes job will be terminated. |

charts/sourcegraph-executor/k8s/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ executor:
6161
configureRbac: true
6262
replicas: 1
6363
image:
64-
defaultTag: 6.0.0@sha256:6dc771a0c281a41ef676213f2f84a63d99045cf2e58d43022554a8022070ed65
64+
defaultTag: 7.5.0@sha256:857ac6092e15ca5c26b4167412d6451d923ab5c6737a22fc7183bda417b6be25
6565
name: "executor-kubernetes"
6666
resources:
6767
limits:

charts/sourcegraph-migrator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ icon: https://sourcegraph.com/favicon.ico
55
type: application
66

77
# Chart version, separate from Sourcegraph
8-
version: "5.11.0"
8+
version: "7.5.0"
99

1010
# Version of Sourcegraph release
11-
appVersion: "5.11.0"
11+
appVersion: "7.5.0"

charts/sourcegraph-migrator/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ You should consult the list of available [migrator commands]. Below is some exam
4242
- Perform initial migrations against external PostgreSQL databases prior to the Sourcegraph deployment
4343

4444
```sh
45-
helm upgrade --install -f <your-override-file.yaml> --version 5.11.0 sg-migrator sourcegraph/sourcegraph-migrator
45+
helm upgrade --install -f <your-override-file.yaml> --version 7.5.0 sg-migrator sourcegraph/sourcegraph-migrator
4646
```
4747

4848
### Add a migration log entry
@@ -52,7 +52,7 @@ helm upgrade --install -f <your-override-file.yaml> --version 5.11.0 sg-migrator
5252
Add an entry to the migration log after a site administrator has explicitly applied the contents of a migration file, learn more about troubleshooting a [dirty database].
5353

5454
```sh
55-
helm upgrade --install -f <your-override-file.yaml> --set "migrator.args={add-log,-db=frontend,-version=1528395834}" --version 5.11.0 sg-migrator sourcegraph/sourcegraph-migrator
55+
helm upgrade --install -f <your-override-file.yaml> --set "migrator.args={add-log,-db=frontend,-version=1528395834}" --version 7.5.0 sg-migrator sourcegraph/sourcegraph-migrator
5656
```
5757

5858
## Rendering manifests for kubectl deployment
@@ -80,7 +80,7 @@ In addition to the documented values, the `migrator` service also supports the f
8080
| migrator.args | list | `["up","-db=all"]` | Override default `migrator` container args Available commands can be found at https://docs.sourcegraph.com/admin/how-to/manual_database_migrations |
8181
| migrator.containerSecurityContext | object | `{"allowPrivilegeEscalation":false,"readOnlyRootFilesystem":true,"runAsGroup":101,"runAsUser":100}` | Security context for the `migrator` container, learn more from the [Kubernetes documentation](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container) |
8282
| migrator.env | object | `{}` | Environment variables for the `migrator` container |
83-
| migrator.image.defaultTag | string | `"6.0.0@sha256:ec295eb0b743da6bf56777ca6524972267a5c442b0288095e2fe12fce38ebacc"` | Docker image tag for the `migrator` image |
83+
| migrator.image.defaultTag | string | `"7.5.0@sha256:3851ad6101ddb254baa94ddc8902a6fce515427d229ec484affdf5e29f7e3e96"` | Docker image tag for the `migrator` image |
8484
| migrator.image.name | string | `"migrator"` | Docker image name for the `migrator` image |
8585
| migrator.resources | object | `{"limits":{"cpu":"500m","memory":"100M"},"requests":{"cpu":"100m","memory":"50M"}}` | Resource requests & limits for the `migrator` container, learn more from the [Kubernetes documentation](https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/) |
8686
| pgsql.auth.existingSecret | string | `""` | Name of existing secret to use for pgsql credentials This should match the setting in the sourcegraph chart values |

charts/sourcegraph-migrator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ pgsql:
104104
migrator:
105105
image:
106106
# -- Docker image tag for the `migrator` image
107-
defaultTag: 6.0.0@sha256:ec295eb0b743da6bf56777ca6524972267a5c442b0288095e2fe12fce38ebacc
107+
defaultTag: 7.5.0@sha256:3851ad6101ddb254baa94ddc8902a6fce515427d229ec484affdf5e29f7e3e96
108108
# -- Docker image name for the `migrator` image
109109
name: "migrator"
110110
# -- Environment variables for the `migrator` container

charts/sourcegraph/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ icon: https://sourcegraph.com/favicon.ico
55
type: application
66

77
# Chart version, separate from Sourcegraph
8-
version: "5.11.0"
8+
version: "7.5.0"
99

1010
# Version of Sourcegraph release
11-
appVersion: "5.11.0"
11+
appVersion: "7.5.0"

0 commit comments

Comments
 (0)