Skip to content

Commit 0a1ffb2

Browse files
committed
promote-release: v5.7.2474
{"version":"v5.7.2474","inputs":"server=5.7.2474","type":"patch"}
1 parent 5d2a172 commit 0a1ffb2

File tree

10 files changed

+72
-72
lines changed

10 files changed

+72
-72
lines changed

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.7.2474@sha256:99cf6106ba47638fa7025f2617b6934a8bdc343171dac18865d4b566e65794aa"` | |
33+
| backend.image.defaultTag | string | `"5.7.2474@sha256:12d5be024316bdecb0069d654b84e16194f8094ac3925e15fb7a729b3f580ea7"` | |
3434
| backend.image.name | string | `"appliance"` | |
35-
| frontend.image.defaultTag | string | `"5.7.2474@sha256:aa32f5756e698121c3dc480728aa273d5e9d18111ee17aebe9c9876187ee45e5"` | |
35+
| frontend.image.defaultTag | string | `"5.7.2474@sha256:2d99136ebf9db9f7ee5b78e48f6c6746e3a1dc19bbd5034fc78c60499cff33fb"` | |
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 | `"us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal"` | |
68+
| sourcegraph.image.repository | string | `"index.docker.io/sourcegraph"` | |
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: us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal
8+
repository: index.docker.io/sourcegraph
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.7.2474@sha256:99cf6106ba47638fa7025f2617b6934a8bdc343171dac18865d4b566e65794aa"
23+
defaultTag: "5.7.2474@sha256:12d5be024316bdecb0069d654b84e16194f8094ac3925e15fb7a729b3f580ea7"
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.7.2474@sha256:aa32f5756e698121c3dc480728aa273d5e9d18111ee17aebe9c9876187ee45e5"
110+
defaultTag: "5.7.2474@sha256:2d99136ebf9db9f7ee5b78e48f6c6746e3a1dc19bbd5034fc78c60499cff33fb"
111111

112112
selfUpdate:
113113
enabled: true

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.7.2474@sha256:843257e28a0ebecdad75f051dd1739e3c8ddd3937923633b4cb1f987017aeb2a"` | |
63+
| executor.image.defaultTag | string | `"5.7.2474@sha256:6e92a29e9401422f7b97b99ea8f5808fbe04e8d783f97e3855c1d1d0d65614e8"` | |
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 | `"us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal"` | Global docker image registry or prefix |
74+
| sourcegraph.image.repository | string | `"index.docker.io/sourcegraph"` | 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: us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal
11+
repository: index.docker.io/sourcegraph
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.7.2474@sha256:843257e28a0ebecdad75f051dd1739e3c8ddd3937923633b4cb1f987017aeb2a
58+
defaultTag: 5.7.2474@sha256:6e92a29e9401422f7b97b99ea8f5808fbe04e8d783f97e3855c1d1d0d65614e8
5959
name: "executor"
6060
replicaCount: 1
6161
env:

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.7.2474@sha256:db16d1ad5cfcb0e91714479311efdbc79e940d82893313186a0246e9f9b22f94"` | |
64+
| executor.image.defaultTag | string | `"5.7.2474@sha256:35c7862fb8d52790d42248ede663f463108899eed1837ab7ae76a36977aa54f9"` | |
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 | `"us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal"` | Global docker image registry or prefix |
97+
| sourcegraph.image.repository | string | `"index.docker.io/sourcegraph"` | 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: us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal
11+
repository: index.docker.io/sourcegraph
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.7.2474@sha256:db16d1ad5cfcb0e91714479311efdbc79e940d82893313186a0246e9f9b22f94
60+
defaultTag: 5.7.2474@sha256:35c7862fb8d52790d42248ede663f463108899eed1837ab7ae76a36977aa54f9
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/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,15 +80,15 @@ 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.7.2474@sha256:f7dfcc97deaa544ded4a8adfd358bdf95743c12feabacc006bb973188100dc1e"` | Docker image tag for the `migrator` image |
83+
| migrator.image.defaultTag | string | `"5.7.2474@sha256:48e80b33b630f264b803ebdd251ea6bb6ee2d2af3c8a80c48c1b325e2f1a8d07"` | 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 |
8787
| pgsql.name | string | `"pgsql"` | |
8888
| sourcegraph.affinity | object | `{}` | Affinity, learn more from the [Kubernetes documentation](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#affinity-and-anti-affinity) |
8989
| sourcegraph.image.defaultTag | string | `"{{ .Chart.AppVersion }}"` | Global docker image tag |
9090
| sourcegraph.image.pullPolicy | string | `"IfNotPresent"` | Global docker image pull policy |
91-
| sourcegraph.image.repository | string | `"us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal"` | Global docker image registry or prefix |
91+
| sourcegraph.image.repository | string | `"index.docker.io/sourcegraph"` | Global docker image registry or prefix |
9292
| 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 |
9393
| sourcegraph.imagePullSecrets | list | `[]` | Mount named secrets containing docker credentials |
9494
| sourcegraph.labels | object | `{}` | Add a global label to all resources |

charts/sourcegraph-migrator/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: us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal
11+
repository: index.docker.io/sourcegraph
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
@@ -102,7 +102,7 @@ pgsql:
102102
migrator:
103103
image:
104104
# -- Docker image tag for the `migrator` image
105-
defaultTag: 5.7.2474@sha256:f7dfcc97deaa544ded4a8adfd358bdf95743c12feabacc006bb973188100dc1e
105+
defaultTag: 5.7.2474@sha256:48e80b33b630f264b803ebdd251ea6bb6ee2d2af3c8a80c48c1b325e2f1a8d07
106106
# -- Docker image name for the `migrator` image
107107
name: "migrator"
108108
# -- Environment variables for the `migrator` container

0 commit comments

Comments
 (0)