From 922c8f0d9891a2ba344b501ed7241fd2a28174d4 Mon Sep 17 00:00:00 2001 From: Lenka Segura Date: Feb 21 2023 22:34:36 +0000 Subject: Set reconcilePeriod to 20 minutes --- diff --git a/Makefile b/Makefile index 0f65491..a50e59b 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ # To re-generate a bundle for another specific version without changing the standard setup, you can: # - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2) # - use environment variables to overwrite this value (e.g export VERSION=0.0.2) -VERSION ?= 0.0.12 +VERSION ?= 0.0.13 # CHANNELS define the bundle channels used in the bundle. # Add a new line here if you would like to change its default config. (E.g CHANNELS = "candidate,fast,stable") diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index efe4b94..8ec8a1d 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -13,4 +13,4 @@ kind: Kustomization images: - name: controller newName: quay.io/fedora/fas2discourse-operator - newTag: v0.0.8 + newTag: v0.0.13 diff --git a/watches.yaml b/watches.yaml index 7194a4a..53b8c78 100644 --- a/watches.yaml +++ b/watches.yaml @@ -4,4 +4,5 @@ group: fas2discourse.apps.fedoraproject.org kind: Fas2discourseConfig role: fas2discourseconfig + reconcilePeriod: 20m #+kubebuilder:scaffold:watch