diff --git a/images/homelab-workspace/Dockerfile b/images/homelab-workspace/Dockerfile index f9f89513..ca1d58a8 100644 --- a/images/homelab-workspace/Dockerfile +++ b/images/homelab-workspace/Dockerfile @@ -303,7 +303,7 @@ RUN wget --progress=dot:giga -c https://releases.hashicorp.com/packer/${PACKER_V # yq # renovate: datasource=github-releases depName=mikefarah/yq -ARG YQ_VERSION="4.44.1" +ARG YQ_VERSION="4.44.2" RUN wget --progress=dot:giga -c https://github.com/mikefarah/yq/releases/download/v${YQ_VERSION}/yq_linux_amd64.tar.gz -O - | tar -xzv -C /tmp && \ install -o root -g root -m 0755 /tmp/yq_linux_amd64 /usr/local/sbin/yq && \ upx /usr/local/sbin/yq && \ diff --git a/images/homelab-workspace/packages/github-releases.yaml b/images/homelab-workspace/packages/github-releases.yaml index a5a12bae..fd040fc3 100644 --- a/images/homelab-workspace/packages/github-releases.yaml +++ b/images/homelab-workspace/packages/github-releases.yaml @@ -26,7 +26,7 @@ - name: k9s repo: https://github.com/derailed/k9s # renovate: datasource=github-releases depName=derailed/k9s - tag: "v0.32.4" + tag: "v0.32.5" asset_regex: k9s_Linux_amd64.tar.gz - name: krew repo: https://github.com/kubernetes-sigs/krew