feat: add docker remotes to artifactapi (#86)
- set artifactapi to specific version - add dockerhub and ghcr to remotes Reviewed-on: #86
This commit was merged in pull request #86.
This commit is contained in:
@@ -19,8 +19,8 @@ spec:
|
||||
automountServiceAccountToken: true
|
||||
containers:
|
||||
- name: artifactapi
|
||||
image: git.unkin.net/unkin/almalinux9-artifactapi:latest
|
||||
imagePullPolicy: Always
|
||||
image: git.unkin.net/unkin/almalinux9-artifactapi:2.1.1
|
||||
imagePullPolicy: IfNotPresent
|
||||
ports:
|
||||
- containerPort: 8000
|
||||
name: http
|
||||
|
||||
Reference in New Issue
Block a user