Skip to content

Commit

Permalink
Merge pull request #327 from jholecek-rh/INSIGHTOCP-1954-pre_release_…
Browse files Browse the repository at this point in the history
…config

Set config canary version to 1.1.3
  • Loading branch information
jholecek-rh authored Dec 10, 2024
2 parents a8913a5 + b88c5b8 commit 694a116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion get_conditions.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

STABLE_VERSION=1.1.2
CANARY_VERSION=1.1.2
CANARY_VERSION=1.1.3

# Clone the conditions repo and build it to gather the conditions
if [ ! -d 'insights-operator-gathering-conditions' ]; then git clone https://github.com/RedHatInsights/insights-operator-gathering-conditions; fi
Expand Down

0 comments on commit 694a116

Please sign in to comment.