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

Commit 06b13cd

Browse files
committed
version bump
1 parent 1a39d43 commit 06b13cd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ORG ?= integreatly
22
NAMESPACE ?= gitea
33
PROJECT=gitea-operator
44
SHELL= /bin/bash
5-
TAG ?= 0.0.4
5+
TAG ?= 0.0.5
66
PKG = github.com/integr8ly/gitea-operator
77
COMPILE_OUTPUT = build/_output/bin/gitea-operator
88

deploy/operator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
serviceAccountName: gitea-operator
1616
containers:
1717
- name: gitea-operator
18-
image: quay.io/integreatly/gitea-operator:master
18+
image: quay.io/integreatly/gitea-operator:v0.0.5
1919
ports:
2020
- containerPort: 60000
2121
name: metrics

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package version
22

33
var (
4-
Version = "0.0.4"
4+
Version = "0.0.5"
55
)

0 commit comments

Comments
 (0)