Skip to content

Commit d774344

Browse files
chore(deps): update dependency helmfile/helmfile to v0.166.0
1 parent b1f6067 commit d774344

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pull.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
HELM_VERSION=v3.15.2
3030
# https://github.com/helmfile/helmfile/releases
3131
# renovate: datasource=github-releases depName=helmfile/helmfile
32-
HELMFILE_VERSION=v0.165.0
32+
HELMFILE_VERSION=v0.166.0
3333
# Install Helm
3434
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/
3535
# Install Kustomize

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ARG KUSTOMIZE_VERSION=5.4.2
1010
ARG HELM_VERSION=v3.15.2
1111
# https://github.com/helmfile/helmfile/releases
1212
# renovate: datasource=github-releases depName=helmfile/helmfile
13-
ARG HELMFILE_VERSION=v0.165.0
13+
ARG HELMFILE_VERSION=v0.166.0
1414

1515
ARG LOVELY_VERSION
1616

0 commit comments

Comments
 (0)