diff --git a/README.md b/README.md index d280d35..59c5166 100644 --- a/README.md +++ b/README.md @@ -195,11 +195,10 @@ containers$ cat ~/.config/containers/containers.conf network_backend = "netavark" -Credentials for Gitlab Registry should be available after Reboot +Credentials for Docker Registry should be available after Reboot -# User: drpuur, Password: Token from Gitlab (glpat-L5fU-_eZ6u74-3a8Jsnn) -[containers@onyx-dev ~]$ podman login registry.gitlab.com -Username: drpuur +[containers@onyx-dev ~]$ podman login git.nbit.ch +Username: jlehmann Password: Login Succeeded! diff --git a/minibeieli/minibeieli.yaml b/minibeieli/minibeieli.yaml index 376bd6c..1fcea5d 100644 --- a/minibeieli/minibeieli.yaml +++ b/minibeieli/minibeieli.yaml @@ -18,7 +18,7 @@ metadata: spec: containers: - name: mini-beieli-web - image: registry.gitlab.com/drpuur/mini-beieli-web:2023020301 + image: git.nbit.ch/drpuur/mini-beieli-web:2023020301 env: - name: REDIS_CONNECTION_STRING value: 127.0.0.1:6379 @@ -43,7 +43,7 @@ spec: - CAP_NET_RAW - CAP_AUDIT_WRITE - name: mini-beieli-lorahandler - image: registry.gitlab.com/drpuur/mini-beieli-lorahandler:2022122801 + image: git.nbit.ch/drpuur/mini-beieli-lorahandler:2022122801 env: - name: REDIS_CONNECTION_STRING value: 127.0.0.1:6379 diff --git a/wobisch/wobisch.yaml b/wobisch/wobisch.yaml index 8e49b30..4c3c29f 100644 --- a/wobisch/wobisch.yaml +++ b/wobisch/wobisch.yaml @@ -18,7 +18,7 @@ metadata: spec: containers: - name: wo-bisch-web - image: registry.gitlab.com/drpuur/wo-bisch-web:2023020304 + image: git.nbit.ch/drpuur/wo-bisch-web:2023020304 env: - name: REDIS_CONNECTION_STRING value: 127.0.0.1:6379 @@ -43,7 +43,7 @@ spec: - CAP_NET_RAW - CAP_AUDIT_WRITE - name: wo-bisch-lorahandler - image: registry.gitlab.com/drpuur/wo-bisch-lorahandler:2022122801 + image: git.nbit.ch/drpuur/wo-bisch-lorahandler:2022122801 env: - name: REDIS_CONNECTION_STRING value: 127.0.0.1:6379