Skip to content

Commit 00c941d

Browse files
authored
fix(rel): fix mise not installing kubectl (#329)
## Description Fix issue with mise in CI --- ## Checklist <!-- Kubernetes, both Kustomize and Helm, and Docker Compose MUST be kept in sync. You should not merge a change here without a corresponding change in the other repositories, unless it is specific to this deployment type. If uneeded, add link or explanation of why it is not needed here. --> - [x] Update [CHANGELOG.md](https://github.com/sourcegraph/deploy-sourcegraph-k8s/blob/main/CHANGELOG.md) - [x] Update [K8s Upgrade notes](https://github.com/sourcegraph/sourcegraph/blob/main/doc/admin/updates/kubernetes.md) - [x] Kustomiz-specific changes - [x] Update sister repository: [deploy-sourcegraph-helm](https://github.com/sourcegraph/deploy-sourcegraph-helm) - [x] Update sister repository: [deploy-sourcegraph-docker](https://github.com/sourcegraph/deploy-sourcegraph-docker) - [x] Verify all images have a valid tag and SHA256 sum ## Test plan CI
1 parent 96a1e8f commit 00c941d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
golang 1.21.5
22
yarn 1.22.4
3-
kubectl 1.25.9
3+
asdf:kubectl 1.25.9
44
fd 7.4.0
55
kustomize 4.5.7
66
shfmt 3.1.0

0 commit comments

Comments
 (0)