Skip to content

Commit

Permalink
update operator image tags
Browse files Browse the repository at this point in the history
  • Loading branch information
guymguym committed Jul 9, 2019
1 parent ada84d5 commit 0cb72b0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
VERSION = 0.1.0
REPO = github.com/noobaa/noobaa-operator
IMAGE = noobaa/noobaa-operator:master
VERSION ?= 0.1.0
IMAGE ?= noobaa/noobaa-operator:$(VERSION)
REPO ?= github.com/noobaa/noobaa-operator

GO_FLAGS ?= CGO_ENABLED=0 GO111MODULE=on
GO_LINUX_FLAGS ?= GOOS=linux GOARCH=amd64
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ metadata:
categories: Storage,Big Data
capabilities: Basic Install
repository: https://github.com/noobaa/noobaa-operator
containerImage: noobaa/noobaa-operator@sha256:99e85a6cc64936590a952d9b0b3f2b672e8ab548d88935e1390f0fb1eba81368
createdAt: 2019-07-07T08:31:56.156Z
containerImage: noobaa/noobaa-operator@sha256:dec4bb34afae86aa32f2cde9a0859eb75130c83ac342be84cccc4689843b6c30
createdAt: 2019-07-08T13:10:20.940Z
certified: "false"
description: NooBaa is an object data service for hybrid and multi cloud environments.
support: Red Hat
Expand Down
2 changes: 1 addition & 1 deletion deploy/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
serviceAccountName: noobaa-operator
containers:
- name: noobaa-operator
image: noobaa/noobaa-operator:master
image: noobaa/noobaa-operator:0.1.0
imagePullPolicy: IfNotPresent
resources:
limits:
Expand Down

0 comments on commit 0cb72b0

Please sign in to comment.