Skip to content

Commit

Permalink
Update common-components.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
petersutter authored and plkokanov committed Feb 15, 2024
1 parent 0a6d6f3 commit daccfd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dockerfile-configs/common-components.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
from: https://raw.githubusercontent.com/johanhaleby/kubetail/master/kubetail
info: Bash script that enables you to aggregate (tail/follow) logs from multiple pods into one stream
- name: nerdctl
version: 1.7.2
version: 1.7.3
from: https://github.com/containerd/nerdctl/releases/download/v{version}/nerdctl-{version}-linux-amd64.tar.gz
to: /nerdctl.tar.gz
command: |
Expand All @@ -77,7 +77,7 @@
echo namespace = \"k8s.io\" >> /etc/nerdctl/nerdctl.toml
info: nerdctl is a Docker-compatible CLI for containerd. The root directory of the host has to be mounted under `/host`
- name: kubectl
version: v1.27.9
version: v1.27.10
from: https://dl.k8s.io/release/{version}/bin/linux/amd64/kubectl
info: command line tool for controlling Kubernetes clusters.

Expand Down

0 comments on commit daccfd3

Please sign in to comment.