Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.7.3
version: 0.7.4

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "0.7.3"
appVersion: "0.7.4"
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ rules:
apiGroups:
- ""
- apiextensions.k8s.io
- theia.cloud
- theia-cloud.io
- networking.k8s.io
- apps
resources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ rules:
-
apiGroups:
- ""
- theia.cloud
- theia-cloud.io
resources:
- sessions
- workspaces
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ hosts:
useServicePortInHostname: false

# hostname of the landing page
landing: theia.cloud.192.168.39.173.nip.io
landing: theia-cloud.io.192.168.39.173.nip.io

# hostname for the launched Theia-applications
instance: ws.192.168.39.173.nip.io
Expand Down Expand Up @@ -132,7 +132,7 @@ operator:
# Set the number of active sessions a single user can launch
sessionsPerUser: "1"

# Values of the Theia.cloud REST service
# Values of the Theia-cloud REST service
service:
# The image to use
image: theiacloud/theia-cloud-service:0.8.0.MS7
Expand All @@ -144,7 +144,7 @@ service:
ingress:
# The name of the ingress which will be updated to publish new theia application.
# If this is not existing it will be created.
# You may chose to set the ingress up yourself and point theia.cloud to the ingress via
# You may chose to set the ingress up yourself and point theia-cloud.io to the ingress via
# the name
instanceName: "theia-cloud-demo-ws-ingress"

Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>theia.cloud-helm</name>
<name>theia-cloud-helm</name>
<comment></comment>
<projects>
</projects>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: theia-cloud
description: A Helm chart for Theia.cloud
description: A Helm chart for Theia-cloud

# A chart can be either an 'application' or a 'library' chart.
#
Expand All @@ -15,10 +15,10 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.7.3
version: 0.7.4

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "0.7.3"
appVersion: "0.7.4"
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
name: appdefinitions.theia.cloud
name: appdefinitions.theia-cloud.io
spec:
group: theia.cloud
group: theia-cloud.io
names:
kind: AppDefinition
listKind: AppDefinitionList
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
name: sessions.theia.cloud
name: sessions.theia-cloud.io
spec:
group: theia.cloud
group: theia-cloud.io
names:
kind: Session
listKind: SessionList
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
name: workspaces.theia.cloud
name: workspaces.theia-cloud.io
spec:
group: theia.cloud
group: theia-cloud.io
names:
kind: Workspace
listKind: WorkspaceList
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
kubernetes.io/ingress.class: nginx
{{- if not .Values.hosts.usePaths }}
cert-manager.io/cluster-issuer: {{ tpl (.Values.ingress.clusterIssuer | toString) . }}
{{ if .Values.ingress.theiaCloudCommonName }}cert-manager.io/common-name: "Theia.Cloud" {{ end }}
{{ if .Values.ingress.theiaCloudCommonName }}cert-manager.io/common-name: "theia-cloud.io" {{ end }}
acme.cert-manager.io/http01-ingress-class: nginx
{{- end }}
nginx.ingress.kubernetes.io/proxy-buffer-size: "8k"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
cert-manager.io/cluster-issuer: {{ tpl (.Values.ingress.clusterIssuer | toString) . }}
acme.cert-manager.io/http01-edit-in-place: "true"
{{- if .Values.ingress.theiaCloudCommonName }}
cert-manager.io/common-name: "Theia.Cloud"
cert-manager.io/common-name: "theia-cloud.io"
{{- end }}
{{- end }}
nginx.ingress.kubernetes.io/rewrite-target: /service$1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: theia.cloud/v3beta
apiVersion: theia-cloud.io/v3beta
kind: AppDefinition
metadata:
name: theia-cloud-demo
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ hosts:
useServicePortInHostname: false

# hostname of the landing page
landing: theia.cloud.192.168.39.173.nip.io
landing: theia-cloud.io.192.168.39.173.nip.io

# hostname for the launched Theia-applications
instance: ws.192.168.39.173.nip.io
Expand Down Expand Up @@ -149,7 +149,7 @@ operator:
# Set the number of active sessions a single user can launch
sessionsPerUser: "1"

# Values of the Theia.cloud REST service
# Values of the Theia-cloud REST service
service:
# The image to use
image: theiacloud/theia-cloud-service:0.8.0.MS7
Expand All @@ -161,7 +161,7 @@ service:
ingress:
# The name of the ingress which will be updated to publish new theia application.
# If this is not existing it will be created.
# You may chose to set the ingress up yourself and point theia.cloud to the ingress via
# You may chose to set the ingress up yourself and point theia-cloud.io to the ingress via
# the name
instanceName: "theia-cloud-demo-ws-ingress"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ image:
hosts:
service: service.192.168.39.173.nip.io
serviceProtocol: https
landing: theia.cloud.192.168.39.173.nip.io
landing: theia-cloud.io.192.168.39.173.nip.io
instance: ws.192.168.39.173.nip.io

landingPage:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ image:
hosts:
service: service.34.159.89.224.nip.io
serviceProtocol: https
landing: theia.cloud.34.159.89.224.nip.io
landing: theia-cloud.io.34.159.89.224.nip.io
instance: ws.34.159.89.224.nip.io

landingPage:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ image:
hosts:
service: service.192.168.39.3.nip.io
serviceProtocol: https
landing: theia.cloud.192.168.39.3.nip.io
landing: theia-cloud.io.192.168.39.3.nip.io
instance: ws.192.168.39.3.nip.io

landingPage:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ image:
hosts:
service: service.192.168.39.3.nip.io
serviceProtocol: https
landing: theia.cloud.192.168.39.3.nip.io
landing: theia-cloud.io.192.168.39.3.nip.io
instance: ws.192.168.39.3.nip.io

landingPage:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ hosts:

# service: service.192.168.39.6.nip.io
serviceProtocol: https
# landing: theia.cloud.192.168.39.6.nip.io
# landing: theia-cloud.io.192.168.39.6.nip.io
# instance: ws.192.168.39.6.nip.io

landingPage:
Expand Down