Skip to content

Commit b39a2a1

Browse files
committed
release_patch: v5.9.1590
{"version":"v5.9.1590","inputs":"server=v5.9.1590","type":"patch"}
1 parent a305f71 commit b39a2a1

File tree

16 files changed

+88
-88
lines changed

16 files changed

+88
-88
lines changed

charts/sourcegraph-appliance/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: The Sourcegraph Appliance
44
type: application
55

66
# Chart version, separate from Sourcegraph
7-
version: "5.9.347"
7+
version: "5.9.1590"
88

99
# Version of Sourcegraph release
10-
appVersion: "5.9.347"
10+
appVersion: "5.9.1590"

charts/sourcegraph-appliance/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ In addition to the documented values, all services also support the following va
3030
|-----|------|---------|-------------|
3131
| affinity | object | `{}` | |
3232
| airgap.enabled | bool | `false` | |
33-
| backend.image.defaultTag | string | `"5.9.347@sha256:e2508f9772418cf852607da224877af9d1e56e05eabee1314c53b4017645d4c5"` | |
33+
| backend.image.defaultTag | string | `"5.9.1590@sha256:29f3ad2473f1b4521ae32b8287fd0926ee7775834e096569f7fe4610de4f491a"` | |
3434
| backend.image.name | string | `"appliance"` | |
35-
| frontend.image.defaultTag | string | `"5.9.347@sha256:1041328834c1ebec797373983d10566fd067c0850403bc5b6bd0f31e881b6334"` | |
35+
| frontend.image.defaultTag | string | `"5.9.1590@sha256:ca021cbd117dfb44ec8c547c4d4c53d78155cb913dacf790ec5f5c1134035f34"` | |
3636
| frontend.image.name | string | `"appliance-frontend"` | |
3737
| fullnameOverride | string | `""` | |
3838
| imagePullSecrets | list | `[]` | |
@@ -65,5 +65,5 @@ In addition to the documented values, all services also support the following va
6565
| serviceAccount.create | bool | `true` | |
6666
| serviceAccount.name | string | `"sourcegraph-appliance"` | |
6767
| sourcegraph.image.pullPolicy | string | `"IfNotPresent"` | |
68-
| sourcegraph.image.repository | string | `"index.docker.io/sourcegraph"` | |
68+
| sourcegraph.image.repository | string | `"us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal"` | |
6969
| tolerations | list | `[]` | |

charts/sourcegraph-appliance/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ replicaCount: 1
55

66
sourcegraph:
77
image:
8-
repository: index.docker.io/sourcegraph
8+
repository: us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal
99
pullPolicy: IfNotPresent
1010
# Overrides the image tag whose default is the chart appVersion.
1111
# Version and Tag (above) are subtley different
@@ -20,7 +20,7 @@ sourcegraph:
2020
backend:
2121
image:
2222
name: appliance
23-
defaultTag: "5.9.347@sha256:e2508f9772418cf852607da224877af9d1e56e05eabee1314c53b4017645d4c5"
23+
defaultTag: "5.9.1590@sha256:29f3ad2473f1b4521ae32b8287fd0926ee7775834e096569f7fe4610de4f491a"
2424

2525
imagePullSecrets: []
2626
nameOverride: ""
@@ -107,7 +107,7 @@ frontend:
107107
image:
108108
name: appliance-frontend
109109
# Overrides the image tag whose default is the chart appVersion.
110-
defaultTag: "5.9.347@sha256:1041328834c1ebec797373983d10566fd067c0850403bc5b6bd0f31e881b6334"
110+
defaultTag: "5.9.1590@sha256:ca021cbd117dfb44ec8c547c4d4c53d78155cb913dacf790ec5f5c1134035f34"
111111

112112
selfUpdate:
113113
enabled: true

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.9.347"
8+
version: "5.9.1590"
99

1010
# Version of Sourcegraph release
11-
appVersion: "5.9.347"
11+
appVersion: "5.9.1590"

charts/sourcegraph-executor/dind/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ In addition to the documented values, the `executor` and `private-docker-registr
6060
| executor.env.EXECUTOR_FRONTEND_URL | object | `{"value":""}` | The external URL of the Sourcegraph instance. Required. |
6161
| executor.env.EXECUTOR_QUEUE_NAME | object | `{"value":""}` | The name of the queue to pull jobs from to. Possible values: batches and codeintel. **Either this or EXECUTOR_QUEUE_NAMES is required.** |
6262
| executor.env.EXECUTOR_QUEUE_NAMES | object | `{"value":""}` | The comma-separated list of names of multiple queues to pull jobs from to. Possible values: batches and codeintel. **Either this or EXECUTOR_QUEUE_NAME is required.** |
63-
| executor.image.defaultTag | string | `"5.9.347@sha256:1fd0a18a6ee868f683f7307489c872650f21fb0894a83aef203702ad68d959fc"` | |
63+
| executor.image.defaultTag | string | `"5.9.1590@sha256:ae9c8148ad79205a58ade9ebc87a46931f3399ec92ee8cb53ac36b68d16fe0d0"` | |
6464
| executor.image.name | string | `"executor"` | |
6565
| executor.replicaCount | int | `1` | |
6666
| privateDockerRegistry.enabled | bool | `true` | Whether to deploy the private registry. Only one registry is needed when deploying multiple executors. More information: https://docs.sourcegraph.com/admin/executors/deploy_executors#using-private-registries |
@@ -71,7 +71,7 @@ In addition to the documented values, the `executor` and `private-docker-registr
7171
| sourcegraph.affinity | object | `{}` | Affinity, learn more from the [Kubernetes documentation](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#affinity-and-anti-affinity) |
7272
| sourcegraph.image.defaultTag | string | `"{{ .Chart.AppVersion }}"` | Global docker image tag |
7373
| sourcegraph.image.pullPolicy | string | `"IfNotPresent"` | Global docker image pull policy |
74-
| sourcegraph.image.repository | string | `"index.docker.io/sourcegraph"` | Global docker image registry or prefix |
74+
| sourcegraph.image.repository | string | `"us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal"` | Global docker image registry or prefix |
7575
| sourcegraph.image.useGlobalTagAsDefault | bool | `false` | When set to true, sourcegraph.image.defaultTag is used as the default defaultTag for all services, instead of service-specific default defaultTags |
7676
| sourcegraph.imagePullSecrets | list | `[]` | Mount named secrets containing docker credentials |
7777
| sourcegraph.labels | object | `{}` | Add a global label to all resources |

charts/sourcegraph-executor/dind/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ sourcegraph:
88
# -- Global docker image pull policy
99
pullPolicy: IfNotPresent
1010
# -- Global docker image registry or prefix
11-
repository: index.docker.io/sourcegraph
11+
repository: us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal
1212
# -- When set to true, sourcegraph.image.defaultTag is used as the default defaultTag for all services, instead of service-specific default defaultTags
1313
useGlobalTagAsDefault: false
1414
# -- Mount named secrets containing docker credentials
@@ -55,7 +55,7 @@ storageClass:
5555
executor:
5656
enabled: true
5757
image:
58-
defaultTag: 5.9.347@sha256:1fd0a18a6ee868f683f7307489c872650f21fb0894a83aef203702ad68d959fc
58+
defaultTag: 5.9.1590@sha256:ae9c8148ad79205a58ade9ebc87a46931f3399ec92ee8cb53ac36b68d16fe0d0
5959
name: "executor"
6060
replicaCount: 1
6161
env:

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.9.347"
8+
version: "5.9.1590"
99

1010
# Version of Sourcegraph release
11-
appVersion: "5.9.347"
11+
appVersion: "5.9.1590"

charts/sourcegraph-executor/k8s/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ In addition to the documented values, the `executor` and `private-docker-registr
6161
| 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. |
6262
| executor.frontendPassword | string | `""` | The shared secret configured in the Sourcegraph instance site config under executors.accessToken. Required if `executor.frontendExistingSecret`` is not configured. |
6363
| 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. |
64-
| executor.image.defaultTag | string | `"5.9.347@sha256:f393592d65e5058fb265e281ca8acb8e9f2bddc8d91b48d28d78490515505797"` | |
64+
| executor.image.defaultTag | string | `"5.9.1590@sha256:5c08d66d79e020a4ee4303d489823dd1fd0c40c4383bc788f7f6de269e9820de"` | |
6565
| executor.image.name | string | `"executor-kubernetes"` | |
6666
| executor.kubeconfigPath | string | `""` | The path to the kubeconfig file. If not specified, the in-cluster config is used. |
6767
| executor.kubernetesJob.deadline | string | `"1200"` | The number of seconds after which a Kubernetes job will be terminated. |
@@ -94,7 +94,7 @@ In addition to the documented values, the `executor` and `private-docker-registr
9494
| sourcegraph.affinity | object | `{}` | Affinity, learn more from the [Kubernetes documentation](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#affinity-and-anti-affinity) |
9595
| sourcegraph.image.defaultTag | string | `"{{ .Chart.AppVersion }}"` | Global docker image tag |
9696
| sourcegraph.image.pullPolicy | string | `"IfNotPresent"` | Global docker image pull policy |
97-
| sourcegraph.image.repository | string | `"index.docker.io/sourcegraph"` | Global docker image registry or prefix |
97+
| sourcegraph.image.repository | string | `"us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal"` | Global docker image registry or prefix |
9898
| sourcegraph.image.useGlobalTagAsDefault | bool | `false` | When set to true, sourcegraph.image.defaultTag is used as the default defaultTag for all services, instead of service-specific default defaultTags |
9999
| sourcegraph.imagePullSecrets | list | `[]` | Mount named secrets containing docker credentials |
100100
| sourcegraph.labels | object | `{}` | Add a global label to all resources |

charts/sourcegraph-executor/k8s/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ sourcegraph:
88
# -- Global docker image pull policy
99
pullPolicy: IfNotPresent
1010
# -- Global docker image registry or prefix
11-
repository: index.docker.io/sourcegraph
11+
repository: us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal
1212
# -- When set to true, sourcegraph.image.defaultTag is used as the default defaultTag for all services, instead of service-specific default defaultTags
1313
useGlobalTagAsDefault: false
1414
# -- Mount named secrets containing docker credentials
@@ -57,7 +57,7 @@ executor:
5757
configureRbac: true
5858
replicas: 1
5959
image:
60-
defaultTag: 5.9.347@sha256:f393592d65e5058fb265e281ca8acb8e9f2bddc8d91b48d28d78490515505797
60+
defaultTag: 5.9.1590@sha256:5c08d66d79e020a4ee4303d489823dd1fd0c40c4383bc788f7f6de269e9820de
6161
name: "executor-kubernetes"
6262
# -- 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).
6363
# This will avoid unnecessary network charges as traffic will stay within the local network.

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.9.347"
8+
version: "5.9.1590"
99

1010
# Version of Sourcegraph release
11-
appVersion: "5.9.347"
11+
appVersion: "5.9.1590"

0 commit comments

Comments
 (0)