Skip to content

Commit 6deae70

Browse files
committed
Updated image tag
1 parent 264ff4f commit 6deae70

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ ifeq ($(USE_IMAGE_DIGESTS), true)
3131
endif
3232

3333
# Image URL to use all building/pushing image targets
34-
IMG ?= mmontes11/mariadb-operator-helm:latest
34+
IMG ?= mmontes11/mariadb-operator-helm:v$(VERSION)
3535

3636
.PHONY: all
3737
all: help

bundle/manifests/mariadb-operator-helm.clusterserviceversion.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ metadata:
263263
capabilities: Deep Insights
264264
categories: Database
265265
containerImage: mmontes11/mariadb-operator:latest
266-
createdAt: "2023-01-28T16:36:26Z"
266+
createdAt: "2023-01-28T17:18:10Z"
267267
description: Run and operate MariaDB in a cloud native way
268268
operators.operatorframework.io/builder: operator-sdk-v1.26.0
269269
operators.operatorframework.io/project_layout: helm.sdk.operatorframework.io/v1
@@ -455,7 +455,7 @@ spec:
455455
- args:
456456
- --leader-elect
457457
- --leader-election-id=helm-operator
458-
image: mmontes11/mariadb-operator-helm:latest
458+
image: mmontes11/mariadb-operator-helm:v0.6.4
459459
livenessProbe:
460460
httpGet:
461461
path: /healthz

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ kind: Kustomization
55
images:
66
- name: controller
77
newName: mmontes11/mariadb-operator-helm
8-
newTag: latest
8+
newTag: v0.6.4

0 commit comments

Comments
 (0)