Skip to content

Commit

Permalink
chore(deps): update dependency kudobuilder/kuttl to v0.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 24, 2025
1 parent 16d8df7 commit 9af08e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion k8s-tools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ RUN echo "Computed sha256sum: $(sha256sum ${HELM_FILENAME})" \
&& rm -rf linux-amd64

# renovate: datasource=github-releases depName=kudobuilder/kuttl
ENV KUTTL_VERSION 0.21.0
ENV KUTTL_VERSION 0.22.0
ENV KUTTL_PLUGIN_SUM 5fdca46d6ee88c14e2f4aa6b2a398b205f0991fb5e078caf36cd87c9414b715c
ENV KUTTL_PLUGIN_FILENAME kubectl-kuttl_${KUTTL_VERSION}_linux_x86_64
ADD https://github.com/kudobuilder/kuttl/releases/download/v${KUTTL_VERSION}/${KUTTL_PLUGIN_FILENAME} .
Expand Down
2 changes: 1 addition & 1 deletion k8s-tools/k8s-tools_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
KAPP_VERSION="0.64.0" # renovate: datasource=github-releases depName=k14s/kapp
KUBECTL_VERSION="1.30.9" # renovate: datasource=github-tags depName=kubernetes/kubectl
HELM_VERSION="3.14.4" # renovate: datasource=github-releases depName=helm/helm
KUTTL_VERSION="0.21.0" # renovate: datasource=github-releases depName=kudobuilder/kuttl
KUTTL_VERSION="0.22.0" # renovate: datasource=github-releases depName=kudobuilder/kuttl
RUBY_VERSION = "3.1"

DEPS = "unzip curl openssl ca-certificates git libc6 bash jq gettext"
Expand Down

0 comments on commit 9af08e6

Please sign in to comment.