Skip to content

Commit df73267

Browse files
committed
promote-release: v6.8.0
{"version":"v6.8.0","inputs":"server=6.8.0","type":"patch"}
1 parent a75857c commit df73267

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

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/dind/values.yaml

Lines changed: 1 addition & 1 deletion
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-docker.pkg.dev/sourcegraph-images/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

charts/sourcegraph-executor/k8s/README.md

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

charts/sourcegraph-executor/k8s/values.yaml

Lines changed: 1 addition & 1 deletion
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-docker.pkg.dev/sourcegraph-images/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

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-migrator/values.yaml

Lines changed: 1 addition & 1 deletion
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-docker.pkg.dev/sourcegraph-images/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

charts/sourcegraph/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ In addition to the documented values, all services also support the following va
304304
| sourcegraph.affinity | object | `{}` | Global Affinity, learn more from the [Kubernetes documentation](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#affinity-and-anti-affinity) |
305305
| sourcegraph.image.defaultTag | string | `"{{ .Chart.AppVersion }}"` | Global docker image tag |
306306
| sourcegraph.image.pullPolicy | string | `"IfNotPresent"` | Global docker image pull policy |
307-
| sourcegraph.image.repository | string | `"us-docker.pkg.dev/sourcegraph-images/internal"` | Global docker image registry or prefix |
307+
| sourcegraph.image.repository | string | `"index.docker.io/sourcegraph"` | Global docker image registry or prefix |
308308
| 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 |
309309
| sourcegraph.imagePullSecrets | list | `[]` | Mount named secrets containing docker credentials |
310310
| sourcegraph.labels | object | `{}` | Add extra labels to all resources |

charts/sourcegraph/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ sourcegraph:
99
# -- Global docker image pull policy
1010
pullPolicy: IfNotPresent
1111
# -- Global docker image registry or prefix
12-
repository: us-docker.pkg.dev/sourcegraph-images/internal
12+
repository: index.docker.io/sourcegraph
1313
# -- When set to true, sourcegraph.image.defaultTag is used as the default defaultTag for all services, instead of service-specific default defaultTags
1414
useGlobalTagAsDefault: false
1515
# -- Mount named secrets containing docker credentials

0 commit comments

Comments
 (0)