Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion images/homelab-workspace/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down
2 changes: 1 addition & 1 deletion images/homelab-workspace/packages/github-releases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down