From f6e00eecdc835f02c4afa82c8219a36c6ed5863e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 18:08:36 +0000 Subject: [PATCH] chore(deps): update dependency devantler-tech/ksail to v7.169.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 a70bfd29e..e3c6f9462 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.167.0" + KSAIL_VERSION: "7.169.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 749ac42dd..d8f86782f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -93,7 +93,7 @@ jobs: shell: bash env: # renovate: datasource=github-releases depName=devantler-tech/ksail extractVersion=^v(?.+)$ - KSAIL_VERSION: "7.167.0" + KSAIL_VERSION: "7.169.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 aa83f06dd..8420ba0d3 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.167.0" + KSAIL_VERSION: "7.169.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 981194810..5ce055d62 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.167.0 + version: 7.169.0 sourceRef: kind: HelmRepository name: ksail-operator