Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .cruft.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"automerge_patch_v0": "n",
"automerge_patch_regexp_blocklist": "",
"automerge_patch_v0_regexp_allowlist": "",
"automerge_minor_regexp_allowlist": "",
"automerge_minor_regexp_allowlist": "^quay.io/appuio/oc$",
"auto_release": "y",
"copyright_holder": "VSHN AG <info@vshn.ch>",
"copyright_year": "2021",
Expand Down
8 changes: 4 additions & 4 deletions class/defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ parameters:
version: "1.16.4"

images:
kubectl:
registry: docker.io
image: bitnami/kubectl
tag: '1.30.7@sha256:1249fc292e84a38575ee0cadc3e28dcd7ddf5a3a4e5da401b1a8599e8ac52a1b'
oc:
registry: quay.io
repository: appuio/oc
tag: v4.18
2 changes: 1 addition & 1 deletion component/cleanup.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ local job = kube.Job(name) {
serviceAccountName: serviceAccount.metadata.name,
containers_+: {
patch_crds: kube.Container(name) {
image: '%(registry)s/%(image)s:%(tag)s' % params.images.kubectl,
image: '%(registry)s/%(repository)s:%(tag)s' % params.images.oc,
workingDir: '/home',
command: [ 'sh', '-c' ],
args: [
Expand Down
2 changes: 1 addition & 1 deletion component/egress-gateway-shadow-ranges.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ local egress_ip_shadow_ranges =
spec+: {
containers_: {
sleep: kube.Container('sleep') {
image: '%(registry)s/%(image)s:%(tag)s' % params.images.kubectl,
image: '%(registry)s/%(repository)s:%(tag)s' % params.images.oc,
command: [ '/bin/sh', '-c', 'trap : TERM INT; sleep infinity & wait' ],
volumeMounts_: {
shadow_ranges: {
Expand Down
15 changes: 15 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,21 @@
"automerge",
"bump:patch"
]
},
{
"matchUpdateTypes": [
"minor"
],
"automerge": true,
"platformAutomerge": false,
"labels": [
"dependency",
"automerge",
"bump:minor"
],
"matchPackagePatterns": [
"^quay.io/appuio/oc$"
]
}
]
}
2 changes: 1 addition & 1 deletion tests/golden/clustermesh/cilium/cilium/olm/99_cleanup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ spec:
env:
- name: HOME
value: /home
image: docker.io/bitnami/kubectl:1.30.7@sha256:1249fc292e84a38575ee0cadc3e28dcd7ddf5a3a4e5da401b1a8599e8ac52a1b
image: quay.io/appuio/oc:v4.18
imagePullPolicy: IfNotPresent
name: cleanup-old-clusterserviceversions
ports: []
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ spec:
- -c
- 'trap : TERM INT; sleep infinity & wait'
env: []
image: docker.io/bitnami/kubectl:1.30.7@sha256:1249fc292e84a38575ee0cadc3e28dcd7ddf5a3a4e5da401b1a8599e8ac52a1b
image: quay.io/appuio/oc:v4.18
imagePullPolicy: IfNotPresent
name: sleep
ports: []
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ spec:
env:
- name: HOME
value: /home
image: docker.io/bitnami/kubectl:1.30.7@sha256:1249fc292e84a38575ee0cadc3e28dcd7ddf5a3a4e5da401b1a8599e8ac52a1b
image: quay.io/appuio/oc:v4.18
imagePullPolicy: IfNotPresent
name: cleanup-old-clusterserviceversions
ports: []
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ spec:
env:
- name: HOME
value: /home
image: docker.io/bitnami/kubectl:1.30.7@sha256:1249fc292e84a38575ee0cadc3e28dcd7ddf5a3a4e5da401b1a8599e8ac52a1b
image: quay.io/appuio/oc:v4.18
imagePullPolicy: IfNotPresent
name: cleanup-old-clusterserviceversions
ports: []
Expand Down