From a2062f1b5d2b9ee99db005b1b7d6b1d4f7ac0009 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2026 10:47:25 +0000 Subject: [PATCH] chore(deps): update dependency devantler-tech/ksail to v7.174.0 --- .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 09d5e90b5..d62fe9ba9 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.173.1" + KSAIL_VERSION: "7.174.0" 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 13599e4b4..8b8c76b52 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -157,7 +157,7 @@ jobs: shell: bash env: # renovate: datasource=github-releases depName=devantler-tech/ksail extractVersion=^v(?.+)$ - KSAIL_VERSION: "7.173.1" + KSAIL_VERSION: "7.174.0" 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 657d27401..fc49b054c 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.173.1" + KSAIL_VERSION: "7.174.0" 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 f8dee02dc..3b4c810ea 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.173.1 + version: 7.174.0 sourceRef: kind: HelmRepository name: ksail-operator