Skip to content

Commit d1179a6

Browse files
authored
release: [email protected] again (#307) (#308)
1 parent 45c30f4 commit d1179a6

File tree

6 files changed

+62
-62
lines changed

6 files changed

+62
-62
lines changed

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.0.2"
8+
version: "5.1.0"
99

1010
# Version of Sourcegraph release
11-
appVersion: "5.0.2"
11+
appVersion: "5.1.0"

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.0.6"
8+
version: "5.1.0"
99

1010
# Version of Sourcegraph release
11-
appVersion: "5.0.6"
11+
appVersion: "5.1.0"

charts/sourcegraph-migrator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 | `"5.0.6@sha256:2d08ccaa50e1cddd695f2426161886161a0af6e061a2a893cf88aadc4a0fb572"` | Docker image tag for the `migrator` image |
83+
| migrator.image.defaultTag | string | `"5.1.0@sha256:9132692f1128c667659981ca706c7c64a6763f0077e4aeffa8ff3af11f429438"` | 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
@@ -102,7 +102,7 @@ pgsql:
102102
migrator:
103103
image:
104104
# -- Docker image tag for the `migrator` image
105-
defaultTag: 5.0.6@sha256:2d08ccaa50e1cddd695f2426161886161a0af6e061a2a893cf88aadc4a0fb572
105+
defaultTag: 5.1.0@sha256:9132692f1128c667659981ca706c7c64a6763f0077e4aeffa8ff3af11f429438
106106
# -- Docker image name for the `migrator` image
107107
name: "migrator"
108108
# -- Environment variables for the `migrator` container

0 commit comments

Comments
 (0)