Skip to content

Commit 817ec27

Browse files
Update abcdesktop-4.3.yaml
use 4.3 for all images
1 parent 7448f4b commit 817ec27

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

kubernetes/abcdesktop-4.3.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ spec:
450450
containers:
451451
- name: memcached
452452
# like image: memcached:alpine
453-
image: ghcr.io/abcdesktopio/oc.memcached:4.2
453+
image: ghcr.io/abcdesktopio/oc.memcached:4.3
454454
resources:
455455
limits:
456456
cpu: 0.2
@@ -489,7 +489,7 @@ spec:
489489
containers:
490490
- name: nginx-router
491491
imagePullPolicy: Always
492-
image: ghcr.io/abcdesktopio/route:4.2
492+
image: ghcr.io/abcdesktopio/route:4.3
493493
volumeMounts:
494494
- name: jwtsigningkeys
495495
mountPath: "/config.signing"
@@ -582,7 +582,7 @@ spec:
582582
containers:
583583
- name: nginx
584584
imagePullPolicy: Always
585-
image: ghcr.io/abcdesktopio/oc.nginx:4.2
585+
image: ghcr.io/abcdesktopio/oc.nginx:4.3
586586
ports:
587587
- containerPort: 80
588588
name: http
@@ -632,7 +632,7 @@ spec:
632632
cpu: 0.1
633633
memory: 32Mi
634634
# like image: ghcr.io/librespeed/speedtest:master-alpine
635-
image: ghcr.io/abcdesktopio/oc.speedtest:4.2
635+
image: ghcr.io/abcdesktopio/oc.speedtest:4.3
636636
ports:
637637
- containerPort: 8080
638638
---
@@ -668,7 +668,7 @@ spec:
668668
containers:
669669
- name : pyos
670670
imagePullPolicy: Always
671-
image: ghcr.io/abcdesktopio/pyos:4.2.alpine_latest
671+
image: ghcr.io/abcdesktopio/pyos:4.3.alpine_latest
672672
volumeMounts:
673673
- name: jwtsigningkeys
674674
mountPath: "/config.signing"
@@ -791,7 +791,7 @@ spec:
791791
containers:
792792
- name: console
793793
imagePullPolicy: Always
794-
image: ghcr.io/abcdesktopio/console:4.2
794+
image: ghcr.io/abcdesktopio/console:4.3
795795
ports:
796796
- containerPort: 80
797797
env:
@@ -829,7 +829,7 @@ spec:
829829
# abcdesktopio/docker-test-openldap:master
830830
# is same as https://github.com/rroemhild/docker-test-openldap
831831
# but with posixAccount support
832-
image: ghcr.io/abcdesktopio/docker-test-openldap:4.2
832+
image: ghcr.io/abcdesktopio/docker-test-openldap:4.3
833833
imagePullPolicy: Always
834834
resources:
835835
limits:

0 commit comments

Comments
 (0)