Skip to content
This repository has been archived by the owner on Apr 24, 2023. It is now read-only.

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
pb82 committed Jan 23, 2020
1 parent 1a39d43 commit 06b13cd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ORG ?= integreatly
NAMESPACE ?= gitea
PROJECT=gitea-operator
SHELL= /bin/bash
TAG ?= 0.0.4
TAG ?= 0.0.5
PKG = github.com/integr8ly/gitea-operator
COMPILE_OUTPUT = build/_output/bin/gitea-operator

Expand Down
2 changes: 1 addition & 1 deletion deploy/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
serviceAccountName: gitea-operator
containers:
- name: gitea-operator
image: quay.io/integreatly/gitea-operator:master
image: quay.io/integreatly/gitea-operator:v0.0.5
ports:
- containerPort: 60000
name: metrics
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package version

var (
Version = "0.0.4"
Version = "0.0.5"
)

0 comments on commit 06b13cd

Please sign in to comment.