From 4ea24cf9e3e6820c9831a561e52f38f68a5f1fca Mon Sep 17 00:00:00 2001 From: Automatic Update Date: Thu, 27 Jun 2024 14:13:11 +0200 Subject: [PATCH] Flux version in variable --- scripts/radix-zone/radix_zone_c2.env | 2 +- scripts/radix-zone/radix_zone_dev.env | 2 +- scripts/radix-zone/radix_zone_playground.env | 2 +- scripts/radix-zone/radix_zone_prod.env | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/radix-zone/radix_zone_c2.env b/scripts/radix-zone/radix_zone_c2.env index 81c6bf410..a4076a73e 100644 --- a/scripts/radix-zone/radix_zone_c2.env +++ b/scripts/radix-zone/radix_zone_c2.env @@ -23,7 +23,7 @@ RADIX_WEBHOOK_PREFIX="webhook-radix-github-webhook-prod" GIT_REPO="ssh://git@github.com/equinor/radix-flux" GIT_DIR="clusters/${RADIX_ZONE}-${CLUSTER_TYPE}" GIT_BRANCH="master" -: ${FLUX_VERSION:="v2.0.0"} # flux2 version: https://github.com/fluxcd/flux2/releases +: ${FLUX_VERSION:="v2.3.0"} # flux2 version: https://github.com/fluxcd/flux2/releases ####################################################################################### ### OAuth2 settings for the web console diff --git a/scripts/radix-zone/radix_zone_dev.env b/scripts/radix-zone/radix_zone_dev.env index 9d6f613cb..7f5023430 100644 --- a/scripts/radix-zone/radix_zone_dev.env +++ b/scripts/radix-zone/radix_zone_dev.env @@ -24,7 +24,7 @@ RADIX_WEBHOOK_PREFIX="webhook-radix-github-webhook-qa" GIT_REPO="ssh://git@github.com/equinor/radix-flux" GIT_DIR="clusters/${CLUSTER_TYPE}" GIT_BRANCH="master" -: ${FLUX_VERSION:="v2.0.0"} # flux2 version: https://github.com/fluxcd/flux2/releases +: ${FLUX_VERSION:="v2.3.0"} # flux2 version: https://github.com/fluxcd/flux2/releases ####################################################################################### ### OAuth2 settings for the web console diff --git a/scripts/radix-zone/radix_zone_playground.env b/scripts/radix-zone/radix_zone_playground.env index b5290a710..fdc2f442e 100644 --- a/scripts/radix-zone/radix_zone_playground.env +++ b/scripts/radix-zone/radix_zone_playground.env @@ -23,7 +23,7 @@ RADIX_WEBHOOK_PREFIX="webhook-radix-github-webhook-prod" GIT_REPO="ssh://git@github.com/equinor/radix-flux" GIT_DIR="clusters/${CLUSTER_TYPE}" GIT_BRANCH="master" -: ${FLUX_VERSION:="v2.0.0"} # flux2 version: https://github.com/fluxcd/flux2/releases +: ${FLUX_VERSION:="v2.3.0"} # flux2 version: https://github.com/fluxcd/flux2/releases ####################################################################################### ### OAuth2 settings for the web console diff --git a/scripts/radix-zone/radix_zone_prod.env b/scripts/radix-zone/radix_zone_prod.env index 00e0d3a6c..9cb6399ce 100644 --- a/scripts/radix-zone/radix_zone_prod.env +++ b/scripts/radix-zone/radix_zone_prod.env @@ -23,7 +23,7 @@ RADIX_WEBHOOK_PREFIX="webhook-radix-github-webhook-prod" GIT_REPO="ssh://git@github.com/equinor/radix-flux" GIT_DIR="clusters/${CLUSTER_TYPE}" GIT_BRANCH="master" -: ${FLUX_VERSION:="v2.0.0"} # flux2 version: https://github.com/fluxcd/flux2/releases +: ${FLUX_VERSION:="v2.3.0"} # flux2 version: https://github.com/fluxcd/flux2/releases ####################################################################################### ### OAuth2 settings for the web console