Skip to content

Commit fcabfeb

Browse files
committed
promote-release: v7.2.1943
{"version":"v7.2.1943","inputs":"server=7.2.1943","type":"patch"}
1 parent 004d7d5 commit fcabfeb

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

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
| 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-docker.pkg.dev/sourcegraph-images/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/k8s/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ In addition to the documented values, the `executor` and `private-docker-registr
105105
| sourcegraph.affinity | object | `{}` | Affinity, learn more from the [Kubernetes documentation](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#affinity-and-anti-affinity) |
106106
| sourcegraph.image.defaultTag | string | `"{{ .Chart.AppVersion }}"` | Global docker image tag |
107107
| sourcegraph.image.pullPolicy | string | `"IfNotPresent"` | Global docker image pull policy |
108-
| sourcegraph.image.repository | string | `"us-docker.pkg.dev/sourcegraph-images/internal"` | Global docker image registry or prefix |
108+
| sourcegraph.image.repository | string | `"index.docker.io/sourcegraph"` | Global docker image registry or prefix |
109109
| 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 |
110110
| sourcegraph.imagePullSecrets | list | `[]` | Mount named secrets containing docker credentials |
111111
| sourcegraph.labels | object | `{}` | Add a global label to all resources |

charts/sourcegraph-migrator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ In addition to the documented values, the `migrator` service also supports the f
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-docker.pkg.dev/sourcegraph-images/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/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ In addition to the documented values, all services also support the following va
313313
| sourcegraph.disableKubernetesSecrets | bool | `false` | Disable the creation of Kubernetes secrets objects |
314314
| sourcegraph.image.defaultTag | string | `"{{ .Chart.AppVersion }}"` | Global docker image tag |
315315
| sourcegraph.image.pullPolicy | string | `"IfNotPresent"` | Global docker image pull policy |
316-
| sourcegraph.image.repository | string | `"us-docker.pkg.dev/sourcegraph-images/internal"` | Global docker image registry or prefix |
316+
| sourcegraph.image.repository | string | `"index.docker.io/sourcegraph"` | Global docker image registry or prefix |
317317
| 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 |
318318
| sourcegraph.imagePullSecrets | list | `[]` | Mount named secrets containing docker credentials |
319319
| sourcegraph.labels | object | `{}` | Add extra labels to all resources |

0 commit comments

Comments
 (0)