fix: remove incorrect digest pinning from image reference
This commit is contained in:
+1
-1
@@ -41,7 +41,7 @@ spec:
|
|||||||
requests:
|
requests:
|
||||||
memory: "100Mi"
|
memory: "100Mi"
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
image: oci.unbound.se/dancefinder/geo-service@sha256:bdda8ca786755ff2cb32761f5e9b135897dbf1d69f4782b440d8e8ad0c1c31b9:${COMMIT}
|
image: oci.unbound.se/dancefinder/geo-service:${COMMIT}
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 80
|
- containerPort: 80
|
||||||
name: http
|
name: http
|
||||||
|
|||||||
Reference in New Issue
Block a user