Skip to content

Commit

Permalink
New release 0.1.1-als (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
asaintsever committed Feb 6, 2022
1 parent 5107ffe commit ec7dee4
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ test/system/terraform/cluster/terraform.tfstate.backup
*.dylib
*.pyc

*.tgz

# Test binary, build with `go test -c`
*.test

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ DOCKER_CMD := DOCKER_BUILDKIT=1 docker
# Build NDB Operator container image
.PHONY: operator-image
operator-image: build
$(DOCKER_CMD) build -t mysql/ndb-operator:latest -f docker/ndb-operator/Dockerfile .
$(DOCKER_CMD) build -t asaintsever/mysql-ndb-operator:latest -f docker/ndb-operator/Dockerfile .

# Build e2e-tests-tests image in docker
.PHONY: e2e-tests-image
Expand Down
2 changes: 1 addition & 1 deletion deploy/charts/ndb-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: ndb-operator
version: 0.1.0
version: 0.1.1
kubeVersion: ">= 1.19.0"
description: A Helm chart for deploying the Oracle MySQL NDB Cluster Operator
appVersion: "8.0.26-0.1.0"
Expand Down
2 changes: 1 addition & 1 deletion deploy/charts/ndb-operator/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Yaml file with default values for the NDB Operator templates

# default image, pull secret and pull policy
image: mysql/ndb-operator:latest
image: asaintsever/mysql-ndb-operator:latest
imagePullPolicy: IfNotPresent
imagePullSecretName:

Expand Down
4 changes: 2 additions & 2 deletions deploy/manifests/ndb-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ spec:
- -service=ndbop-webhook-service
command:
- ndb-operator-webhook
image: mysql/ndb-operator:latest
image: asaintsever/mysql-ndb-operator:latest
imagePullPolicy: IfNotPresent
name: ndb-operator-webhook
ports:
Expand Down Expand Up @@ -516,7 +516,7 @@ spec:
- -cluster-scoped=true
command:
- ndb-operator
image: mysql/ndb-operator:latest
image: asaintsever/mysql-ndb-operator:latest
imagePullPolicy: IfNotPresent
name: ndb-operator-controller
ports:
Expand Down

0 comments on commit ec7dee4

Please sign in to comment.