Skip to content

Commit

Permalink
Merge pull request #609 from monostream/update/vscode
Browse files Browse the repository at this point in the history
Update dependencies for update/vscode
  • Loading branch information
marcelhintermann authored Nov 22, 2024
2 parents b537206 + f3e25be commit d43294c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/vscode/build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN mkdir -p /usr/libexec/docker/cli-plugins && curl -fsSL "https://github.com/d
RUN mkdir -p /var/run/dind && touch /var/run/dind/docker.sock && ln -s /var/run/dind/docker.sock /run/docker.sock

# Kubernetes CLI
ENV KUBECTL_VERSION="v1.31.2"
ENV KUBECTL_VERSION="v1.31.3"
RUN curl -fsSL "https://storage.googleapis.com/kubernetes-release/release/${KUBECTL_VERSION}/bin/linux/amd64/kubectl" -o /usr/local/bin/kubectl && chmod +x /usr/local/bin/kubectl

# Helm CLI
Expand Down
6 changes: 6 additions & 0 deletions charts/vscode/chart/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
#

Published on 21 November 2024

- Kubernetes CLI from v1.31.2 to v1.31.3

#

Published on 18 November 2024

- Code Server from v4.95.2 to v4.95.3
Expand Down
2 changes: 1 addition & 1 deletion charts/vscode/deps.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"provider": "github-tags",
"name": "Kubernetes CLI",
"repo": "kubernetes/kubernetes",
"currentTag": "v1.31.2",
"currentTag": "v1.31.3",
"allowPrerelease": false,
"envVar": "KUBECTL_VERSION"
},
Expand Down

0 comments on commit d43294c

Please sign in to comment.