diff --git a/VERSION b/VERSION index b9bc2fdc..fa49670c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -latest \ No newline at end of file +v2.4.0 \ No newline at end of file diff --git a/config/bundle.yaml b/config/bundle.yaml index 9c8c7ae3..208e1b37 100644 --- a/config/bundle.yaml +++ b/config/bundle.yaml @@ -11549,7 +11549,7 @@ spec: fieldRef: apiVersion: v1 fieldPath: metadata.namespace - image: kubesphere/notification-manager-operator:latest + image: kubesphere/notification-manager-operator:v2.4.0 imagePullPolicy: Always name: notification-manager-operator ports: diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index c5de02c2..04d32919 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -5,4 +5,4 @@ kind: Kustomization images: - name: controller newName: kubesphere/notification-manager-operator - newTag: latest + newTag: v2.4.0