Skip to content

Commit

Permalink
test(catalog/cf-runtime): images digests
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhail-klimko committed Nov 1, 2024
1 parent 02ad229 commit e0afba0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/cf-runtime/tests/runtime/runtime_onprem_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ tests:
KUBE_DEPLOY: 'quay.io/codefresh/cf-deploy-kubernetes:tagoverride'
PIPELINE_DEBUGGER_IMAGE: 'quay.io/codefresh/cf-debugger:tagoverride'
TEMPLATE_ENGINE: 'quay.io/codefresh/pikolo:tagoverride'
CR_6177_FIXER: 'quay.io/codefresh/alpine:edge'
GC_BUILDER_IMAGE: 'quay.io/codefresh/cf-gc-builder:0.5.3'
CR_6177_FIXER: 'alpine:tagoverride'
GC_BUILDER_IMAGE: 'quay.io/codefresh/cf-gc-builder:tagoverride'
COSIGN_IMAGE_SIGNER_IMAGE: 'quay.io/codefresh/cf-cosign-image-signer:tagoverride'
workflowLimits:
MAXIMUM_ALLOWED_TIME_BEFORE_PRE_STEPS_SUCCESS: 600
Expand Down
4 changes: 4 additions & 0 deletions charts/cf-runtime/tests/runtime/runtime_onprem_values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ runtime:
dind:
image:
tag: tagoverride
digest: ""
resources:
requests: null
limits:
Expand Down Expand Up @@ -65,6 +66,7 @@ runtime:
engine:
image:
tag: tagoverride
digest: ""
command:
- one
- two
Expand All @@ -88,6 +90,8 @@ runtime:
KUBE_DEPLOY: quay.io/codefresh/cf-deploy-kubernetes:tagoverride
PIPELINE_DEBUGGER_IMAGE: quay.io/codefresh/cf-debugger:tagoverride
TEMPLATE_ENGINE: quay.io/codefresh/pikolo:tagoverride
CR_6177_FIXER: alpine:tagoverride
GC_BUILDER_IMAGE: quay.io/codefresh/cf-gc-builder:tagoverride
COSIGN_IMAGE_SIGNER_IMAGE: quay.io/codefresh/cf-cosign-image-signer:tagoverride
env:
FOO: BAR
Expand Down

0 comments on commit e0afba0

Please sign in to comment.