From 1bb73c1fef56f377ebfd410fa81c064b8d485620 Mon Sep 17 00:00:00 2001 From: Celestino Rey Date: Sun, 28 Apr 2024 11:50:36 +0200 Subject: [PATCH] La imagen de gogs la cojo del servidor --- HelmCharts/gogs-chart/templates/gogs-statefulset.yaml | 3 ++- HelmCharts/gogs-chart/templates/mysql-deployment-gogs.yaml | 3 ++- .../gogs-chart/templates/php-myadmin-gogs-deployment.yaml | 3 ++- pepe | 0 4 files changed, 6 insertions(+), 3 deletions(-) delete mode 100644 pepe diff --git a/HelmCharts/gogs-chart/templates/gogs-statefulset.yaml b/HelmCharts/gogs-chart/templates/gogs-statefulset.yaml index 5eab0478..9b6f138c 100644 --- a/HelmCharts/gogs-chart/templates/gogs-statefulset.yaml +++ b/HelmCharts/gogs-chart/templates/gogs-statefulset.yaml @@ -17,7 +17,8 @@ spec: app: gogs-app spec: containers: - - image: docker-registry:32000/gogs:1.0 + #- image: docker-registry:32000/gogs:1.0 + - image: gogs/gogs imagePullPolicy: IfNotPresent name: gogs-app resources: {} diff --git a/HelmCharts/gogs-chart/templates/mysql-deployment-gogs.yaml b/HelmCharts/gogs-chart/templates/mysql-deployment-gogs.yaml index 047e17e2..cb6146b5 100644 --- a/HelmCharts/gogs-chart/templates/mysql-deployment-gogs.yaml +++ b/HelmCharts/gogs-chart/templates/mysql-deployment-gogs.yaml @@ -51,7 +51,8 @@ spec: tier: mysql spec: containers: - - image: docker-registry:32000/mariadb:1.0 + # - image: docker-registry:32000/mariadb:1.0 + - image: mariadb:latest name: mysql env: - name: MYSQL_ROOT_PASSWORD diff --git a/HelmCharts/gogs-chart/templates/php-myadmin-gogs-deployment.yaml b/HelmCharts/gogs-chart/templates/php-myadmin-gogs-deployment.yaml index 5b35bf07..b2d1d454 100644 --- a/HelmCharts/gogs-chart/templates/php-myadmin-gogs-deployment.yaml +++ b/HelmCharts/gogs-chart/templates/php-myadmin-gogs-deployment.yaml @@ -38,7 +38,8 @@ spec: spec: containers: - name: phpmyadmin - image: docker-registry:32000/phpmyadmin:1.0 + # image: docker-registry:32000/phpmyadmin:1.0 + image: phpmyadmin:latest ports: - containerPort: 80 name: phpmyadm diff --git a/pepe b/pepe deleted file mode 100644 index e69de29b..00000000