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

Commit

Permalink
feat: update to use latest controllers
Browse files Browse the repository at this point in the history
  • Loading branch information
Skarlso committed Nov 15, 2023
1 parent d64157e commit c5a088f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions internal/env/env.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ const (
// 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.15.0"
DefaultOcmControllerVer = "v0.16.0"
// DefaultGitControllerVer is the default version of the git-controller component.
DefaultGitControllerVer = "v0.9.0"
DefaultGitControllerVer = "v0.10.0"
// DefaultReplicationVer is the default version of the replication-controller component.
DefaultReplicationVer = "v0.8.0"
DefaultReplicationVer = "v0.9.1"
// DefaultMpasProductControllerVer is the default version of the mpas-product-controller component.
DefaultMpasProductControllerVer = "v0.6.0"
DefaultMpasProductControllerVer = "v0.7.0"
// DefaultMpasProjectControllerVer is the default version of the mpas-project-controller component.
DefaultMpasProjectControllerVer = "v0.5.0"
// DefaultOcmCliVer is the default version of the ocm-cli component.
Expand Down

0 comments on commit c5a088f

Please sign in to comment.