Add infocenter 2023-06, remove oldest infocenter
diff --git a/infoCenter/k8s/2021-06/deployment.yml b/infoCenter/k8s/2023-06/deployment.yml
similarity index 84%
rename from infoCenter/k8s/2021-06/deployment.yml
rename to infoCenter/k8s/2023-06/deployment.yml
index 02ced21..b3e19ef 100644
--- a/infoCenter/k8s/2021-06/deployment.yml
+++ b/infoCenter/k8s/2023-06/deployment.yml
@@ -10,20 +10,20 @@
kind: Deployment
metadata:
labels:
- infocenter.version: "2021-06"
+ infocenter.version: "2023-06"
namespace: "infocenter"
- name: "infocenter-2021-06"
+ name: "infocenter-2023-06"
spec:
replicas: 1
selector:
matchLabels:
- infocenter.version: "2021-06"
- serviceName: "infocenter-2021-06"
+ infocenter.version: "2023-06"
+ serviceName: "infocenter-2023-06"
template:
metadata:
- name: "infocenter-2021-06"
+ name: "infocenter-2023-06"
labels:
- infocenter.version: "2021-06"
+ infocenter.version: "2023-06"
spec:
affinity:
nodeAffinity:
@@ -37,8 +37,8 @@
- fast
terminationGracePeriodSeconds: 180
containers:
- - name: infocenter-2021-06
- image: eclipsecbi/eclipse-infocenter:2021-06@sha256:a4238a49de6509a5d9eadeb5ece928d28f914104118054facabfe1731070d99a
+ - name: infocenter-2023-06
+ image: eclipsecbi/eclipse-infocenter:2023-06@sha256:0425740ff5af5243176150a359b4e342c35290318d92eb2ac6e781480c198f77
imagePullPolicy: IfNotPresent
command:
- /infocenter/startDockerInfoCenter.sh
diff --git a/infoCenter/k8s/2021-06/route.yml b/infoCenter/k8s/2023-06/route.yml
similarity index 88%
rename from infoCenter/k8s/2021-06/route.yml
rename to infoCenter/k8s/2023-06/route.yml
index 7bd9ef1..de2597d 100644
--- a/infoCenter/k8s/2021-06/route.yml
+++ b/infoCenter/k8s/2023-06/route.yml
@@ -10,15 +10,15 @@
kind: "Route"
metadata:
labels:
- infocenter.version: "2021-06"
+ infocenter.version: "2023-06"
namespace: "infocenter"
annotations:
haproxy.router.openshift.io/timeout: 60s
haproxy.router.openshift.io/rewrite-target: /help
- name: "infocenter-2021-06"
+ name: "infocenter-2023-06"
spec:
host: "help.eclipse.org"
- path: "/2021-06"
+ path: "/2023-06"
port:
targetPort: "http"
tls:
@@ -26,5 +26,5 @@
termination: "edge"
to:
kind: "Service"
- name: "infocenter-2021-06"
+ name: "infocenter-2023-06"
weight: 100
diff --git a/infoCenter/k8s/2021-06/service.yml b/infoCenter/k8s/2023-06/service.yml
similarity index 87%
rename from infoCenter/k8s/2021-06/service.yml
rename to infoCenter/k8s/2023-06/service.yml
index 1baaae1..c30d4af 100644
--- a/infoCenter/k8s/2021-06/service.yml
+++ b/infoCenter/k8s/2023-06/service.yml
@@ -10,9 +10,9 @@
kind: "Service"
metadata:
labels:
- infocenter.version: "2021-06"
+ infocenter.version: "2023-06"
namespace: "infocenter"
- name: "infocenter-2021-06"
+ name: "infocenter-2023-06"
spec:
ports:
- name: "http"
@@ -20,4 +20,4 @@
protocol: "TCP"
targetPort: 8086
selector:
- infocenter.version: "2021-06"
+ infocenter.version: "2023-06"