Skip to content

Commit 47f7353

Browse files
committed
fixup! feat: ipam timestamp
1 parent d7f6531 commit 47f7353

File tree

2 files changed

+14
-15
lines changed

2 files changed

+14
-15
lines changed

.github/workflows/integration.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ on:
77
- master
88
- release
99
- ipam
10-
- frc/ipamtimespamt
1110
repository_dispatch:
1211
types:
1312
- test-command

deployments/liqo/values.yaml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -82,19 +82,19 @@ networking:
8282
gateway:
8383
image:
8484
# -- Image repository for the gateway container.
85-
name: "ghcr.io/cheina97/gateway"
85+
name: "ghcr.io/liqotech/gateway"
8686
# -- Custom version for the gateway image. If not specified, the global tag is used.
8787
version: ""
8888
wireguard:
8989
image:
9090
# -- Image repository for the wireguard container.
91-
name: "ghcr.io/cheina97/gateway/wireguard"
91+
name: "ghcr.io/liqotech/gateway/wireguard"
9292
# -- Custom version for the wireguard image. If not specified, the global tag is used.
9393
version: ""
9494
geneve:
9595
image:
9696
# -- Image repository for the geneve container.
97-
name: "ghcr.io/cheina97/gateway/geneve"
97+
name: "ghcr.io/liqotech/gateway/geneve"
9898
# -- Custom version for the geneve image. If not specified, the global tag is used.
9999
version: ""
100100
fabric:
@@ -113,7 +113,7 @@ networking:
113113
priorityClassName: ""
114114
image:
115115
# -- Image repository for the fabric pod.
116-
name: "ghcr.io/cheina97/fabric"
116+
name: "ghcr.io/liqotech/fabric"
117117
# -- Custom version for the fabric image. If not specified, the global tag is used.
118118
version: ""
119119
# -- Extra tolerations for the fabric daemonset.
@@ -326,7 +326,7 @@ controllerManager:
326326
priorityClassName: ""
327327
image:
328328
# -- Image repository for the controller-manager pod.
329-
name: "ghcr.io/cheina97/liqo-controller-manager"
329+
name: "ghcr.io/liqotech/liqo-controller-manager"
330330
# -- Custom version for the controller-manager image. If not specified, the global tag is used.
331331
version: ""
332332
config:
@@ -384,7 +384,7 @@ webhook:
384384
priorityClassName: ""
385385
image:
386386
# -- Image repository for the webhook pod.
387-
name: "ghcr.io/cheina97/webhook"
387+
name: "ghcr.io/liqotech/webhook"
388388
# -- Custom version for the webhook image. If not specified, the global tag is used.
389389
version: ""
390390
metrics:
@@ -423,7 +423,7 @@ ipam:
423423
internal:
424424
image:
425425
# -- Image repository for the IPAM pod.
426-
name: "ghcr.io/cheina97/ipam"
426+
name: "ghcr.io/liqotech/ipam"
427427
# -- Custom version for the IPAM image. If not specified, the global tag is used.
428428
version: ""
429429
# -- The number of IPAM instances to run, which can be increased for active/passive high availability.
@@ -500,7 +500,7 @@ crdReplicator:
500500
labels: {}
501501
image:
502502
# -- Image repository for the crdReplicator pod.
503-
name: "ghcr.io/cheina97/crd-replicator"
503+
name: "ghcr.io/liqotech/crd-replicator"
504504
# -- Custom version for the crdReplicator image. If not specified, the global tag is used.
505505
version: ""
506506

@@ -539,13 +539,13 @@ metricAgent:
539539
priorityClassName: ""
540540
image:
541541
# -- Image repository for the metricAgent pod.
542-
name: "ghcr.io/cheina97/metric-agent"
542+
name: "ghcr.io/liqotech/metric-agent"
543543
# -- Custom version for the metricAgent image. If not specified, the global tag is used.
544544
version: ""
545545
initContainer:
546546
image:
547547
# --Image repository for the init container of the metricAgent pod.
548-
name: "ghcr.io/cheina97/cert-creator"
548+
name: "ghcr.io/liqotech/cert-creator"
549549
# -- Custom version for the init container image of the metricAgent pod. If not specified, the global tag is used.
550550
version: ""
551551

@@ -565,7 +565,7 @@ telemetry:
565565
requests: {}
566566
image:
567567
# -- Image repository for the telemetry pod.
568-
name: "ghcr.io/cheina97/telemetry"
568+
name: "ghcr.io/liqotech/telemetry"
569569
# -- Custom version for the telemetry image. If not specified, the global tag is used.
570570
version: ""
571571
config:
@@ -578,7 +578,7 @@ virtualKubelet:
578578
replicas: 1
579579
image:
580580
# -- Image repository for the virtual kubelet pod.
581-
name: "ghcr.io/cheina97/virtual-kubelet"
581+
name: "ghcr.io/liqotech/virtual-kubelet"
582582
# -- Custom version for the virtual kubelet image. If not specified, the global tag is used.
583583
version: ""
584584
# Additional values that are added to virtual kubelet deployments and pods.
@@ -626,7 +626,7 @@ uninstaller:
626626
requests: {}
627627
image:
628628
# -- Image repository for the uninstaller pod.
629-
name: "ghcr.io/cheina97/uninstaller"
629+
name: "ghcr.io/liqotech/uninstaller"
630630
# -- Custom version for the uninstaller image. If not specified, the global tag is used.
631631
version: ""
632632

@@ -652,7 +652,7 @@ proxy:
652652
priorityClassName: ""
653653
image:
654654
# -- Image repository for the proxy pod.
655-
name: "ghcr.io/cheina97/proxy"
655+
name: "ghcr.io/liqotech/proxy"
656656
# -- Custom version for the proxy image. If not specified, the global tag is used.
657657
version: ""
658658
service:

0 commit comments

Comments
 (0)