Skip to content

Commit

Permalink
[chore] bump up version to v0.6.0 (#397)
Browse files Browse the repository at this point in the history
  • Loading branch information
S-hayeon authored Nov 18, 2022
1 parent 85fde7e commit 6d83805
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Current Operator version
VERSION ?= v0.5.6
VERSION ?= v0.6.0
REGISTRY ?= tmaxcloudck

# Image URL to use all building/pushing image targets
Expand Down
2 changes: 1 addition & 1 deletion api/v1/git_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const (
GitlabDefaultHost = "https://gitlab.com"

GiteaDefaultAPIUrl = "https://gitea.com"
GiteaDefaultHost = "https://gitea.com/"
GiteaDefaultHost = "https://gitea.com"
)

// GitConfig is a git repository where the IntegrationConfig to be configured
Expand Down
8 changes: 4 additions & 4 deletions config/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ spec:
containers:
- command:
- /controller
image: docker.io/tmaxcloudck/cicd-operator:v0.5.6
image: docker.io/tmaxcloudck/cicd-operator:v0.6.0
imagePullPolicy: Always
name: manager
env:
Expand Down Expand Up @@ -171,7 +171,7 @@ spec:
containers:
- command:
- /blocker
image: docker.io/tmaxcloudck/cicd-blocker:v0.5.6
image: docker.io/tmaxcloudck/cicd-blocker:v0.6.0
imagePullPolicy: Always
name: manager
resources:
Expand Down Expand Up @@ -231,7 +231,7 @@ spec:
containers:
- command:
- /webhook
image: docker.io/tmaxcloudck/cicd-webhook:v0.5.6
image: docker.io/tmaxcloudck/cicd-webhook:v0.6.0
imagePullPolicy: Always
name: manager
resources:
Expand Down Expand Up @@ -291,7 +291,7 @@ spec:
containers:
- command:
- /apiserver
image: docker.io/tmaxcloudck/cicd-api-server:v0.5.6
image: docker.io/tmaxcloudck/cicd-api-server:v0.6.0
imagePullPolicy: Always
name: manager
resources:
Expand Down

0 comments on commit 6d83805

Please sign in to comment.