Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions charts/sourcegraph-executor/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ icon: https://sourcegraph.com/favicon.ico
type: application

# Chart version, separate from Sourcegraph
version: "5.0.2"
version: "5.0.4"

# Version of Sourcegraph release
appVersion: "5.0.2"
appVersion: "5.0.4"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems this was missed on 5.0.3

2 changes: 1 addition & 1 deletion charts/sourcegraph-executor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ In addition to the documented values, the `executor` and `private-docker-registr
| executor.env.EXECUTOR_FRONTEND_PASSWORD | object | `{"value":""}` | The shared secret configured in the Sourcegraph instance site config under executors.accessToken. Required. |
| executor.env.EXECUTOR_FRONTEND_URL | object | `{"value":""}` | The external URL of the Sourcegraph instance. Required. |
| executor.env.EXECUTOR_QUEUE_NAME | object | `{"value":""}` | The name of the queue to pull jobs from to. Possible values: batches and codeintel. Required. |
| executor.image.defaultTag | string | `"5.0.2@sha256:72ec1236d831146dda4061276637cc215545df273d1911934e6606eed44d71eb"` | |
| executor.image.defaultTag | string | `"5.0.4@sha256:ccead2dd5988978136b56de918604d71adb88b08d4b374117035e23146ad5526"` | |
| executor.image.name | string | `"executor"` | |
| privateDockerRegistry.image.registry | string | `"index.docker.io"` | |
| privateDockerRegistry.image.repository | string | `"docker/regisry"` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/sourcegraph-executor/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ storageClass:
executor:
enabled: true
image:
defaultTag: 5.0.2@sha256:72ec1236d831146dda4061276637cc215545df273d1911934e6606eed44d71eb
defaultTag: 5.0.4@sha256:ccead2dd5988978136b56de918604d71adb88b08d4b374117035e23146ad5526
name: "executor"
env:
# -- The external URL of the Sourcegraph instance. Required.
Expand Down
4 changes: 2 additions & 2 deletions charts/sourcegraph-migrator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ icon: https://sourcegraph.com/favicon.ico
type: application

# Chart version, separate from Sourcegraph
version: "5.0.2"
version: "5.0.4"

# Version of Sourcegraph release
appVersion: "5.0.2"
appVersion: "5.0.4"
6 changes: 3 additions & 3 deletions charts/sourcegraph-migrator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ You should consult the list of available [migrator commands]. Below is some exam
- Perform initial migrations against external PostgreSQL databases prior to the Sourcegraph deployment

```sh
helm upgrade --install -f <your-override-file.yaml> --version 5.0.2 sg-migrator sourcegraph/sourcegraph-migrator
helm upgrade --install -f <your-override-file.yaml> --version 5.0.4 sg-migrator sourcegraph/sourcegraph-migrator
```

### Add a migration log entry
Expand All @@ -52,7 +52,7 @@ helm upgrade --install -f <your-override-file.yaml> --version 5.0.2 sg-migrator
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].

```sh
helm upgrade --install -f <your-override-file.yaml> --set "migrator.args={add-log,-db=frontend,-version=1528395834}" --version 5.0.2 sg-migrator sourcegraph/sourcegraph-migrator
helm upgrade --install -f <your-override-file.yaml> --set "migrator.args={add-log,-db=frontend,-version=1528395834}" --version 5.0.4 sg-migrator sourcegraph/sourcegraph-migrator
```

## Rendering manifests for kubectl deployment
Expand Down Expand Up @@ -80,7 +80,7 @@ In addition to the documented values, the `migrator` service also supports the f
| 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 |
| 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) |
| migrator.env | object | `{}` | Environment variables for the `migrator` container |
| migrator.image.defaultTag | string | `"5.0.2@sha256:7099095e9b87dcc570c403ef92258b70eff0308cb8474e37911df4f37a89a5c4"` | Docker image tag for the `migrator` image |
| migrator.image.defaultTag | string | `"5.0.4@sha256:46baf0caa8dde3bfe5b302158b595be9a4c8233cae83dccc18279d91157d39c4"` | Docker image tag for the `migrator` image |
| migrator.image.name | string | `"migrator"` | Docker image name for the `migrator` image |
| 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/) |
| pgsql.auth.existingSecret | string | `""` | Name of existing secret to use for pgsql credentials This should match the setting in the sourcegraph chart values |
Expand Down
2 changes: 1 addition & 1 deletion charts/sourcegraph-migrator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ pgsql:
migrator:
image:
# -- Docker image tag for the `migrator` image
defaultTag: 5.0.2@sha256:7099095e9b87dcc570c403ef92258b70eff0308cb8474e37911df4f37a89a5c4
defaultTag: 5.0.4@sha256:46baf0caa8dde3bfe5b302158b595be9a4c8233cae83dccc18279d91157d39c4
# -- Docker image name for the `migrator` image
name: "migrator"
# -- Environment variables for the `migrator` container
Expand Down
4 changes: 2 additions & 2 deletions charts/sourcegraph/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ icon: https://sourcegraph.com/favicon.ico
type: application

# Chart version, separate from Sourcegraph
version: "5.0.2"
version: "5.0.4"

# Version of Sourcegraph release
appVersion: "5.0.2"
appVersion: "5.0.4"
Loading