fix: ensure docker.io library explicitly mentions library
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
image:
|
image:
|
||||||
repository: docker.io/mongo-express
|
repository: docker.io/library/mongo-express
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: latest@sha256:16ec1773958dcc4baa97c9256ef36cb537f6fa86343f4d8b2eb65e174bdd13c3
|
tag: latest@sha256:16ec1773958dcc4baa97c9256ef36cb537f6fa86343f4d8b2eb65e174bdd13c3
|
||||||
service:
|
service:
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
image:
|
image:
|
||||||
repository: docker.io/odoo
|
repository: docker.io/library/odoo
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: 18.0@sha256:fb921bf251f2fc63d111529dec7d81488b3559f41c005302a46431df257eac29
|
tag: 18.0@sha256:fb921bf251f2fc63d111529dec7d81488b3559f41c005302a46431df257eac29
|
||||||
securityContext:
|
securityContext:
|
||||||
|
|||||||
Reference in New Issue
Block a user