Skip to content

Commit 65f59c6

Browse files
authored
fix REPLACES operator version (#640)
1 parent 912d2ec commit 65f59c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ VERSION ?= 3.4.0
77

88
# REPLACES defines the operator version that this version replaces for upgrades (OLM path).
99
# Set to empty to disable (e.g make bundle REPLACES=)
10-
REPLACES ?= nginx-ingress-operator.v3.4.0
10+
REPLACES ?= nginx-ingress-operator.v3.3.1
1111

1212
# CHANNELS define the bundle channels used in the bundle.
1313
# Add a new line here if you would like to change its default config. (E.g CHANNELS = "candidate,fast,stable")

0 commit comments

Comments
 (0)