Skip to content

Commit 95051a9

Browse files
chore: update version to 2.9-2024.2.15-cc783d89f
1 parent cc783d8 commit 95051a9

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.9-2024.2.15-4e53504b9
1+
2.9-2024.2.15-cc783d89f
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Features
2+
fix: rename codefresh variables

cmd/argocd-repo-server/commands/argocd_repo_server.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,8 +202,8 @@ func NewCommand() *cobra.Command {
202202
// *** CF specific variables ***
203203
command.Flags().StringVar(&codefreshUrl, "codefresh-url", env.StringFromEnv("CODEFRESH_URL", "https://g.codefresh.io"), "Codefresh API URL")
204204
command.Flags().StringVar(&codefreshToken, "codefresh-token", env.StringFromEnv("CODEFRESH_TOKEN", ""), "Codefresh token")
205-
command.Flags().BoolVar(&codefreshApplicationVersioningEnabled, "codefresh-application-versioning-enabled", env.ParseBoolFromEnv("CODEFRESH_APPLICATION_VERSIONING_ENABLED", true), "Allow Codefresh application versioning")
206-
command.Flags().BoolVar(&codefreshUseApplicationConfiguration, "codefresh-use-application-configuration", env.ParseBoolFromEnv("CODEFRESH_USE_APPLICATION_CONFIGURATION", true), "Allow getting application configuration from the Codefresh API")
205+
command.Flags().BoolVar(&codefreshApplicationVersioningEnabled, "codefresh-application-version-enabled", env.ParseBoolFromEnv("CODEFRESH_APPVERSION_ENABLED", true), "Allow Codefresh application versioning")
206+
command.Flags().BoolVar(&codefreshUseApplicationConfiguration, "codefresh-application-version-use-appconfig", env.ParseBoolFromEnv("CODEFRESH_APPVERSION_USE_APPCONFIG", true), "Allow getting application configuration from the Codefresh API")
207207

208208
command.Flags().StringVar(&cmdutil.LogFormat, "logformat", env.StringFromEnv("ARGOCD_REPO_SERVER_LOGFORMAT", "text"), "Set the logging format. One of: text|json")
209209
command.Flags().StringVar(&cmdutil.LogLevel, "loglevel", env.StringFromEnv("ARGOCD_REPO_SERVER_LOGLEVEL", "info"), "Set the logging level. One of: debug|info|warn|error")

0 commit comments

Comments
 (0)