Skip to content

Commit 9649d17

Browse files
committed
Revert "upgrade flux to v2.7.3"
This reverts commit 77d34e0.
1 parent 2bb90e0 commit 9649d17

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/kubeapps-general.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ env:
4343
# DEBUG_MODE allows to activate some SSH debugging steps, and modify the verbosity level of some scripts (eg. e2e-tests.sh)
4444
DEBUG_MODE: "false"
4545
DOCKER_REGISTRY_VERSION: "3.0.0"
46-
FLUX_VERSION: "v2.7.3"
46+
FLUX_VERSION: "v2.2.3"
4747
GITHUB_VERSION: "2.83.1"
4848
GOLANG_VERSION: "1.25.4"
4949
GOLANGCI_LINT_VERSION: "2.6.2"

chart/kubeapps/CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
* [bitnami/*] Upgrade Helm stable version to v4.0.0
1313
* [bitnami/*] Upgrade Chartmuseum to 3.10.4
1414
* [bitnami/*] Upgrade kind to v0.30.0 with kubectl 1.33.4 => kubernetes version 1.33.4
15-
* [bitnami/*] Upgrade flux to v2.7.3
1615
* [bitnami/*] Upgrade golangci-lint to v2.6.2
1716
* [bitnami/build] Upgrade docker registry version to 3.0.0
1817
* [bitnami/build] Remove support for integration test on GKE

script/e2e-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ TEST_TIMEOUT_MINUTES=${TEST_TIMEOUT_MINUTES:-"4"}
3030
DEX_IP=${DEX_IP:-"172.18.0.2"}
3131
ADDITIONAL_CLUSTER_IP=${ADDITIONAL_CLUSTER_IP:-"172.18.0.3"}
3232
CHARTMUSEUM_VERSION=${CHARTMUSEUM_VERSION:-"3.10.4"}
33-
FLUX_VERSION=${FLUX_VERSION:-"v2.7.3"}
33+
FLUX_VERSION=${FLUX_VERSION:-"v2.2.3"}
3434

3535
# IMG_PREFIX default previously pointed to Docker Hub:
3636
# IMG_PREFIX=${IMG_PREFIX:-"kubeapps/"}

0 commit comments

Comments
 (0)