oidc: revert to Docker Hub images

This commit is contained in:
Erki Aas 2023-07-26 20:31:16 +03:00
parent 6afda40b93
commit 9a2fd034bb
1 changed files with 2 additions and 2 deletions

View File

@ -72,7 +72,7 @@ spec:
serviceAccountName: oidc-gateway
containers:
- name: oidc-key-manager
image: harbor.k-space.ee/docker.io/codemowers/oidc-gateway
image: codemowers/oidc-gateway
command: [ '/app/node_modules/.bin/key-manager', 'initialize', '-c', 'cluster' ]
restartPolicy: Never
---
@ -95,7 +95,7 @@ spec:
serviceAccountName: oidc-gateway
containers:
- name: oidc-gateway
image: harbor.k-space.ee/docker.io/codemowers/oidc-gateway
image: codemowers/oidc-gateway
ports:
- containerPort: 3000
env: