Skip to content

Commit ec7dee4

Browse files
authored
New release 0.1.1-als (#2)
1 parent 5107ffe commit ec7dee4

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ test/system/terraform/cluster/terraform.tfstate.backup
2828
*.dylib
2929
*.pyc
3030

31+
*.tgz
32+
3133
# Test binary, build with `go test -c`
3234
*.test
3335

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ DOCKER_CMD := DOCKER_BUILDKIT=1 docker
5151
# Build NDB Operator container image
5252
.PHONY: operator-image
5353
operator-image: build
54-
$(DOCKER_CMD) build -t mysql/ndb-operator:latest -f docker/ndb-operator/Dockerfile .
54+
$(DOCKER_CMD) build -t asaintsever/mysql-ndb-operator:latest -f docker/ndb-operator/Dockerfile .
5555

5656
# Build e2e-tests-tests image in docker
5757
.PHONY: e2e-tests-image

deploy/charts/ndb-operator/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: ndb-operator
3-
version: 0.1.0
3+
version: 0.1.1
44
kubeVersion: ">= 1.19.0"
55
description: A Helm chart for deploying the Oracle MySQL NDB Cluster Operator
66
appVersion: "8.0.26-0.1.0"

deploy/charts/ndb-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Yaml file with default values for the NDB Operator templates
22

33
# default image, pull secret and pull policy
4-
image: mysql/ndb-operator:latest
4+
image: asaintsever/mysql-ndb-operator:latest
55
imagePullPolicy: IfNotPresent
66
imagePullSecretName:
77

deploy/manifests/ndb-operator.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ spec:
481481
- -service=ndbop-webhook-service
482482
command:
483483
- ndb-operator-webhook
484-
image: mysql/ndb-operator:latest
484+
image: asaintsever/mysql-ndb-operator:latest
485485
imagePullPolicy: IfNotPresent
486486
name: ndb-operator-webhook
487487
ports:
@@ -516,7 +516,7 @@ spec:
516516
- -cluster-scoped=true
517517
command:
518518
- ndb-operator
519-
image: mysql/ndb-operator:latest
519+
image: asaintsever/mysql-ndb-operator:latest
520520
imagePullPolicy: IfNotPresent
521521
name: ndb-operator-controller
522522
ports:

0 commit comments

Comments
 (0)