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

Commit

Permalink
Merge pull request #54 from markcor11/3103-DockerImages
Browse files Browse the repository at this point in the history
[0.13.0] Pull 0.13.0 release images
  • Loading branch information
tobespc authored Jun 5, 2020
2 parents bb335a2 + 8f4bf9a commit 32f479d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion deploy/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
serviceAccountName: codewind-operator
containers:
- name: codewind-operator
image: eclipse/codewind-operator-amd64:latest
image: eclipse/codewind-operator-amd64:0.13.0
command:
- codewind-operator
imagePullPolicy: Always
Expand Down
10 changes: 5 additions & 5 deletions pkg/controller/defaults/defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,31 +27,31 @@ const (

const (
// VersionNum : Operator version number
VersionNum = "0.0.1"
VersionNum = "0.13.0"

// KeycloakImage is the docker image that will be used in the Codewind-Keycloak pod
KeycloakImage = "eclipse/codewind-keycloak-amd64"

// KeycloakImageTag is the Image tag used by Keycloak
KeycloakImageTag = "latest"
KeycloakImageTag = "0.13.0"

// CodewindImage is the docker image that will be used in the Codewind-pfe pod
CodewindImage = "eclipse/codewind-pfe-amd64"

// CodewindImageTag is the Image tag used by Codewind
CodewindImageTag = "latest"
CodewindImageTag = "0.13.0"

// CodewindPerformanceImage is the docker image that will be used in the Codewind-Performance pod
CodewindPerformanceImage = "eclipse/codewind-performance-amd64"

// CodewindPerformanceImageTag is the Image tag used by Codewind
CodewindPerformanceImageTag = "latest"
CodewindPerformanceImageTag = "0.13.0"

// CodewindGatekeeperImage is the docker image that will be used in the Codewind-Gatekeeper pod
CodewindGatekeeperImage = "eclipse/codewind-gatekeeper-amd64"

// CodewindGatekeeperImageTag is the Image tag used by Codewind
CodewindGatekeeperImageTag = "latest"
CodewindGatekeeperImageTag = "0.13.0"

// CodewindAuthRealm : Codewind security realm within Keycloak
CodewindAuthRealm = "codewind"
Expand Down

0 comments on commit 32f479d

Please sign in to comment.