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

Commit

Permalink
dep: increase versions for all controller except project (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
Skarlso authored Dec 8, 2023
1 parent a9cfdd5 commit 491b25e
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.9"
// DefaultOcmControllerVer is the default version of the ocm-controller component.
DefaultOcmControllerVer = "v0.18.0"
DefaultOcmControllerVer = "v0.18.1"
// DefaultGitControllerVer is the default version of the git-controller component.
DefaultGitControllerVer = "v0.10.1"
DefaultGitControllerVer = "v0.11.0"
// DefaultReplicationVer is the default version of the replication-controller component.
DefaultReplicationVer = "v0.12.1"
DefaultReplicationVer = "v0.12.2"
// DefaultMpasProductControllerVer is the default version of the mpas-product-controller component.
DefaultMpasProductControllerVer = "v0.9.1"
DefaultMpasProductControllerVer = "v0.10.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 491b25e

Please sign in to comment.