Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Commit

Permalink
upgrading flux and ocm controllers (#125)
Browse files Browse the repository at this point in the history
Signed-off-by: Soule BA <bah.soule@gmail.com>
  • Loading branch information
souleb authored Nov 6, 2023
1 parent 3037ca9 commit b90527a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/env/env.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ import (
// The default versions of the components. Please update this list when a new version is released.
const (
// DefaultFluxVer is the default version of the flux component.
DefaultFluxVer = "v2.1.0"
DefaultFluxVer = "v2.1.2"
// DefaultCertManagerVer is the default version of the cert-manager component.
DefaultCertManagerVer = "v1.13.1"
// DefaultExternalSecretsVer is the default version of the external secrets component.
DefaultExternalSecretsVer = "v0.9.8"
// DefaultOcmControllerVer is the default version of the ocm-controller component.
DefaultOcmControllerVer = "v0.14.1"
DefaultOcmControllerVer = "v0.15.0"
// DefaultGitControllerVer is the default version of the git-controller component.
DefaultGitControllerVer = "v0.9.0"
// DefaultReplicationVer is the default version of the replication-controller component.
Expand Down

0 comments on commit b90527a

Please sign in to comment.