Skip to content

Commit 3b1b09f

Browse files
committed
test: fix tests
1 parent 32b6304 commit 3b1b09f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

charts/cf-runtime/tests/runtime/runtime_test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ tests:
8181
OTEL_TRACES_SAMPLER: 'parentbased_always_on'
8282
PYROSCOPE_SERVER_ADDRESS: ''
8383
TRUSTED_QEMU_IMAGES: 'my-registry/tonistiigi/binfmt'
84-
COMPOSE_IMAGE: 'quay.io/codefresh/compose:tagoverrideold@sha256:123'
85-
CONTAINER_LOGGER_IMAGE: 'quay.io/codefresh/cf-container-logger:tagoverride'
84+
COMPOSE_IMAGE: 'quay.io/codefresh/compose:tagoverrideold'
85+
CONTAINER_LOGGER_IMAGE: 'quay.io/codefresh/cf-container-logger:tagoverride@sha256:123'
8686
DEFAULT_QEMU_IMAGE: 'docker.io/tonistiigi/binfmt:tagoverride'
8787
DOCKER_BUILDER_IMAGE: 'quay.io/codefresh/cf-docker-builder:tagoverride'
8888
DOCKER_PULLER_IMAGE: 'quay.io/codefresh/cf-docker-puller:tagoverride'
@@ -97,7 +97,7 @@ tests:
9797
GC_BUILDER_IMAGE: 'quay.io/codefresh/cf-gc-builder:tagoverride'
9898
COSIGN_IMAGE_SIGNER_IMAGE: 'quay.io/codefresh/cf-cosign-image-signer:tagoverride'
9999
RUNTIME_CHART_VERSION: 1.0.0
100-
CF_SERVICE_VERSION: tagoverride
100+
CF_SERVICE_VERSION: tagoverride@sha256:123
101101
OTEL_RESOURCE_ATTRIBUTES: service.name=classic-engine,service.version=tagoverride@sha256:123,service.namespace=codefresh-classic-runtime,cf.classic.runtime.name=my-context/codefresh,cf.classic.runtime.version=1.0.0
102102
userEnvVars:
103103
- name: ALICE

charts/cf-runtime/tests/runtime/runtime_values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,10 @@ runtime:
7373
COMPOSE_IMAGE: quay.io/codefresh/compose:tagoverrideold
7474
compose:
7575
tag: tagoverridenew
76-
digest: "sha256:123"
76+
digest: ""
7777
container-logger:
7878
tag: tagoverride
79-
digest: ""
79+
digest: "sha256:123"
8080
default-qemu:
8181
tag: tagoverride
8282
digest: ""

0 commit comments

Comments
 (0)