diff --git a/charts/appdaemon/Chart.yaml b/charts/appdaemon/Chart.yaml index 7e50eabe..21de80f4 100644 --- a/charts/appdaemon/Chart.yaml +++ b/charts/appdaemon/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 4.0.5 description: AppDaemon is a loosely coupled, multi-threaded, sandboxed python execution environment for writing automation apps for various types of Home Automation Software including Home Assistant and MQTT. name: appdaemon -version: 1.0.2 +version: 2.0.0 keywords: - appdaemon - home-automation @@ -17,4 +17,4 @@ maintainers: dependencies: - name: common repository: https://k8s-at-home.com/charts/ - version: 1.7.0 + version: 2.0.3 diff --git a/charts/appdaemon/values.yaml b/charts/appdaemon/values.yaml index 7893bf9c..0227f463 100644 --- a/charts/appdaemon/values.yaml +++ b/charts/appdaemon/values.yaml @@ -13,16 +13,6 @@ strategy: service: port: port: 5050 - # # Boilerplate config for code-server functionality, be sure to make changes to suit your environment - # additionalServices: - # - enabled: true - # nameSuffix: vscode - # type: ClusterIP - # port: - # port: 12321 - # name: vscode - # protocol: TCP - # targetPort: 12321 # Environment variables that can be configure can be seen at # https://appdaemon.readthedocs.io/en/latest/DOCKER_TUTORIAL.html @@ -35,45 +25,8 @@ env: {} # DASH_URL: # TOKEN: -# # Boilerplate config for code-server functionality, be sure to make changes to suit your environment -# additionalContainers: -# - name: vscode -# image: codercom/code-server:3.7.2 -# imagePullPolicy: IfNotPresent -# workingDir: /www/assets -# args: -# - "--port" -# - "12321" -# - "--auth" -# - "none" -# ports: -# - name: vscode -# containerPort: 12321 -# protocol: TCP -# volumeMounts: -# - name: config -# mountPath: /www/assets -# securityContext: -# runAsUser: 0 - ingress: enabled: false - # # Boilerplate config for code-server functionality, be sure to make changes to suit your environment - # additionalIngresses: - # - enabled: true - # nameSuffix: "vscode" - # serviceName: appdaemon-vscode - # servicePort: 12321 - # annotations: - # kubernetes.io/ingress.class: "nginx" - # hosts: - # - host: appdaemon-editor.k8s-at-home.com - # paths: - # - path: / - # pathType: Prefix - # tls: - # - hosts: - # - appdaemon-editor.k8s-at-home.com persistence: config: