From de6fcd7f908392a286f53fa1f32b4412433ac405 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2026 13:36:00 +0000 Subject: [PATCH] chore(deps): update dependency devantler-tech/ksail to v7.174.1 --- .github/actions/deploy-prod/action.yml | 2 +- .github/workflows/ci.yaml | 2 +- .github/workflows/dr-rebuild.yaml | 2 +- .../infrastructure/controllers/ksail-operator/helm-release.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/actions/deploy-prod/action.yml b/.github/actions/deploy-prod/action.yml index d62fe9ba9..0d012f16f 100644 --- a/.github/actions/deploy-prod/action.yml +++ b/.github/actions/deploy-prod/action.yml @@ -43,7 +43,7 @@ runs: shell: bash env: # renovate: datasource=github-releases depName=devantler-tech/ksail extractVersion=^v(?.+)$ - KSAIL_VERSION: "7.174.0" + KSAIL_VERSION: "7.174.1" run: | curl -fsSL "https://github.com/devantler-tech/ksail/releases/download/v${KSAIL_VERSION}/ksail_${KSAIL_VERSION}_linux_amd64.tar.gz" -o /tmp/ksail.tar.gz tar -xzf /tmp/ksail.tar.gz -C /tmp diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 065a35e57..1ff74731c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -174,7 +174,7 @@ jobs: shell: bash env: # renovate: datasource=github-releases depName=devantler-tech/ksail extractVersion=^v(?.+)$ - KSAIL_VERSION: "7.174.0" + KSAIL_VERSION: "7.174.1" run: | curl -fsSL "https://github.com/devantler-tech/ksail/releases/download/v${KSAIL_VERSION}/ksail_${KSAIL_VERSION}_linux_amd64.tar.gz" -o /tmp/ksail.tar.gz tar -xzf /tmp/ksail.tar.gz -C /tmp diff --git a/.github/workflows/dr-rebuild.yaml b/.github/workflows/dr-rebuild.yaml index fc49b054c..5a4977ed4 100644 --- a/.github/workflows/dr-rebuild.yaml +++ b/.github/workflows/dr-rebuild.yaml @@ -78,7 +78,7 @@ jobs: # pin current in both places. env: # renovate: datasource=github-releases depName=devantler-tech/ksail extractVersion=^v(?.+)$ - KSAIL_VERSION: "7.174.0" + KSAIL_VERSION: "7.174.1" run: | curl -fsSL "https://github.com/devantler-tech/ksail/releases/download/v${KSAIL_VERSION}/ksail_${KSAIL_VERSION}_linux_amd64.tar.gz" -o /tmp/ksail.tar.gz tar -xzf /tmp/ksail.tar.gz -C /tmp diff --git a/k8s/bases/infrastructure/controllers/ksail-operator/helm-release.yaml b/k8s/bases/infrastructure/controllers/ksail-operator/helm-release.yaml index 3b4c810ea..31ad83c8f 100644 --- a/k8s/bases/infrastructure/controllers/ksail-operator/helm-release.yaml +++ b/k8s/bases/infrastructure/controllers/ksail-operator/helm-release.yaml @@ -18,7 +18,7 @@ spec: chart: spec: chart: ksail-operator - version: 7.174.0 + version: 7.174.1 sourceRef: kind: HelmRepository name: ksail-operator