Skip to content

Commit

Permalink
Update all patch dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 6, 2023
1 parent 8a96281 commit 3684749
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion coreos-pxe-install.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -705,7 +705,7 @@ local filekey(path) = (
tolerations+: utils.toleratesMaster,
containers_+: {
httpd: kube.Container("httpd") {
image: "httpd:2.4.54-alpine", // renovate
image: "httpd:2.4.55-alpine", // renovate
ports_+: {
http: { containerPort: 80 },
},
Expand Down
2 changes: 1 addition & 1 deletion external-dns.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ local utils = import "utils.libsonnet";
},
containers_+: {
default: kube.Container("extdns") {
image: "registry.k8s.io/external-dns/external-dns:v0.13.1", // renovate
image: "registry.k8s.io/external-dns/external-dns:v0.13.2", // renovate
args_+: {
sources_:: ["ingress", "service"],
"domain-filter": "oldmacdonald.farm",
Expand Down
2 changes: 1 addition & 1 deletion kube-system.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ local CA(name, namespace, issuer) = {
},
containers_+: {
etcd: kube.Container("etcd") {
image: "gcr.io/etcd-development/etcd:v3.5.6", // renovate
image: "gcr.io/etcd-development/etcd:v3.5.7", // renovate
securityContext+: {
allowPrivilegeEscalation: false,
},
Expand Down

0 comments on commit 3684749

Please sign in to comment.