From fcc94dc57b7946b60b598dfa5002968df104f722 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2026 17:11:18 +0000 Subject: [PATCH] chore(deps): update dependency devantler-tech/ksail to v7.174.2 --- .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 0d012f16f..b2318247e 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.1" + KSAIL_VERSION: "7.174.2" 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 1ff74731c..ec7aeff50 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.1" + KSAIL_VERSION: "7.174.2" 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 5a4977ed4..2c56535fa 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.1" + KSAIL_VERSION: "7.174.2" 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 31ad83c8f..2e5d88dd1 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.1 + version: 7.174.2 sourceRef: kind: HelmRepository name: ksail-operator