Skip to content

Commit 8a09573

Browse files
committed
K8S-693 bump version to 1.23.4
1 parent 45338a1 commit 8a09573

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

addons/upgrade.jps

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
version: 1.5
22
type: update
3-
id: kubernetes-upgrade-to-1.22.6
4-
name: Kubernetes Upgrade to 1.22.6
3+
id: kubernetes-upgrade-to-1.23.4
4+
name: Kubernetes Upgrade to 1.23.4
55

66
categories:
77
- apps/dev-and-admin-tools
88

99
homepage: https://github.com/jelastic-jps/kubernetes
10-
baseUrl: https://raw.githubusercontent.com/jelastic-jps/kubernetes/v1.22.6
10+
baseUrl: https://raw.githubusercontent.com/jelastic-jps/kubernetes/v1.23.4
1111
logo: /images/k8s-logo.png
1212

1313
description:

configs/settings.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ fields:
2020
kubectl apply -f https://raw.githubusercontent.com/OpenLiberty/open-liberty-operator/main/deploy/releases/0.8.0/kubectl/openliberty-app-crd.yaml
2121
curl -L https://raw.githubusercontent.com/OpenLiberty/open-liberty-operator/main/deploy/releases/0.8.0/kubectl/openliberty-app-rbac-watch-another.yaml | sed -e "s/OPEN_LIBERTY_OPERATOR_NAMESPACE/${OPERATOR_NAMESPACE}/" | sed -e "s/OPEN_LIBERTY_WATCH_NAMESPACE/${OPERATOR_NAMESPACE}/" | kubectl apply -f -
2222
curl -L https://raw.githubusercontent.com/OpenLiberty/open-liberty-operator/main/deploy/releases/0.8.0/kubectl/openliberty-app-operator.yaml | sed -e "s/OPEN_LIBERTY_WATCH_NAMESPACE/${OPERATOR_NAMESPACE}/" | kubectl apply -n ${OPERATOR_NAMESPACE} -f -
23-
kubectl apply -f https://raw.githubusercontent.com/jelastic-jps/kubernetes/v1.22.6/addons/open-liberty.yaml
23+
kubectl apply -f https://raw.githubusercontent.com/jelastic-jps/kubernetes/v1.23.4/addons/open-liberty.yaml
2424
2525
- name: label
2626
caption: Topology
@@ -101,4 +101,4 @@ fields:
101101
name: version
102102
inputType: hidden
103103
caption: Kubernetes Version
104-
default: v1.22.6
104+
default: v1.23.4

manifest.jps

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
type: install
22
version: 1.5
33
id: kubernetes-release
4-
baseUrl: https://raw.githubusercontent.com/jelastic-jps/kubernetes/v1.22.6
4+
baseUrl: https://raw.githubusercontent.com/jelastic-jps/kubernetes/v1.23.4
55
description:
66
text: /text/description-kube.md
77
short: Kubernetes cluster with automated scaling & cost efficient pay-per-use pricing for running cloud-native microservices.
@@ -10,7 +10,7 @@ categories:
1010
- apps/dev-and-admin-tools
1111

1212
logo: /images/k8s-logo.png
13-
name: Kubernetes Cluster v1.22.6
13+
name: Kubernetes Cluster v1.23.4
1414
targetRegions:
1515
type: vz7
1616

@@ -535,7 +535,7 @@ addons:
535535
- id: conf-k8s-addon
536536
type: update
537537
permanent: true
538-
baseUrl: https://raw.githubusercontent.com/jelastic-jps/kubernetes/v1.22.6
538+
baseUrl: https://raw.githubusercontent.com/jelastic-jps/kubernetes/v1.23.4
539539
name: Cluster Configuration
540540
description: Configure remote API access and install complementary tools
541541
logo: /images/k8s-config.png
@@ -696,7 +696,7 @@ addons:
696696
- id: monitor-k8s-addon
697697
type: update
698698
permanent: true
699-
baseUrl: https://raw.githubusercontent.com/jelastic-jps/kubernetes/v1.22.6
699+
baseUrl: https://raw.githubusercontent.com/jelastic-jps/kubernetes/v1.23.4
700700
name: Cluster Monitoring
701701
description: Install cluster monitoring components (Prometheus and Grafana)
702702
logo: /images/k8s-monitor.png
@@ -721,7 +721,7 @@ addons:
721721
- id: upgrade-k8s-addon
722722
type: update
723723
permanent: true
724-
baseUrl: https://raw.githubusercontent.com/jelastic-jps/kubernetes/v1.22.6
724+
baseUrl: https://raw.githubusercontent.com/jelastic-jps/kubernetes/v1.23.4
725725
name: Cluster Upgrade
726726
description: Upgrade Kubernetes cluster to a newer version
727727
logo: /images/k8s-upgrade.png
@@ -930,7 +930,7 @@ addons:
930930
- id: gitlab-k8s-addon
931931
type: update
932932
permanent: true
933-
baseUrl: https://raw.githubusercontent.com/jelastic-jps/kubernetes/v1.22.6
933+
baseUrl: https://raw.githubusercontent.com/jelastic-jps/kubernetes/v1.23.4
934934
name: GitLab Integration
935935
description: Add Kubernetes GitLab integrations
936936
logo: /images/k8s-gitlab.png
@@ -1138,7 +1138,7 @@ addons:
11381138
- id: certman-k8s-addon
11391139
type: update
11401140
permanent: true
1141-
baseUrl: https://raw.githubusercontent.com/jelastic-jps/kubernetes/v1.22.6
1141+
baseUrl: https://raw.githubusercontent.com/jelastic-jps/kubernetes/v1.23.4
11421142
name: Certificate Manager
11431143
description: |
11441144
Kubernetes SSL Certificate Manager allows to bind custom domain names
@@ -1191,7 +1191,7 @@ addons:
11911191
- id: rancher-k8s-addon
11921192
type: update
11931193
permanent: true
1194-
baseUrl: https://raw.githubusercontent.com/jelastic-jps/kubernetes/v1.22.6
1194+
baseUrl: https://raw.githubusercontent.com/jelastic-jps/kubernetes/v1.23.4
11951195
name: Rancher Installer
11961196
description: Rancher Management Platform
11971197
logo: /images/k8s-rancher.png
@@ -1256,7 +1256,7 @@ addons:
12561256
- id: regcreds-k8s-addon
12571257
type: update
12581258
permanent: true
1259-
baseUrl: https://raw.githubusercontent.com/jelastic-jps/kubernetes/v1.22.6
1259+
baseUrl: https://raw.githubusercontent.com/jelastic-jps/kubernetes/v1.23.4
12601260
name: DockerHub Registry Credentials
12611261
description: |
12621262
Leverage DockerHub images pull rate limits: assign DockerHub user credentials to Kubernetes deployments cluster-wide

scripts/beforeinit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ for (var i = 0; i < quotas.length; i++){
7575
}
7676
}
7777
var resp = {result:0};
78-
var url = "https://raw.githubusercontent.com/jelastic-jps/kubernetes/v1.22.6/configs/settings.yaml";
78+
var url = "https://raw.githubusercontent.com/jelastic-jps/kubernetes/v1.23.4/configs/settings.yaml";
7979
resp.settings = toNative(new org.yaml.snakeyaml.Yaml().load(new com.hivext.api.core.utils.Transport().get(url)));
8080
var f = resp.settings.fields;
8181

0 commit comments

Comments
 (0)