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