Skip to content

Commit 9d27960

Browse files
committed
prebake versions
1 parent 5660052 commit 9d27960

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

charts/sourcegraph/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ In addition to the documented values, all services also support the following va
290290
| redisStore.serviceAccount.name | string | `""` | Name of the ServiceAccount to be created or an existing ServiceAccount |
291291
| redisStore.storageSize | string | `"100Gi"` | PVC Storage Request for `redis-store` data volume |
292292
| repoUpdater.containerSecurityContext | object | `{"allowPrivilegeEscalation":false,"readOnlyRootFilesystem":true,"runAsGroup":101,"runAsUser":100}` | Security context for the `repo-updater` container, learn more from the [Kubernetes documentation](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container) |
293-
| repoUpdater.image.defaultTag | string | `"6.0.0@sha256:238702dde17eaa41f9dc5b5f379c08a9e57940587128ceda6008d7f06e72cccc"` | Docker image tag for the `repo-updater` image |
293+
| repoUpdater.image.defaultTag | string | `"6.3.4167@sha256:b348d65ba159501386a444af6a94566620711a4767909a4f01c07b8e6ba454bb"` | Docker image tag for the `repo-updater` image |
294294
| repoUpdater.image.name | string | `"repo-updater"` | Docker image name for the `repo-updater` image |
295295
| repoUpdater.name | string | `"repo-updater"` | Name used by resources. Does not affect service names or PVCs. |
296296
| repoUpdater.podSecurityContext | object | `{}` | Security context for the `repo-updater` pod, learn more from the [Kubernetes documentation](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod) |
@@ -329,7 +329,7 @@ In addition to the documented values, all services also support the following va
329329
| storageClass.provisioner | string | `"kubernetes.io/gce-pd"` | Name of the storageClass provisioner, learn more from the [Kubernetes documentation](https://kubernetes.io/docs/concepts/storage/storage-classes/#provisioner) and consult your cloud provider persistent storage documentation |
330330
| storageClass.type | string | `"pd-ssd"` | Value of `type` key in storageClass `parameters`, consult your cloud provider persistent storage documentation |
331331
| symbols.containerSecurityContext | object | `{"allowPrivilegeEscalation":false,"readOnlyRootFilesystem":true,"runAsGroup":101,"runAsUser":100}` | Security context for the `symbols` container, learn more from the [Kubernetes documentation](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container) |
332-
| symbols.image.defaultTag | string | `"6.0.0@sha256:7f91048d1966add54b199755c77a5c3ca84b7f57bb5d2ffb65113da7f100b051"` | Docker image tag for the `symbols` image |
332+
| symbols.image.defaultTag | string | `"6.3.4167@sha256:caecea6f17d1f03cde25ba2ec6fa315a5b0e2e27e6bc0b13bdfc2499c3a8b783"` | Docker image tag for the `symbols` image |
333333
| symbols.image.name | string | `"symbols"` | Docker image name for the `symbols` image |
334334
| symbols.name | string | `"symbols"` | Name used by resources. Does not affect service names or PVCs. |
335335
| symbols.podSecurityContext | object | `{"fsGroup":101,"fsGroupChangePolicy":"OnRootMismatch","runAsUser":100}` | Security context for the `symbols` pod, learn more from the [Kubernetes documentation](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod) |

charts/sourcegraph/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1038,7 +1038,7 @@ redisStore:
10381038
repoUpdater:
10391039
image:
10401040
# -- Docker image tag for the `repo-updater` image
1041-
defaultTag: 6.0.0@sha256:238702dde17eaa41f9dc5b5f379c08a9e57940587128ceda6008d7f06e72cccc
1041+
defaultTag: 6.3.4167@sha256:b348d65ba159501386a444af6a94566620711a4767909a4f01c07b8e6ba454bb
10421042
# -- Docker image name for the `repo-updater` image
10431043
name: "repo-updater"
10441044
# -- Security context for the `repo-updater` container,
@@ -1132,7 +1132,7 @@ storageClass:
11321132
symbols:
11331133
image:
11341134
# -- Docker image tag for the `symbols` image
1135-
defaultTag: 6.0.0@sha256:7f91048d1966add54b199755c77a5c3ca84b7f57bb5d2ffb65113da7f100b051
1135+
defaultTag: 6.3.4167@sha256:caecea6f17d1f03cde25ba2ec6fa315a5b0e2e27e6bc0b13bdfc2499c3a8b783
11361136
# -- Docker image name for the `symbols` image
11371137
name: "symbols"
11381138
# -- Security context for the `symbols` container,

0 commit comments

Comments
 (0)