Skip to content

Commit

Permalink
chore(deps): update dependency helmfile/helmfile to v0.169.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 21, 2024
1 parent d499da0 commit 8135f15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
HELM_VERSION=v3.16.2
# https://github.com/helmfile/helmfile/releases
# renovate: datasource=github-releases depName=helmfile/helmfile
HELMFILE_VERSION=v0.169.0
HELMFILE_VERSION=v0.169.1
# Install Helm
curl -SL https://get.helm.sh/helm-${HELM_VERSION}-linux-amd64.tar.gz | tar -xz linux-amd64/helm && mv linux-amd64/helm /usr/local/bin/
# Install Kustomize
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ARG KUSTOMIZE_VERSION=5.5.0
ARG HELM_VERSION=v3.16.2
# https://github.com/helmfile/helmfile/releases
# renovate: datasource=github-releases depName=helmfile/helmfile
ARG HELMFILE_VERSION=v0.169.0
ARG HELMFILE_VERSION=v0.169.1

ARG LOVELY_VERSION

Expand Down

0 comments on commit 8135f15

Please sign in to comment.