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 .github/workflows/pull.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
KUSTOMIZE_VERSION=kustomize/v5.0.3
# https://github.com/helm/helm/releases
# renovate: datasource=github-releases depName=helm/helm
HELM_VERSION=v3.14.0
HELM_VERSION=v3.14.1
# https://github.com/helmfile/helmfile/releases
# renovate: datasource=github-releases depName=helmfile/helmfile
HELMFILE_VERSION=v0.161.0
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ARG YQ_VERSION=v4.40.7
ARG KUSTOMIZE_VERSION=5.3.0
# https://github.com/helm/helm/releases
# renovate: datasource=github-releases depName=helm/helm
ARG HELM_VERSION=v3.14.0
ARG HELM_VERSION=v3.14.1
# https://github.com/helmfile/helmfile/releases
# renovate: datasource=github-releases depName=helmfile/helmfile
ARG HELMFILE_VERSION=v0.161.0
Expand Down