Skip to content

Commit

Permalink
Setup public image repository (#28)
Browse files Browse the repository at this point in the history
Updates make targets to produce public powerhome/redis-operator images
at https://hub.docker.com/r/powerhome/redis-operator
  • Loading branch information
indiebrain authored Dec 15, 2023
1 parent 93ec309 commit 2f77dea
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ Check [releases](https://github.com/powerhome/redis-operator/releases) section f

## Unreleased

## [v1.8.0-rc1] - 2023-12-15

- [Add public image repository](https://github.com/powerhome/redis-operator/pull/28)

## [v1.7.1] - 2023-12-14

- [Use finer grained NetworkPolicies](https://github.com/powerhome/redis-operator/pull/25)
Expand Down
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
VERSION := v1.7.1
VERSION := v1.8.0-rc1

# Name of this service/application
SERVICE_NAME := redis-operator

# Docker image name for this project
IMAGE_NAME := spotahome/$(SERVICE_NAME)
IMAGE_NAME := powerhome/$(SERVICE_NAME)

# Repository url for this project
REPOSITORY := quay.io/$(IMAGE_NAME)
REPOSITORY := $(IMAGE_NAME)

# Shell to use for running scripts
SHELL := $(shell which bash)
Expand Down

0 comments on commit 2f77dea

Please sign in to comment.