Skip to content

Commit be0b919

Browse files
committed
Use tag+digest for appuio/oc image
This ensures that we get Renovate PRs for updated versions of the same `appuio/oc` tag.
1 parent 2c7df5f commit be0b919

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

class/defaults.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,4 +146,4 @@ parameters:
146146
oc:
147147
registry: quay.io
148148
repository: appuio/oc
149-
tag: v4.18
149+
tag: v4.18@sha256:eecca36e70f86293c477b046890a00f77047e8d01726fbca8ab566902c9b2f44

tests/golden/clustermesh/cilium/cilium/olm/99_cleanup.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ spec:
7575
env:
7676
- name: HOME
7777
value: /home
78-
image: quay.io/appuio/oc:v4.18
78+
image: quay.io/appuio/oc:v4.18@sha256:eecca36e70f86293c477b046890a00f77047e8d01726fbca8ab566902c9b2f44
7979
imagePullPolicy: IfNotPresent
8080
name: cleanup-old-clusterserviceversions
8181
ports: []

tests/golden/egress-gateway/cilium/cilium/30_egress_ip_shadow_ranges.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ spec:
3737
- -c
3838
- 'trap : TERM INT; sleep infinity & wait'
3939
env: []
40-
image: quay.io/appuio/oc:v4.18
40+
image: quay.io/appuio/oc:v4.18@sha256:eecca36e70f86293c477b046890a00f77047e8d01726fbca8ab566902c9b2f44
4141
imagePullPolicy: IfNotPresent
4242
name: sleep
4343
ports: []

tests/golden/enterprise-bgp/cilium/cilium/olm/99_cleanup.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ spec:
7575
env:
7676
- name: HOME
7777
value: /home
78-
image: quay.io/appuio/oc:v4.18
78+
image: quay.io/appuio/oc:v4.18@sha256:eecca36e70f86293c477b046890a00f77047e8d01726fbca8ab566902c9b2f44
7979
imagePullPolicy: IfNotPresent
8080
name: cleanup-old-clusterserviceversions
8181
ports: []

tests/golden/olm-opensource/cilium/cilium/olm/99_cleanup.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ spec:
7575
env:
7676
- name: HOME
7777
value: /home
78-
image: quay.io/appuio/oc:v4.18
78+
image: quay.io/appuio/oc:v4.18@sha256:eecca36e70f86293c477b046890a00f77047e8d01726fbca8ab566902c9b2f44
7979
imagePullPolicy: IfNotPresent
8080
name: cleanup-old-clusterserviceversions
8181
ports: []

0 commit comments

Comments
 (0)