From b3f5d4221052e40021f1738378133ea19bf67f6e Mon Sep 17 00:00:00 2001 From: EndlessSeeker <153817598+EndlessSeeker@users.noreply.github.com> Date: Wed, 11 Feb 2026 17:32:32 +0800 Subject: [PATCH] fix: helm pull old image tag (#3471) --- helm/core/Chart.yaml | 4 ++-- helm/higress/Chart.lock | 6 +++--- helm/higress/Chart.yaml | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/helm/core/Chart.yaml b/helm/core/Chart.yaml index ab0f45d56..4442d4aa8 100644 --- a/helm/core/Chart.yaml +++ b/helm/core/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 2.1.9 +appVersion: 2.2.0 description: Helm chart for deploying higress gateways icon: https://higress.io/img/higress_logo_small.png home: http://higress.io/ @@ -15,4 +15,4 @@ dependencies: repository: "file://../redis" version: 0.0.1 type: application -version: 2.1.9 +version: 2.2.0 diff --git a/helm/higress/Chart.lock b/helm/higress/Chart.lock index 20c5fa1c0..c82258958 100644 --- a/helm/higress/Chart.lock +++ b/helm/higress/Chart.lock @@ -1,9 +1,9 @@ dependencies: - name: higress-core repository: file://../core - version: 2.1.9 + version: 2.2.0 - name: higress-console repository: https://higress.io/helm-charts/ version: 2.1.9 -digest: sha256:d696af6726b40219cc16e7cf8de7400101479dfbd8deb3101d7ee736415b9875 -generated: "2025-11-13T16:33:49.721553+08:00" +digest: sha256:a19cce034e4447f5e6e7fc82585fa83940f3d939cb1c928f1a819b8b2a06a084 +generated: "2026-02-11T17:24:09.254005+08:00" diff --git a/helm/higress/Chart.yaml b/helm/higress/Chart.yaml index 768c0c6fe..41552ab08 100644 --- a/helm/higress/Chart.yaml +++ b/helm/higress/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 2.1.9 +appVersion: 2.2.0 description: Helm chart for deploying Higress gateways icon: https://higress.io/img/higress_logo_small.png home: http://higress.io/ @@ -12,9 +12,9 @@ sources: dependencies: - name: higress-core repository: "file://../core" - version: 2.1.9 + version: 2.2.0 - name: higress-console repository: "https://higress.io/helm-charts/" version: 2.1.9 type: application -version: 2.1.9 +version: 2.2.0