Skip to content

Commit 146a1b2

Browse files
chore(deps): update dependency helmfile/helmfile to v0.169.1
1 parent d499da0 commit 146a1b2

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.16.2
3030
# https://github.com/helmfile/helmfile/releases
3131
# renovate: datasource=github-releases depName=helmfile/helmfile
32-
HELMFILE_VERSION=v0.169.0
32+
HELMFILE_VERSION=v0.169.1
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.5.0
1010
ARG HELM_VERSION=v3.16.2
1111
# https://github.com/helmfile/helmfile/releases
1212
# renovate: datasource=github-releases depName=helmfile/helmfile
13-
ARG HELMFILE_VERSION=v0.169.0
13+
ARG HELMFILE_VERSION=v0.169.1
1414

1515
ARG LOVELY_VERSION
1616

0 commit comments

Comments
 (0)