Skip to content

Commit

Permalink
K8S-715 bump version to 1.21.10
Browse files Browse the repository at this point in the history
  • Loading branch information
dfateyev committed Feb 18, 2022
1 parent 7e82295 commit 568f080
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions addons/upgrade.jps
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
version: 1.5
type: update
id: kubernetes-upgrade-to-1.21.6
name: Kubernetes Upgrade to 1.21.6
id: kubernetes-upgrade-to-1.21.10
name: Kubernetes Upgrade to 1.21.10

categories:
- apps/dev-and-admin-tools

homepage: https://github.com/jelastic-jps/kubernetes
baseUrl: https://raw.githubusercontent.com/jelastic-jps/kubernetes/v1.21.6
baseUrl: https://raw.githubusercontent.com/jelastic-jps/kubernetes/v1.21.10
logo: /images/k8s-logo.png

description:
Expand Down
4 changes: 2 additions & 2 deletions configs/settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ fields:
kubectl apply -f https://raw.githubusercontent.com/OpenLiberty/open-liberty-operator/master/deploy/releases/0.7.1/openliberty-app-crd.yaml
curl -L https://raw.githubusercontent.com/OpenLiberty/open-liberty-operator/master/deploy/releases/0.7.1/openliberty-app-cluster-rbac.yaml | sed -e "s/OPEN_LIBERTY_OPERATOR_NAMESPACE/${OPERATOR_NAMESPACE}/" | kubectl apply -f -
curl -L https://raw.githubusercontent.com/OpenLiberty/open-liberty-operator/master/deploy/releases/0.7.1/openliberty-app-operator.yaml | sed -e "s/OPEN_LIBERTY_WATCH_NAMESPACE/${OPERATOR_NAMESPACE}/" | kubectl apply -n ${OPERATOR_NAMESPACE} -f -
kubectl apply -f https://raw.githubusercontent.com/jelastic-jps/kubernetes/v1.21.6/addons/open-liberty.yaml
kubectl apply -f https://raw.githubusercontent.com/jelastic-jps/kubernetes/v1.21.10/addons/open-liberty.yaml
- name: label
caption: Topology
Expand Down Expand Up @@ -101,4 +101,4 @@ fields:
name: version
inputType: hidden
caption: Kubernetes Version
default: v1.21.6
default: v1.21.10
18 changes: 9 additions & 9 deletions manifest.jps
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
type: install
version: 1.5
id: kubernetes-release
baseUrl: https://raw.githubusercontent.com/jelastic-jps/kubernetes/v1.21.6
baseUrl: https://raw.githubusercontent.com/jelastic-jps/kubernetes/v1.21.10
description:
text: /text/description-kube.md
short: Kubernetes cluster with automated scaling & cost efficient pay-per-use pricing for running cloud-native microservices.
Expand All @@ -10,7 +10,7 @@ categories:
- apps/dev-and-admin-tools

logo: /images/k8s-logo.png
name: Kubernetes Cluster v1.21.6
name: Kubernetes Cluster v1.21.10
targetRegions:
type: vz7

Expand Down Expand Up @@ -529,7 +529,7 @@ addons:
- id: conf-k8s-addon
type: update
permanent: true
baseUrl: https://raw.githubusercontent.com/jelastic-jps/kubernetes/v1.21.6
baseUrl: https://raw.githubusercontent.com/jelastic-jps/kubernetes/v1.21.10
name: Cluster Configuration
description: Configure remote API access and install complementary tools
logo: /images/k8s-config.png
Expand Down Expand Up @@ -690,7 +690,7 @@ addons:
- id: monitor-k8s-addon
type: update
permanent: true
baseUrl: https://raw.githubusercontent.com/jelastic-jps/kubernetes/v1.21.6
baseUrl: https://raw.githubusercontent.com/jelastic-jps/kubernetes/v1.21.10
name: Cluster Monitoring
description: Install cluster monitoring components (Prometheus and Grafana)
logo: /images/k8s-monitor.png
Expand All @@ -715,7 +715,7 @@ addons:
- id: upgrade-k8s-addon
type: update
permanent: true
baseUrl: https://raw.githubusercontent.com/jelastic-jps/kubernetes/v1.21.6
baseUrl: https://raw.githubusercontent.com/jelastic-jps/kubernetes/v1.21.10
name: Cluster Upgrade
description: Upgrade Kubernetes cluster to a newer version
logo: /images/k8s-upgrade.png
Expand Down Expand Up @@ -924,7 +924,7 @@ addons:
- id: gitlab-k8s-addon
type: update
permanent: true
baseUrl: https://raw.githubusercontent.com/jelastic-jps/kubernetes/v1.21.6
baseUrl: https://raw.githubusercontent.com/jelastic-jps/kubernetes/v1.21.10
name: GitLab Integration
description: Add Kubernetes GitLab integrations
logo: /images/k8s-gitlab.png
Expand Down Expand Up @@ -1132,7 +1132,7 @@ addons:
- id: certman-k8s-addon
type: update
permanent: true
baseUrl: https://raw.githubusercontent.com/jelastic-jps/kubernetes/v1.21.6
baseUrl: https://raw.githubusercontent.com/jelastic-jps/kubernetes/v1.21.10
name: Certificate Manager
description: |
Kubernetes SSL Certificate Manager allows to bind custom domain names
Expand Down Expand Up @@ -1185,7 +1185,7 @@ addons:
- id: rancher-k8s-addon
type: update
permanent: true
baseUrl: https://raw.githubusercontent.com/jelastic-jps/kubernetes/v1.21.6
baseUrl: https://raw.githubusercontent.com/jelastic-jps/kubernetes/v1.21.10
name: Rancher Installer
description: Rancher Management Platform
logo: /images/k8s-rancher.png
Expand Down Expand Up @@ -1247,7 +1247,7 @@ addons:
- id: regcreds-k8s-addon
type: update
permanent: true
baseUrl: https://raw.githubusercontent.com/jelastic-jps/kubernetes/v1.21.6
baseUrl: https://raw.githubusercontent.com/jelastic-jps/kubernetes/v1.21.10
name: DockerHub Registry Credentials
description: |
Leverage DockerHub images pull rate limits: assign DockerHub user credentials to Kubernetes deployments cluster-wide
Expand Down
2 changes: 1 addition & 1 deletion scripts/beforeinit.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ for (var i = 0; i < quotas.length; i++){
}
}
var resp = {result:0};
var url = "https://raw.githubusercontent.com/jelastic-jps/kubernetes/v1.21.6/configs/settings.yaml";
var url = "https://raw.githubusercontent.com/jelastic-jps/kubernetes/v1.21.10/configs/settings.yaml";
resp.settings = toNative(new org.yaml.snakeyaml.Yaml().load(new com.hivext.api.core.utils.Transport().get(url)));
var f = resp.settings.fields;

Expand Down

0 comments on commit 568f080

Please sign in to comment.