chore: change to an image which work on M1 Mac

This commit is contained in:
2021-11-20 08:44:50 +01:00
parent 6593687946
commit cee6c1507b
4 changed files with 132 additions and 132 deletions
+4 -4
View File
@@ -1,7 +1,7 @@
apiVersion: kustomize.config.k8s.io/v1beta1 apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization kind: Kustomization
resources: resources:
- mysql.yaml - mysql.yaml
- postgres.yaml - postgres.yaml
- rabbitmq.yaml - rabbitmq.yaml
- https://raw.githubusercontent.com/kubernetes/ingress-nginx/main/deploy/static/provider/kind/deploy.yaml - https://raw.githubusercontent.com/kubernetes/ingress-nginx/main/deploy/static/provider/kind/deploy.yaml
+1 -1
View File
@@ -25,7 +25,7 @@ spec:
app: mysql app: mysql
spec: spec:
containers: containers:
- image: mysql:8 - image: jamielsharief/mysql
name: mysql name: mysql
env: env:
- name: MYSQL_ROOT_PASSWORD - name: MYSQL_ROOT_PASSWORD