Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
point to correct version for 0.13.0 (#484)
Browse files Browse the repository at this point in the history
  • Loading branch information
josephca authored May 27, 2020
1 parent 6284c2d commit b2e770d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pkg/appconstants/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
package appconstants

// VersionNum : CLI Version number
const VersionNum = "x.x.dev"
const VersionNum = "0.13.0"
8 changes: 4 additions & 4 deletions pkg/remote/defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,16 +42,16 @@ const (
GatekeeperImage = "eclipse/codewind-gatekeeper-amd64"

// PFEImageTag is the image tag associated with the docker image that's used for Codewind-PFE
PFEImageTag = "latest"
PFEImageTag = "0.13.0"

// PerformanceTag is the image tag associated with the docker image that's used for the Performance dashboard
PerformanceTag = "latest"
PerformanceTag = "0.13.0"

// KeycloakImageTag is the image tag associated with the docker image that's used for Codewind-Keycloak
KeycloakImageTag = "latest"
KeycloakImageTag = "0.13.0"

// GatekeeperImageTag is the image tag associated with the docker image that's used for Codewind-Gatekeeper
GatekeeperImageTag = "latest"
GatekeeperImageTag = "0.13.0"

// ImagePullPolicy is the pull policy used for all containers in Codewind, defaults to Always
ImagePullPolicy = corev1.PullAlways
Expand Down

0 comments on commit b2e770d

Please sign in to comment.