File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
testdata/memcached-molecule-operator Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ SHELL = /bin/bash
4
4
# This value must be updated to the release tag of the most recent release, a change that must
5
5
# occur in the release commit. IMAGE_VERSION will be removed once each subproject that uses this
6
6
# version is moved to a separate repo and release process.
7
- export IMAGE_VERSION = v0.1.2
7
+ export IMAGE_VERSION = v1.32.0
8
8
# Build-time variables to inject into binaries
9
9
export SIMPLE_VERSION = $(shell (test "$(shell git describe --tags) " = "$(shell git describe --tags --abbrev=0) " && echo $(shell git describe --tags) ) || echo $(shell git describe --tags --abbrev=0) +git)
10
10
export GIT_VERSION = $(shell git describe --dirty --tags --always)
Original file line number Diff line number Diff line change 28
28
// and release process, this variable will be removed.
29
29
30
30
// TODO: find a way to make this automated. For now manually update this before releases.
31
- ImageVersion = "v0.1.2 "
31
+ ImageVersion = "v1.32.0 "
32
32
)
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ ifeq (,$(shell which ansible-operator 2>/dev/null))
100
100
@{ \
101
101
set -e ;\
102
102
mkdir -p $(dir $(ANSIBLE_OPERATOR)) ;\
103
- curl -sSLo $(ANSIBLE_OPERATOR) https://github.com/operator-framework/ansible-operator-plugins/releases/download/v0.1.2 /ansible-operator_$(OS)_$(ARCH) ;\
103
+ curl -sSLo $(ANSIBLE_OPERATOR) https://github.com/operator-framework/ansible-operator-plugins/releases/download/v1.32.0 /ansible-operator_$(OS)_$(ARCH) ;\
104
104
chmod +x $(ANSIBLE_OPERATOR) ;\
105
105
}
106
106
else
You can’t perform that action at this time.
0 commit comments